Shades of Olivine #9CB872
Tints of Olivine #9CB872
RGB
CMYK
RGB Variations
Color information
#9CB872 (or 0x9CB872) is known color: Olivine. HEX triplet: 9C, B8 and 72. RGB value is (156,184,114). Sum of RGB (Red+Green+Blue) = 156+184+114=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB872 is #63478D. Grayscale: #A7A7A7. Windows color (decimal): -6506382 or 7518364. OLE color: 7518364.
HSL color Cylindrical-coordinate representation of color #9CB872: hue angle of 84º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CB872 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 184 | 114 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.28 |
| HSL | 84º | 0.33% | 0.58% | - |
| HSV(B) | 84º | 0.38% | 0.72% | - |
| XYZ | 33.89 | 42.56 | 22.35 | - |
| YUV | 167.65 | 97.72 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 184 | 114 | 0.15 | 0 | 0.38 | 0.28 | 84 | 0.33 | 0.58 |
| Hex | 9C | B8 | 72 | F | 0 | 26 | 1C | 54 | 21 | 3A |
| Octal | 234 | 270 | 162 | 17 | 0 | 46 | 34 | 124 | 41 | 72 |
| Binary | 10011100 | 10111000 | 1110010 | 1111 | 0 | 100110 | 11100 | 1010100 | 100001 | 111010 |
Color Harmonies of #9CB872
Complementary color
Monochromatic Colors of #9CB872
Black with #9CB872
Text Example
Text Example
White with #9CB872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB872; }
p { color: rgb(156,184,114); }
H1.HeaderClassName
{
color: #9CB872;
}
.AnyTagClassName
{
color: #9CB872;
}
</style>
background-color css
<style>
a { background-color: #9CB872; }
a { background-color: rgb(156,184,114); }
div.DivClassName
{
background-color: #9CB872;
}
.BgClassName
{
background-color: #9CB872;
}
</style>
border-color css
<style>
span { border-color: #9CB872; }
span { border-color: rgb(156,184,114); }
td.TdClassName
{
border-color: #9CB872;
}
.TagClassName
{
border-color: #9CB872;
}
</style>