Shades of Olivine #8CAB77
Tints of Olivine #8CAB77
RGB
CMYK
RGB Variations
Color information
#8CAB77 (or 0x8CAB77) is known color: Olivine. HEX triplet: 8C, AB and 77. RGB value is (140,171,119). Sum of RGB (Red+Green+Blue) = 140+171+119=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB77 is #735488. Grayscale: #9B9B9B. Windows color (decimal): -7558281 or 7842700. OLE color: 7842700.
HSL color Cylindrical-coordinate representation of color #8CAB77: hue angle of 95.77º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CAB77 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 119 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.33 |
| HSL | 95.77º | 0.24% | 0.57% | - |
| HSV(B) | 95.77º | 0.3% | 0.67% | - |
| XYZ | 28.71 | 36.03 | 22.89 | - |
| YUV | 155.8 | 107.23 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 119 | 0.18 | 0 | 0.30 | 0.33 | 95.77 | 0.24 | 0.57 |
| Hex | 8C | AB | 77 | 12 | 0 | 1E | 21 | 60 | 18 | 39 |
| Octal | 214 | 253 | 167 | 22 | 0 | 36 | 41 | 140 | 30 | 71 |
| Binary | 10001100 | 10101011 | 1110111 | 10010 | 0 | 11110 | 100001 | 1100000 | 11000 | 111001 |
Color Harmonies of #8CAB77
Complementary color
Monochromatic Colors of #8CAB77
Black with #8CAB77
Text Example
Text Example
White with #8CAB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB77; }
p { color: rgb(140,171,119); }
H1.HeaderClassName
{
color: #8CAB77;
}
.AnyTagClassName
{
color: #8CAB77;
}
</style>
background-color css
<style>
a { background-color: #8CAB77; }
a { background-color: rgb(140,171,119); }
div.DivClassName
{
background-color: #8CAB77;
}
.BgClassName
{
background-color: #8CAB77;
}
</style>
border-color css
<style>
span { border-color: #8CAB77; }
span { border-color: rgb(140,171,119); }
td.TdClassName
{
border-color: #8CAB77;
}
.TagClassName
{
border-color: #8CAB77;
}
</style>