Shades of Olivine #9CB77C
Tints of Olivine #9CB77C
RGB
CMYK
RGB Variations
Color information
#9CB77C (or 0x9CB77C) is known color: Olivine. HEX triplet: 9C, B7 and 7C. RGB value is (156,183,124). Sum of RGB (Red+Green+Blue) = 156+183+124=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB77C is #634883. Grayscale: #A8A8A8. Windows color (decimal): -6506628 or 8173468. OLE color: 8173468.
HSL color Cylindrical-coordinate representation of color #9CB77C: hue angle of 87.46º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CB77C is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 183 | 124 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.28 |
| HSL | 87.46º | 0.29% | 0.6% | - |
| HSV(B) | 87.46º | 0.32% | 0.72% | - |
| XYZ | 34.28 | 42.39 | 25.44 | - |
| YUV | 168.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 183 | 124 | 0.15 | 0 | 0.32 | 0.28 | 87.46 | 0.29 | 0.6 |
| Hex | 9C | B7 | 7C | F | 0 | 20 | 1C | 57 | 1D | 3C |
| Octal | 234 | 267 | 174 | 17 | 0 | 40 | 34 | 127 | 35 | 74 |
| Binary | 10011100 | 10110111 | 1111100 | 1111 | 0 | 100000 | 11100 | 1010111 | 11101 | 111100 |
Color Harmonies of #9CB77C
Complementary color
Monochromatic Colors of #9CB77C
Black with #9CB77C
Text Example
Text Example
White with #9CB77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB77C; }
p { color: rgb(156,183,124); }
H1.HeaderClassName
{
color: #9CB77C;
}
.AnyTagClassName
{
color: #9CB77C;
}
</style>
background-color css
<style>
a { background-color: #9CB77C; }
a { background-color: rgb(156,183,124); }
div.DivClassName
{
background-color: #9CB77C;
}
.BgClassName
{
background-color: #9CB77C;
}
</style>
border-color css
<style>
span { border-color: #9CB77C; }
span { border-color: rgb(156,183,124); }
td.TdClassName
{
border-color: #9CB77C;
}
.TagClassName
{
border-color: #9CB77C;
}
</style>