Shades of Olivine #9CB37C
Tints of Olivine #9CB37C
RGB
CMYK
RGB Variations
Color information
#9CB37C (or 0x9CB37C) is known color: Olivine. HEX triplet: 9C, B3 and 7C. RGB value is (156,179,124). Sum of RGB (Red+Green+Blue) = 156+179+124=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB37C is #634C83. Grayscale: #A6A6A6. Windows color (decimal): -6507652 or 8172444. OLE color: 8172444.
HSL color Cylindrical-coordinate representation of color #9CB37C: hue angle of 85.09º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CB37C is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 124 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.30 |
| HSL | 85.09º | 0.27% | 0.59% | - |
| HSV(B) | 85.09º | 0.31% | 0.7% | - |
| XYZ | 33.47 | 40.76 | 25.17 | - |
| YUV | 165.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 124 | 0.13 | 0 | 0.31 | 0.30 | 85.09 | 0.27 | 0.59 |
| Hex | 9C | B3 | 7C | D | 0 | 1F | 1E | 55 | 1B | 3B |
| Octal | 234 | 263 | 174 | 15 | 0 | 37 | 36 | 125 | 33 | 73 |
| Binary | 10011100 | 10110011 | 1111100 | 1101 | 0 | 11111 | 11110 | 1010101 | 11011 | 111011 |
Color Harmonies of #9CB37C
Complementary color
Monochromatic Colors of #9CB37C
Black with #9CB37C
Text Example
Text Example
White with #9CB37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB37C; }
p { color: rgb(156,179,124); }
H1.HeaderClassName
{
color: #9CB37C;
}
.AnyTagClassName
{
color: #9CB37C;
}
</style>
background-color css
<style>
a { background-color: #9CB37C; }
a { background-color: rgb(156,179,124); }
div.DivClassName
{
background-color: #9CB37C;
}
.BgClassName
{
background-color: #9CB37C;
}
</style>
border-color css
<style>
span { border-color: #9CB37C; }
span { border-color: rgb(156,179,124); }
td.TdClassName
{
border-color: #9CB37C;
}
.TagClassName
{
border-color: #9CB37C;
}
</style>