Shades of Olivine #9CB777
Tints of Olivine #9CB777
RGB
CMYK
RGB Variations
Color information
#9CB777 (or 0x9CB777) is known color: Olivine. HEX triplet: 9C, B7 and 77. RGB value is (156,183,119). Sum of RGB (Red+Green+Blue) = 156+183+119=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB777 is #634888. Grayscale: #A7A7A7. Windows color (decimal): -6506633 or 7845788. OLE color: 7845788.
HSL color Cylindrical-coordinate representation of color #9CB777: hue angle of 85.31º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CB777 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 183 | 119 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.28 |
| HSL | 85.31º | 0.31% | 0.59% | - |
| HSV(B) | 85.31º | 0.35% | 0.72% | - |
| XYZ | 33.97 | 42.27 | 23.82 | - |
| YUV | 167.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 183 | 119 | 0.15 | 0 | 0.35 | 0.28 | 85.31 | 0.31 | 0.59 |
| Hex | 9C | B7 | 77 | F | 0 | 23 | 1C | 55 | 1F | 3B |
| Octal | 234 | 267 | 167 | 17 | 0 | 43 | 34 | 125 | 37 | 73 |
| Binary | 10011100 | 10110111 | 1110111 | 1111 | 0 | 100011 | 11100 | 1010101 | 11111 | 111011 |
Color Harmonies of #9CB777
Complementary color
Monochromatic Colors of #9CB777
Black with #9CB777
Text Example
Text Example
White with #9CB777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB777; }
p { color: rgb(156,183,119); }
H1.HeaderClassName
{
color: #9CB777;
}
.AnyTagClassName
{
color: #9CB777;
}
</style>
background-color css
<style>
a { background-color: #9CB777; }
a { background-color: rgb(156,183,119); }
div.DivClassName
{
background-color: #9CB777;
}
.BgClassName
{
background-color: #9CB777;
}
</style>
border-color css
<style>
span { border-color: #9CB777; }
span { border-color: rgb(156,183,119); }
td.TdClassName
{
border-color: #9CB777;
}
.TagClassName
{
border-color: #9CB777;
}
</style>