Shades of Olivine #8CAC71
Tints of Olivine #8CAC71
RGB
CMYK
RGB Variations
Color information
#8CAC71 (or 0x8CAC71) is known color: Olivine. HEX triplet: 8C, AC and 71. RGB value is (140,172,113). Sum of RGB (Red+Green+Blue) = 140+172+113=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC71 is #73538E. Grayscale: #9B9B9B. Windows color (decimal): -7558031 or 7449740. OLE color: 7449740.
HSL color Cylindrical-coordinate representation of color #8CAC71: hue angle of 92.54º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CAC71 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 113 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.33 |
| HSL | 92.54º | 0.26% | 0.56% | - |
| HSV(B) | 92.54º | 0.34% | 0.67% | - |
| XYZ | 28.55 | 36.27 | 21.12 | - |
| YUV | 155.71 | 103.9 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 113 | 0.19 | 0 | 0.34 | 0.33 | 92.54 | 0.26 | 0.56 |
| Hex | 8C | AC | 71 | 13 | 0 | 22 | 21 | 5D | 1A | 38 |
| Octal | 214 | 254 | 161 | 23 | 0 | 42 | 41 | 135 | 32 | 70 |
| Binary | 10001100 | 10101100 | 1110001 | 10011 | 0 | 100010 | 100001 | 1011101 | 11010 | 111000 |
Color Harmonies of #8CAC71
Complementary color
Monochromatic Colors of #8CAC71
Black with #8CAC71
Text Example
Text Example
White with #8CAC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC71; }
p { color: rgb(140,172,113); }
H1.HeaderClassName
{
color: #8CAC71;
}
.AnyTagClassName
{
color: #8CAC71;
}
</style>
background-color css
<style>
a { background-color: #8CAC71; }
a { background-color: rgb(140,172,113); }
div.DivClassName
{
background-color: #8CAC71;
}
.BgClassName
{
background-color: #8CAC71;
}
</style>
border-color css
<style>
span { border-color: #8CAC71; }
span { border-color: rgb(140,172,113); }
td.TdClassName
{
border-color: #8CAC71;
}
.TagClassName
{
border-color: #8CAC71;
}
</style>