#A0CB76

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

Shades of Olivine #A0CB76

Tints of Olivine #A0CB76

Color information

#A0CB76 (or 0xA0CB76) is unknown color: approx Olivine. HEX triplet: A0, CB and 76. RGB value is (160,203,118). Sum of RGB (Red+Green+Blue) = 160+203+118=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB76 is #5F3489. Grayscale: #B4B4B4. Windows color (decimal): -6239370 or 7785376. OLE color: 7785376.

HSL color Cylindrical-coordinate representation of color #A0CB76: hue angle of 90.35º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0CB76 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB160203118-
CMYK0.2100.420.20
HSL90.35º44.97%62.94%-
HSV(B)90.35º41.87%79.61%-
XYZ39.1251.4925.02-
YUV180.4592.75113.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 203 (79.69% from 255) = 42.20%
BLUE value IS 118 (46.48% from 255) = 24.53%
R=33.26%
G=42.20%
B=24.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602031180.2100.420.2090.3544.9762.94
HexA0CB761502A145a2d3f
Octal24031316625052241325577
Binary10100000110010111110110101010101010101001011010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CB76; }

 p { color: rgb(160,203,118); }

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

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

 a { background-color: rgb(160,203,118); }

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

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

 span { border-color: rgb(160,203,118); }

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