Shades of Olivine #9CB172
Tints of Olivine #9CB172
RGB
CMYK
RGB Variations
Color information
#9CB172 (or 0x9CB172) is known color: Olivine. HEX triplet: 9C, B1 and 72. RGB value is (156,177,114). Sum of RGB (Red+Green+Blue) = 156+177+114=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB172 is #634E8D. Grayscale: #A3A3A3. Windows color (decimal): -6508174 or 7516572. OLE color: 7516572.
HSL color Cylindrical-coordinate representation of color #9CB172: hue angle of 80º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CB172 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 114 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.31 |
| HSL | 80º | 0.29% | 0.57% | - |
| HSV(B) | 80º | 0.36% | 0.69% | - |
| XYZ | 32.47 | 39.73 | 21.88 | - |
| YUV | 163.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 114 | 0.12 | 0 | 0.36 | 0.31 | 80 | 0.29 | 0.57 |
| Hex | 9C | B1 | 72 | C | 0 | 24 | 1F | 50 | 1D | 39 |
| Octal | 234 | 261 | 162 | 14 | 0 | 44 | 37 | 120 | 35 | 71 |
| Binary | 10011100 | 10110001 | 1110010 | 1100 | 0 | 100100 | 11111 | 1010000 | 11101 | 111001 |
Color Harmonies of #9CB172
Complementary color
Monochromatic Colors of #9CB172
Black with #9CB172
Text Example
Text Example
White with #9CB172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB172; }
p { color: rgb(156,177,114); }
H1.HeaderClassName
{
color: #9CB172;
}
.AnyTagClassName
{
color: #9CB172;
}
</style>
background-color css
<style>
a { background-color: #9CB172; }
a { background-color: rgb(156,177,114); }
div.DivClassName
{
background-color: #9CB172;
}
.BgClassName
{
background-color: #9CB172;
}
</style>
border-color css
<style>
span { border-color: #9CB172; }
span { border-color: rgb(156,177,114); }
td.TdClassName
{
border-color: #9CB172;
}
.TagClassName
{
border-color: #9CB172;
}
</style>