Shades of Olivine #9CB77D
Tints of Olivine #9CB77D
RGB
CMYK
RGB Variations
Color information
#9CB77D (or 0x9CB77D) is known color: Olivine. HEX triplet: 9C, B7 and 7D. RGB value is (156,183,125). Sum of RGB (Red+Green+Blue) = 156+183+125=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB77D is #634882. Grayscale: #A8A8A8. Windows color (decimal): -6506627 or 8239004. OLE color: 8239004.
HSL color Cylindrical-coordinate representation of color #9CB77D: hue angle of 87.93º 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 #9CB77D is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 183 | 125 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.28 |
| HSL | 87.93º | 0.29% | 0.6% | - |
| HSV(B) | 87.93º | 0.32% | 0.72% | - |
| XYZ | 34.35 | 42.42 | 25.78 | - |
| YUV | 168.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 183 | 125 | 0.15 | 0 | 0.32 | 0.28 | 87.93 | 0.29 | 0.6 |
| Hex | 9C | B7 | 7D | F | 0 | 20 | 1C | 58 | 1D | 3C |
| Octal | 234 | 267 | 175 | 17 | 0 | 40 | 34 | 130 | 35 | 74 |
| Binary | 10011100 | 10110111 | 1111101 | 1111 | 0 | 100000 | 11100 | 1011000 | 11101 | 111100 |
Color Harmonies of #9CB77D
Complementary color
Monochromatic Colors of #9CB77D
Black with #9CB77D
Text Example
Text Example
White with #9CB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB77D; }
p { color: rgb(156,183,125); }
H1.HeaderClassName
{
color: #9CB77D;
}
.AnyTagClassName
{
color: #9CB77D;
}
</style>
background-color css
<style>
a { background-color: #9CB77D; }
a { background-color: rgb(156,183,125); }
div.DivClassName
{
background-color: #9CB77D;
}
.BgClassName
{
background-color: #9CB77D;
}
</style>
border-color css
<style>
span { border-color: #9CB77D; }
span { border-color: rgb(156,183,125); }
td.TdClassName
{
border-color: #9CB77D;
}
.TagClassName
{
border-color: #9CB77D;
}
</style>