Shades of Olivine #9CB770
Tints of Olivine #9CB770
RGB
CMYK
RGB Variations
Color information
#9CB770 (or 0x9CB770) is known color: Olivine. HEX triplet: 9C, B7 and 70. RGB value is (156,183,112). Sum of RGB (Red+Green+Blue) = 156+183+112=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB770 is #63488F. Grayscale: #A7A7A7. Windows color (decimal): -6506640 or 7387036. OLE color: 7387036.
HSL color Cylindrical-coordinate representation of color #9CB770: hue angle of 82.82º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CB770 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 183 | 112 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.28 |
| HSL | 82.82º | 0.33% | 0.58% | - |
| HSV(B) | 82.82º | 0.39% | 0.72% | - |
| XYZ | 33.57 | 42.1 | 21.69 | - |
| YUV | 166.83 | 97.05 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 183 | 112 | 0.15 | 0 | 0.39 | 0.28 | 82.82 | 0.33 | 0.58 |
| Hex | 9C | B7 | 70 | F | 0 | 27 | 1C | 53 | 21 | 3A |
| Octal | 234 | 267 | 160 | 17 | 0 | 47 | 34 | 123 | 41 | 72 |
| Binary | 10011100 | 10110111 | 1110000 | 1111 | 0 | 100111 | 11100 | 1010011 | 100001 | 111010 |
Color Harmonies of #9CB770
Complementary color
Monochromatic Colors of #9CB770
Black with #9CB770
Text Example
Text Example
White with #9CB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB770; }
p { color: rgb(156,183,112); }
H1.HeaderClassName
{
color: #9CB770;
}
.AnyTagClassName
{
color: #9CB770;
}
</style>
background-color css
<style>
a { background-color: #9CB770; }
a { background-color: rgb(156,183,112); }
div.DivClassName
{
background-color: #9CB770;
}
.BgClassName
{
background-color: #9CB770;
}
</style>
border-color css
<style>
span { border-color: #9CB770; }
span { border-color: rgb(156,183,112); }
td.TdClassName
{
border-color: #9CB770;
}
.TagClassName
{
border-color: #9CB770;
}
</style>