Shades of Olivine #9CB771
Tints of Olivine #9CB771
RGB
CMYK
RGB Variations
Color information
#9CB771 (or 0x9CB771) is known color: Olivine. HEX triplet: 9C, B7 and 71. RGB value is (156,183,113). Sum of RGB (Red+Green+Blue) = 156+183+113=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB771 is #63488E. Grayscale: #A7A7A7. Windows color (decimal): -6506639 or 7452572. OLE color: 7452572.
HSL color Cylindrical-coordinate representation of color #9CB771: hue angle of 83.14º 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 #9CB771 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 183 | 113 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.28 |
| HSL | 83.14º | 0.33% | 0.58% | - |
| HSV(B) | 83.14º | 0.38% | 0.72% | - |
| XYZ | 33.62 | 42.13 | 21.98 | - |
| YUV | 166.95 | 97.55 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 183 | 113 | 0.15 | 0 | 0.38 | 0.28 | 83.14 | 0.33 | 0.58 |
| Hex | 9C | B7 | 71 | F | 0 | 26 | 1C | 53 | 21 | 3A |
| Octal | 234 | 267 | 161 | 17 | 0 | 46 | 34 | 123 | 41 | 72 |
| Binary | 10011100 | 10110111 | 1110001 | 1111 | 0 | 100110 | 11100 | 1010011 | 100001 | 111010 |
Color Harmonies of #9CB771
Complementary color
Monochromatic Colors of #9CB771
Black with #9CB771
Text Example
Text Example
White with #9CB771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB771; }
p { color: rgb(156,183,113); }
H1.HeaderClassName
{
color: #9CB771;
}
.AnyTagClassName
{
color: #9CB771;
}
</style>
background-color css
<style>
a { background-color: #9CB771; }
a { background-color: rgb(156,183,113); }
div.DivClassName
{
background-color: #9CB771;
}
.BgClassName
{
background-color: #9CB771;
}
</style>
border-color css
<style>
span { border-color: #9CB771; }
span { border-color: rgb(156,183,113); }
td.TdClassName
{
border-color: #9CB771;
}
.TagClassName
{
border-color: #9CB771;
}
</style>