Shades of Olivine #9CB37F
Tints of Olivine #9CB37F
RGB
CMYK
RGB Variations
Color information
#9CB37F (or 0x9CB37F) is known color: Olivine. HEX triplet: 9C, B3 and 7F. RGB value is (156,179,127). Sum of RGB (Red+Green+Blue) = 156+179+127=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB37F is #634C80. Grayscale: #A6A6A6. Windows color (decimal): -6507649 or 8369052. OLE color: 8369052.
HSL color Cylindrical-coordinate representation of color #9CB37F: hue angle of 86.54º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CB37F is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 127 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.30 |
| HSL | 86.54º | 0.25% | 0.6% | - |
| HSV(B) | 86.54º | 0.29% | 0.7% | - |
| XYZ | 33.66 | 40.84 | 26.19 | - |
| YUV | 166.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 127 | 0.13 | 0 | 0.29 | 0.30 | 86.54 | 0.25 | 0.6 |
| Hex | 9C | B3 | 7F | D | 0 | 1D | 1E | 57 | 19 | 3C |
| Octal | 234 | 263 | 177 | 15 | 0 | 35 | 36 | 127 | 31 | 74 |
| Binary | 10011100 | 10110011 | 1111111 | 1101 | 0 | 11101 | 11110 | 1010111 | 11001 | 111100 |
Color Harmonies of #9CB37F
Complementary color
Monochromatic Colors of #9CB37F
Black with #9CB37F
Text Example
Text Example
White with #9CB37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB37F; }
p { color: rgb(156,179,127); }
H1.HeaderClassName
{
color: #9CB37F;
}
.AnyTagClassName
{
color: #9CB37F;
}
</style>
background-color css
<style>
a { background-color: #9CB37F; }
a { background-color: rgb(156,179,127); }
div.DivClassName
{
background-color: #9CB37F;
}
.BgClassName
{
background-color: #9CB37F;
}
</style>
border-color css
<style>
span { border-color: #9CB37F; }
span { border-color: rgb(156,179,127); }
td.TdClassName
{
border-color: #9CB37F;
}
.TagClassName
{
border-color: #9CB37F;
}
</style>