#A0BB77

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

Shades of Olivine #A0BB77

Tints of Olivine #A0BB77

Color information

#A0BB77 (or 0xA0BB77) is unknown color: approx Olivine. HEX triplet: A0, BB and 77. RGB value is (160,187,119). Sum of RGB (Red+Green+Blue) = 160+187+119=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BB77 is #5F4488. Grayscale: #ABABAB. Windows color (decimal): -6243465 or 7846816. OLE color: 7846816.

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

Color convert

RGB160187119-
CMYK0.1400.360.27
HSL83.82º33.33%60%-
HSV(B)83.82º36.36%73.33%-
XYZ35.644.3524.14-
YUV171.1898.55120.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.33%
GREEN value IS 187 (73.44% from 255) = 40.13%
BLUE value IS 119 (46.88% from 255) = 25.54%
R=34.33%
G=40.13%
B=25.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601871190.1400.360.2783.8233.3360
HexA0BB77E0241B54213c
Octal24027316716044331244174
Binary1010000010111011111011111100100100110111010100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BB77; }

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

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

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

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

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

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

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

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