#A0BB78

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

Shades of Olivine #A0BB78

Tints of Olivine #A0BB78

Color information

#A0BB78 (or 0xA0BB78) is unknown color: approx Olivine. HEX triplet: A0, BB and 78. RGB value is (160,187,120). Sum of RGB (Red+Green+Blue) = 160+187+120=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BB78 is #5F4487. Grayscale: #ABABAB. Windows color (decimal): -6243464 or 7912352. OLE color: 7912352.

HSL color Cylindrical-coordinate representation of color #A0BB78: hue angle of 84.18º 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 #A0BB78 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB160187120-
CMYK0.1400.360.27
HSL84.18º33%60.2%-
HSV(B)84.18º35.83%73.33%-
XYZ35.6644.3724.45-
YUV171.2999.05119.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.26%
GREEN value IS 187 (73.44% from 255) = 40.04%
BLUE value IS 120 (47.27% from 255) = 25.70%
R=34.26%
G=40.04%
B=25.70%

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
Decimal1601871200.1400.360.2784.183360.2
HexA0BB78E0241B54213c
Octal24027317016044331244174
Binary1010000010111011111100011100100100110111010100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BB78; }

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

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

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

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

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

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

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

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