Shades of Olivine #9BBB72
Tints of Olivine #9BBB72
RGB
CMYK
RGB Variations
Color information
#9BBB72 (or 0x9BBB72) is known color: Olivine. HEX triplet: 9B, BB and 72. RGB value is (155,187,114). Sum of RGB (Red+Green+Blue) = 155+187+114=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBB72 is #64448D. Grayscale: #A9A9A9. Windows color (decimal): -6571150 or 7519131. OLE color: 7519131.
HSL color Cylindrical-coordinate representation of color #9BBB72: hue angle of 86.3º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BBB72 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 187 | 114 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.27 |
| HSL | 86.3º | 0.35% | 0.59% | - |
| HSV(B) | 86.3º | 0.39% | 0.73% | - |
| XYZ | 34.33 | 43.72 | 22.55 | - |
| YUV | 169.11 | 96.9 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 114 | 0.17 | 0 | 0.39 | 0.27 | 86.3 | 0.35 | 0.59 |
| Hex | 9B | BB | 72 | 11 | 0 | 27 | 1B | 56 | 23 | 3B |
| Octal | 233 | 273 | 162 | 21 | 0 | 47 | 33 | 126 | 43 | 73 |
| Binary | 10011011 | 10111011 | 1110010 | 10001 | 0 | 100111 | 11011 | 1010110 | 100011 | 111011 |
Color Harmonies of #9BBB72
Complementary color
Monochromatic Colors of #9BBB72
Black with #9BBB72
Text Example
Text Example
White with #9BBB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBB72; }
p { color: rgb(155,187,114); }
H1.HeaderClassName
{
color: #9BBB72;
}
.AnyTagClassName
{
color: #9BBB72;
}
</style>
background-color css
<style>
a { background-color: #9BBB72; }
a { background-color: rgb(155,187,114); }
div.DivClassName
{
background-color: #9BBB72;
}
.BgClassName
{
background-color: #9BBB72;
}
</style>
border-color css
<style>
span { border-color: #9BBB72; }
span { border-color: rgb(155,187,114); }
td.TdClassName
{
border-color: #9BBB72;
}
.TagClassName
{
border-color: #9BBB72;
}
</style>