#A0BB70

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

Shades of Olivine #A0BB70

Tints of Olivine #A0BB70

Color information

#A0BB70 (or 0xA0BB70) is unknown color: approx Olivine. HEX triplet: A0, BB and 70. RGB value is (160,187,112). Sum of RGB (Red+Green+Blue) = 160+187+112=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BB70 is #5F448F. Grayscale: #AAAAAA. Windows color (decimal): -6243472 or 7388064. OLE color: 7388064.

HSL color Cylindrical-coordinate representation of color #A0BB70: hue angle of 81.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0BB70 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB160187112-
CMYK0.1400.400.27
HSL81.6º35.55%58.63%-
HSV(B)81.6º40.11%73.33%-
XYZ35.1944.1822-
YUV170.3895.05120.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 112 (44.14% from 255) = 24.40%
R=34.86%
G=40.74%
B=24.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601871120.1400.400.2781.635.5558.63
HexA0BB70E0281B52243b
Octal24027316016050331224473
Binary1010000010111011111000011100101000110111010010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BB70; }

 p { color: rgb(160,187,112); }

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

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

 a { background-color: rgb(160,187,112); }

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

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

 span { border-color: rgb(160,187,112); }

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