#A0B172

Color #A0B172 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #A0B172

Tints of Olivine #A0B172

Color information

#A0B172 (or 0xA0B172) is unknown color: approx Olivine. HEX triplet: A0, B1 and 72. RGB value is (160,177,114). Sum of RGB (Red+Green+Blue) = 160+177+114=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B172 is #5F4E8D. Grayscale: #A4A4A4. Windows color (decimal): -6246030 or 7516576. OLE color: 7516576.

HSL color Cylindrical-coordinate representation of color #A0B172: hue angle of 76.19º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0B172 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB160177114-
CMYK0.1000.360.31
HSL76.19º28.77%57.06%-
HSV(B)76.19º35.59%69.41%-
XYZ33.2640.1321.91-
YUV164.7499.37124.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 177 (69.53% from 255) = 39.25%
BLUE value IS 114 (44.92% from 255) = 25.28%
R=35.48%
G=39.25%
B=25.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601771140.1000.360.3176.1928.7757.06
HexA0B172A0241F4c1d39
Octal24026116212044371143571
Binary101000001011000111100101010010010011111100110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B172; }

 p { color: rgb(160,177,114); }

 H1.HeaderClassName
 {
   color: #A0B172;
 }
 .AnyTagClassName
 {
   color: #A0B172;
 }
</style>
background-color css

<style>
 a { background-color: #A0B172; }

 a { background-color: rgb(160,177,114); }

 div.DivClassName
 {
   background-color: #A0B172;
 }
 .BgClassName
 {
   background-color: #A0B172;
 }
</style>
border-color css

<style>
 span { border-color: #A0B172; }

 span { border-color: rgb(160,177,114); }

 td.TdClassName
 {
   border-color: #A0B172;
 }
 .TagClassName
 {
   border-color: #A0B172;
 }
</style>