Shades of Olivine #8CAF77
Tints of Olivine #8CAF77
RGB
CMYK
RGB Variations
Color information
#8CAF77 (or 0x8CAF77) is known color: Olivine. HEX triplet: 8C, AF and 77. RGB value is (140,175,119). Sum of RGB (Red+Green+Blue) = 140+175+119=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF77 is #735088. Grayscale: #9E9E9E. Windows color (decimal): -7557257 or 7843724. OLE color: 7843724.
HSL color Cylindrical-coordinate representation of color #8CAF77: hue angle of 97.5º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CAF77 is Cyan = 0.2, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 119 | - |
| CMYK | 0.2 | 0 | 0.32 | 0.31 |
| HSL | 97.5º | 0.26% | 0.58% | - |
| HSV(B) | 97.5º | 0.32% | 0.69% | - |
| XYZ | 29.47 | 37.57 | 23.15 | - |
| YUV | 158.15 | 105.9 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 119 | 0.2 | 0 | 0.32 | 0.31 | 97.5 | 0.26 | 0.58 |
| Hex | 8C | AF | 77 | 14 | 0 | 20 | 1F | 62 | 1A | 3A |
| Octal | 214 | 257 | 167 | 24 | 0 | 40 | 37 | 142 | 32 | 72 |
| Binary | 10001100 | 10101111 | 1110111 | 10100 | 0 | 100000 | 11111 | 1100010 | 11010 | 111010 |
Color Harmonies of #8CAF77
Complementary color
Monochromatic Colors of #8CAF77
Black with #8CAF77
Text Example
Text Example
White with #8CAF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF77; }
p { color: rgb(140,175,119); }
H1.HeaderClassName
{
color: #8CAF77;
}
.AnyTagClassName
{
color: #8CAF77;
}
</style>
background-color css
<style>
a { background-color: #8CAF77; }
a { background-color: rgb(140,175,119); }
div.DivClassName
{
background-color: #8CAF77;
}
.BgClassName
{
background-color: #8CAF77;
}
</style>
border-color css
<style>
span { border-color: #8CAF77; }
span { border-color: rgb(140,175,119); }
td.TdClassName
{
border-color: #8CAF77;
}
.TagClassName
{
border-color: #8CAF77;
}
</style>