Shades of Olivine #9CB170
Tints of Olivine #9CB170
RGB
CMYK
RGB Variations
Color information
#9CB170 (or 0x9CB170) is known color: Olivine. HEX triplet: 9C, B1 and 70. RGB value is (156,177,112). Sum of RGB (Red+Green+Blue) = 156+177+112=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB170 is #634E8F. Grayscale: #A3A3A3. Windows color (decimal): -6508176 or 7385500. OLE color: 7385500.
HSL color Cylindrical-coordinate representation of color #9CB170: hue angle of 79.38º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CB170 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 112 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.31 |
| HSL | 79.38º | 0.29% | 0.57% | - |
| HSV(B) | 79.38º | 0.37% | 0.69% | - |
| XYZ | 32.36 | 39.68 | 21.28 | - |
| YUV | 163.31 | 99.04 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 112 | 0.12 | 0 | 0.37 | 0.31 | 79.38 | 0.29 | 0.57 |
| Hex | 9C | B1 | 70 | C | 0 | 25 | 1F | 4F | 1D | 39 |
| Octal | 234 | 261 | 160 | 14 | 0 | 45 | 37 | 117 | 35 | 71 |
| Binary | 10011100 | 10110001 | 1110000 | 1100 | 0 | 100101 | 11111 | 1001111 | 11101 | 111001 |
Color Harmonies of #9CB170
Complementary color
Monochromatic Colors of #9CB170
Black with #9CB170
Text Example
Text Example
White with #9CB170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB170; }
p { color: rgb(156,177,112); }
H1.HeaderClassName
{
color: #9CB170;
}
.AnyTagClassName
{
color: #9CB170;
}
</style>
background-color css
<style>
a { background-color: #9CB170; }
a { background-color: rgb(156,177,112); }
div.DivClassName
{
background-color: #9CB170;
}
.BgClassName
{
background-color: #9CB170;
}
</style>
border-color css
<style>
span { border-color: #9CB170; }
span { border-color: rgb(156,177,112); }
td.TdClassName
{
border-color: #9CB170;
}
.TagClassName
{
border-color: #9CB170;
}
</style>