Shades of Olivine #9CB972
Tints of Olivine #9CB972
RGB
CMYK
RGB Variations
Color information
#9CB972 (or 0x9CB972) is known color: Olivine. HEX triplet: 9C, B9 and 72. RGB value is (156,185,114). Sum of RGB (Red+Green+Blue) = 156+185+114=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB972 is #63468D. Grayscale: #A8A8A8. Windows color (decimal): -6506126 or 7518620. OLE color: 7518620.
HSL color Cylindrical-coordinate representation of color #9CB972: hue angle of 84.51º 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 #9CB972 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 185 | 114 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.27 |
| HSL | 84.51º | 0.34% | 0.59% | - |
| HSV(B) | 84.51º | 0.38% | 0.73% | - |
| XYZ | 34.1 | 42.98 | 22.42 | - |
| YUV | 168.24 | 97.39 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 114 | 0.16 | 0 | 0.38 | 0.27 | 84.51 | 0.34 | 0.59 |
| Hex | 9C | B9 | 72 | 10 | 0 | 26 | 1B | 55 | 22 | 3B |
| Octal | 234 | 271 | 162 | 20 | 0 | 46 | 33 | 125 | 42 | 73 |
| Binary | 10011100 | 10111001 | 1110010 | 10000 | 0 | 100110 | 11011 | 1010101 | 100010 | 111011 |
Color Harmonies of #9CB972
Complementary color
Monochromatic Colors of #9CB972
Black with #9CB972
Text Example
Text Example
White with #9CB972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB972; }
p { color: rgb(156,185,114); }
H1.HeaderClassName
{
color: #9CB972;
}
.AnyTagClassName
{
color: #9CB972;
}
</style>
background-color css
<style>
a { background-color: #9CB972; }
a { background-color: rgb(156,185,114); }
div.DivClassName
{
background-color: #9CB972;
}
.BgClassName
{
background-color: #9CB972;
}
</style>
border-color css
<style>
span { border-color: #9CB972; }
span { border-color: rgb(156,185,114); }
td.TdClassName
{
border-color: #9CB972;
}
.TagClassName
{
border-color: #9CB972;
}
</style>