Shades of Olivine #9CB071
Tints of Olivine #9CB071
RGB
CMYK
RGB Variations
Color information
#9CB071 (or 0x9CB071) is known color: Olivine. HEX triplet: 9C, B0 and 71. RGB value is (156,176,113). Sum of RGB (Red+Green+Blue) = 156+176+113=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB071 is #634F8E. Grayscale: #A3A3A3. Windows color (decimal): -6508431 or 7450780. OLE color: 7450780.
HSL color Cylindrical-coordinate representation of color #9CB071: hue angle of 79.05º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CB071 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 176 | 113 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.31 |
| HSL | 79.05º | 0.29% | 0.57% | - |
| HSV(B) | 79.05º | 0.36% | 0.69% | - |
| XYZ | 32.22 | 39.31 | 21.51 | - |
| YUV | 162.84 | 99.87 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 176 | 113 | 0.11 | 0 | 0.36 | 0.31 | 79.05 | 0.29 | 0.57 |
| Hex | 9C | B0 | 71 | B | 0 | 24 | 1F | 4F | 1D | 39 |
| Octal | 234 | 260 | 161 | 13 | 0 | 44 | 37 | 117 | 35 | 71 |
| Binary | 10011100 | 10110000 | 1110001 | 1011 | 0 | 100100 | 11111 | 1001111 | 11101 | 111001 |
Color Harmonies of #9CB071
Complementary color
Monochromatic Colors of #9CB071
Black with #9CB071
Text Example
Text Example
White with #9CB071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB071; }
p { color: rgb(156,176,113); }
H1.HeaderClassName
{
color: #9CB071;
}
.AnyTagClassName
{
color: #9CB071;
}
</style>
background-color css
<style>
a { background-color: #9CB071; }
a { background-color: rgb(156,176,113); }
div.DivClassName
{
background-color: #9CB071;
}
.BgClassName
{
background-color: #9CB071;
}
</style>
border-color css
<style>
span { border-color: #9CB071; }
span { border-color: rgb(156,176,113); }
td.TdClassName
{
border-color: #9CB071;
}
.TagClassName
{
border-color: #9CB071;
}
</style>