Shades of Olivine #8CAC76
Tints of Olivine #8CAC76
RGB
CMYK
RGB Variations
Color information
#8CAC76 (or 0x8CAC76) is known color: Olivine. HEX triplet: 8C, AC and 76. RGB value is (140,172,118). Sum of RGB (Red+Green+Blue) = 140+172+118=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC76 is #735389. Grayscale: #9C9C9C. Windows color (decimal): -7558026 or 7777420. OLE color: 7777420.
HSL color Cylindrical-coordinate representation of color #8CAC76: hue angle of 95.56º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CAC76 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 118 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.33 |
| HSL | 95.56º | 0.25% | 0.57% | - |
| HSV(B) | 95.56º | 0.31% | 0.67% | - |
| XYZ | 28.84 | 36.39 | 22.64 | - |
| YUV | 156.28 | 106.4 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 118 | 0.19 | 0 | 0.31 | 0.33 | 95.56 | 0.25 | 0.57 |
| Hex | 8C | AC | 76 | 13 | 0 | 1F | 21 | 60 | 19 | 39 |
| Octal | 214 | 254 | 166 | 23 | 0 | 37 | 41 | 140 | 31 | 71 |
| Binary | 10001100 | 10101100 | 1110110 | 10011 | 0 | 11111 | 100001 | 1100000 | 11001 | 111001 |
Color Harmonies of #8CAC76
Complementary color
Monochromatic Colors of #8CAC76
Black with #8CAC76
Text Example
Text Example
White with #8CAC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC76; }
p { color: rgb(140,172,118); }
H1.HeaderClassName
{
color: #8CAC76;
}
.AnyTagClassName
{
color: #8CAC76;
}
</style>
background-color css
<style>
a { background-color: #8CAC76; }
a { background-color: rgb(140,172,118); }
div.DivClassName
{
background-color: #8CAC76;
}
.BgClassName
{
background-color: #8CAC76;
}
</style>
border-color css
<style>
span { border-color: #8CAC76; }
span { border-color: rgb(140,172,118); }
td.TdClassName
{
border-color: #8CAC76;
}
.TagClassName
{
border-color: #8CAC76;
}
</style>