Shades of Olivine #9CB17C
Tints of Olivine #9CB17C
RGB
CMYK
RGB Variations
Color information
#9CB17C (or 0x9CB17C) is known color: Olivine. HEX triplet: 9C, B1 and 7C. RGB value is (156,177,124). Sum of RGB (Red+Green+Blue) = 156+177+124=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB17C is #634E83. Grayscale: #A4A4A4. Windows color (decimal): -6508164 or 8171932. OLE color: 8171932.
HSL color Cylindrical-coordinate representation of color #9CB17C: hue angle of 83.77º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CB17C is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 124 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.31 |
| HSL | 83.77º | 0.25% | 0.59% | - |
| HSV(B) | 83.77º | 0.3% | 0.69% | - |
| XYZ | 33.07 | 39.97 | 25.04 | - |
| YUV | 164.68 | 105.04 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 124 | 0.12 | 0 | 0.30 | 0.31 | 83.77 | 0.25 | 0.59 |
| Hex | 9C | B1 | 7C | C | 0 | 1E | 1F | 54 | 19 | 3B |
| Octal | 234 | 261 | 174 | 14 | 0 | 36 | 37 | 124 | 31 | 73 |
| Binary | 10011100 | 10110001 | 1111100 | 1100 | 0 | 11110 | 11111 | 1010100 | 11001 | 111011 |
Color Harmonies of #9CB17C
Complementary color
Monochromatic Colors of #9CB17C
Black with #9CB17C
Text Example
Text Example
White with #9CB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB17C; }
p { color: rgb(156,177,124); }
H1.HeaderClassName
{
color: #9CB17C;
}
.AnyTagClassName
{
color: #9CB17C;
}
</style>
background-color css
<style>
a { background-color: #9CB17C; }
a { background-color: rgb(156,177,124); }
div.DivClassName
{
background-color: #9CB17C;
}
.BgClassName
{
background-color: #9CB17C;
}
</style>
border-color css
<style>
span { border-color: #9CB17C; }
span { border-color: rgb(156,177,124); }
td.TdClassName
{
border-color: #9CB17C;
}
.TagClassName
{
border-color: #9CB17C;
}
</style>