Shades of Olivine #9CBF73
Tints of Olivine #9CBF73
RGB
CMYK
RGB Variations
Color information
#9CBF73 (or 0x9CBF73) is known color: Olivine. HEX triplet: 9C, BF and 73. RGB value is (156,191,115). Sum of RGB (Red+Green+Blue) = 156+191+115=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF73 is #63408C. Grayscale: #ACACAC. Windows color (decimal): -6504589 or 7585692. OLE color: 7585692.
HSL color Cylindrical-coordinate representation of color #9CBF73: hue angle of 87.63º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CBF73 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 191 | 115 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.25 |
| HSL | 87.63º | 0.37% | 0.6% | - |
| HSV(B) | 87.63º | 0.4% | 0.75% | - |
| XYZ | 35.44 | 45.57 | 23.15 | - |
| YUV | 171.87 | 95.9 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 191 | 115 | 0.18 | 0 | 0.40 | 0.25 | 87.63 | 0.37 | 0.6 |
| Hex | 9C | BF | 73 | 12 | 0 | 28 | 19 | 58 | 25 | 3C |
| Octal | 234 | 277 | 163 | 22 | 0 | 50 | 31 | 130 | 45 | 74 |
| Binary | 10011100 | 10111111 | 1110011 | 10010 | 0 | 101000 | 11001 | 1011000 | 100101 | 111100 |
Color Harmonies of #9CBF73
Complementary color
Monochromatic Colors of #9CBF73
Black with #9CBF73
Text Example
Text Example
White with #9CBF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBF73; }
p { color: rgb(156,191,115); }
H1.HeaderClassName
{
color: #9CBF73;
}
.AnyTagClassName
{
color: #9CBF73;
}
</style>
background-color css
<style>
a { background-color: #9CBF73; }
a { background-color: rgb(156,191,115); }
div.DivClassName
{
background-color: #9CBF73;
}
.BgClassName
{
background-color: #9CBF73;
}
</style>
border-color css
<style>
span { border-color: #9CBF73; }
span { border-color: rgb(156,191,115); }
td.TdClassName
{
border-color: #9CBF73;
}
.TagClassName
{
border-color: #9CBF73;
}
</style>