Shades of Olivine #8CAF73
Tints of Olivine #8CAF73
RGB
CMYK
RGB Variations
Color information
#8CAF73 (or 0x8CAF73) is known color: Olivine. HEX triplet: 8C, AF and 73. RGB value is (140,175,115). Sum of RGB (Red+Green+Blue) = 140+175+115=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF73 is #73508C. Grayscale: #9D9D9D. Windows color (decimal): -7557261 or 7581580. OLE color: 7581580.
HSL color Cylindrical-coordinate representation of color #8CAF73: hue angle of 95º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CAF73 is Cyan = 0.2, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 115 | - |
| CMYK | 0.2 | 0 | 0.34 | 0.31 |
| HSL | 95º | 0.27% | 0.57% | - |
| HSV(B) | 95º | 0.34% | 0.69% | - |
| XYZ | 29.24 | 37.47 | 21.91 | - |
| YUV | 157.7 | 103.9 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 115 | 0.2 | 0 | 0.34 | 0.31 | 95 | 0.27 | 0.57 |
| Hex | 8C | AF | 73 | 14 | 0 | 22 | 1F | 5F | 1B | 39 |
| Octal | 214 | 257 | 163 | 24 | 0 | 42 | 37 | 137 | 33 | 71 |
| Binary | 10001100 | 10101111 | 1110011 | 10100 | 0 | 100010 | 11111 | 1011111 | 11011 | 111001 |
Color Harmonies of #8CAF73
Complementary color
Monochromatic Colors of #8CAF73
Black with #8CAF73
Text Example
Text Example
White with #8CAF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF73; }
p { color: rgb(140,175,115); }
H1.HeaderClassName
{
color: #8CAF73;
}
.AnyTagClassName
{
color: #8CAF73;
}
</style>
background-color css
<style>
a { background-color: #8CAF73; }
a { background-color: rgb(140,175,115); }
div.DivClassName
{
background-color: #8CAF73;
}
.BgClassName
{
background-color: #8CAF73;
}
</style>
border-color css
<style>
span { border-color: #8CAF73; }
span { border-color: rgb(140,175,115); }
td.TdClassName
{
border-color: #8CAF73;
}
.TagClassName
{
border-color: #8CAF73;
}
</style>