Shades of Olivine #8CAF70
Tints of Olivine #8CAF70
RGB
CMYK
RGB Variations
Color information
#8CAF70 (or 0x8CAF70) is known color: Olivine. HEX triplet: 8C, AF and 70. RGB value is (140,175,112). Sum of RGB (Red+Green+Blue) = 140+175+112=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF70 is #73508F. Grayscale: #9D9D9D. Windows color (decimal): -7557264 or 7384972. OLE color: 7384972.
HSL color Cylindrical-coordinate representation of color #8CAF70: hue angle of 93.33º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CAF70 is Cyan = 0.2, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 112 | - |
| CMYK | 0.2 | 0 | 0.36 | 0.31 |
| HSL | 93.33º | 0.28% | 0.56% | - |
| HSV(B) | 93.33º | 0.36% | 0.69% | - |
| XYZ | 29.07 | 37.41 | 21.02 | - |
| YUV | 157.35 | 102.4 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 112 | 0.2 | 0 | 0.36 | 0.31 | 93.33 | 0.28 | 0.56 |
| Hex | 8C | AF | 70 | 14 | 0 | 24 | 1F | 5D | 1C | 38 |
| Octal | 214 | 257 | 160 | 24 | 0 | 44 | 37 | 135 | 34 | 70 |
| Binary | 10001100 | 10101111 | 1110000 | 10100 | 0 | 100100 | 11111 | 1011101 | 11100 | 111000 |
Color Harmonies of #8CAF70
Complementary color
Monochromatic Colors of #8CAF70
Black with #8CAF70
Text Example
Text Example
White with #8CAF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF70; }
p { color: rgb(140,175,112); }
H1.HeaderClassName
{
color: #8CAF70;
}
.AnyTagClassName
{
color: #8CAF70;
}
</style>
background-color css
<style>
a { background-color: #8CAF70; }
a { background-color: rgb(140,175,112); }
div.DivClassName
{
background-color: #8CAF70;
}
.BgClassName
{
background-color: #8CAF70;
}
</style>
border-color css
<style>
span { border-color: #8CAF70; }
span { border-color: rgb(140,175,112); }
td.TdClassName
{
border-color: #8CAF70;
}
.TagClassName
{
border-color: #8CAF70;
}
</style>