Shades of Olivine #8CB972
Tints of Olivine #8CB972
RGB
CMYK
RGB Variations
Color information
#8CB972 (or 0x8CB972) is known color: Olivine. HEX triplet: 8C, B9 and 72. RGB value is (140,185,114). Sum of RGB (Red+Green+Blue) = 140+185+114=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB972 is #73468D. Grayscale: #A3A3A3. Windows color (decimal): -7554702 or 7518604. OLE color: 7518604.
HSL color Cylindrical-coordinate representation of color #8CB972: hue angle of 98.03º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CB972 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 114 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.27 |
| HSL | 98.03º | 0.34% | 0.59% | - |
| HSV(B) | 98.03º | 0.38% | 0.73% | - |
| XYZ | 31.2 | 41.49 | 22.28 | - |
| YUV | 163.45 | 100.09 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 114 | 0.24 | 0 | 0.38 | 0.27 | 98.03 | 0.34 | 0.59 |
| Hex | 8C | B9 | 72 | 18 | 0 | 26 | 1B | 62 | 22 | 3B |
| Octal | 214 | 271 | 162 | 30 | 0 | 46 | 33 | 142 | 42 | 73 |
| Binary | 10001100 | 10111001 | 1110010 | 11000 | 0 | 100110 | 11011 | 1100010 | 100010 | 111011 |
Color Harmonies of #8CB972
Complementary color
Monochromatic Colors of #8CB972
Black with #8CB972
Text Example
Text Example
White with #8CB972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB972; }
p { color: rgb(140,185,114); }
H1.HeaderClassName
{
color: #8CB972;
}
.AnyTagClassName
{
color: #8CB972;
}
</style>
background-color css
<style>
a { background-color: #8CB972; }
a { background-color: rgb(140,185,114); }
div.DivClassName
{
background-color: #8CB972;
}
.BgClassName
{
background-color: #8CB972;
}
</style>
border-color css
<style>
span { border-color: #8CB972; }
span { border-color: rgb(140,185,114); }
td.TdClassName
{
border-color: #8CB972;
}
.TagClassName
{
border-color: #8CB972;
}
</style>