Shades of Olivine #9CB272
Tints of Olivine #9CB272
RGB
CMYK
RGB Variations
Color information
#9CB272 (or 0x9CB272) is known color: Olivine. HEX triplet: 9C, B2 and 72. RGB value is (156,178,114). Sum of RGB (Red+Green+Blue) = 156+178+114=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB272 is #634D8D. Grayscale: #A4A4A4. Windows color (decimal): -6507918 or 7516828. OLE color: 7516828.
HSL color Cylindrical-coordinate representation of color #9CB272: hue angle of 80.62º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CB272 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 178 | 114 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.30 |
| HSL | 80.63º | 0.29% | 0.57% | - |
| HSV(B) | 80.63º | 0.36% | 0.7% | - |
| XYZ | 32.67 | 40.12 | 21.94 | - |
| YUV | 164.13 | 99.71 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 178 | 114 | 0.12 | 0 | 0.36 | 0.30 | 80.63 | 0.29 | 0.57 |
| Hex | 9C | B2 | 72 | C | 0 | 24 | 1E | 51 | 1D | 39 |
| Octal | 234 | 262 | 162 | 14 | 0 | 44 | 36 | 121 | 35 | 71 |
| Binary | 10011100 | 10110010 | 1110010 | 1100 | 0 | 100100 | 11110 | 1010001 | 11101 | 111001 |
Color Harmonies of #9CB272
Complementary color
Monochromatic Colors of #9CB272
Black with #9CB272
Text Example
Text Example
White with #9CB272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB272; }
p { color: rgb(156,178,114); }
H1.HeaderClassName
{
color: #9CB272;
}
.AnyTagClassName
{
color: #9CB272;
}
</style>
background-color css
<style>
a { background-color: #9CB272; }
a { background-color: rgb(156,178,114); }
div.DivClassName
{
background-color: #9CB272;
}
.BgClassName
{
background-color: #9CB272;
}
</style>
border-color css
<style>
span { border-color: #9CB272; }
span { border-color: rgb(156,178,114); }
td.TdClassName
{
border-color: #9CB272;
}
.TagClassName
{
border-color: #9CB272;
}
</style>