Shades of Olivine #8CB977
Tints of Olivine #8CB977
RGB
CMYK
RGB Variations
Color information
#8CB977 (or 0x8CB977) is known color: Olivine. HEX triplet: 8C, B9 and 77. RGB value is (140,185,119). Sum of RGB (Red+Green+Blue) = 140+185+119=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB977 is #734688. Grayscale: #A4A4A4. Windows color (decimal): -7554697 or 7846284. OLE color: 7846284.
HSL color Cylindrical-coordinate representation of color #8CB977: hue angle of 100.91º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CB977 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 119 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.27 |
| HSL | 100.91º | 0.32% | 0.6% | - |
| HSV(B) | 100.91º | 0.36% | 0.73% | - |
| XYZ | 31.49 | 41.61 | 23.82 | - |
| YUV | 164.02 | 102.59 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 119 | 0.24 | 0 | 0.36 | 0.27 | 100.91 | 0.32 | 0.6 |
| Hex | 8C | B9 | 77 | 18 | 0 | 24 | 1B | 65 | 20 | 3C |
| Octal | 214 | 271 | 167 | 30 | 0 | 44 | 33 | 145 | 40 | 74 |
| Binary | 10001100 | 10111001 | 1110111 | 11000 | 0 | 100100 | 11011 | 1100101 | 100000 | 111100 |
Color Harmonies of #8CB977
Complementary color
Monochromatic Colors of #8CB977
Black with #8CB977
Text Example
Text Example
White with #8CB977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB977; }
p { color: rgb(140,185,119); }
H1.HeaderClassName
{
color: #8CB977;
}
.AnyTagClassName
{
color: #8CB977;
}
</style>
background-color css
<style>
a { background-color: #8CB977; }
a { background-color: rgb(140,185,119); }
div.DivClassName
{
background-color: #8CB977;
}
.BgClassName
{
background-color: #8CB977;
}
</style>
border-color css
<style>
span { border-color: #8CB977; }
span { border-color: rgb(140,185,119); }
td.TdClassName
{
border-color: #8CB977;
}
.TagClassName
{
border-color: #8CB977;
}
</style>