Shades of Olivine #9BBC72
Tints of Olivine #9BBC72
RGB
CMYK
RGB Variations
Color information
#9BBC72 (or 0x9BBC72) is known color: Olivine. HEX triplet: 9B, BC and 72. RGB value is (155,188,114). Sum of RGB (Red+Green+Blue) = 155+188+114=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBC72 is #64438D. Grayscale: #A9A9A9. Windows color (decimal): -6570894 or 7519387. OLE color: 7519387.
HSL color Cylindrical-coordinate representation of color #9BBC72: hue angle of 86.76º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BBC72 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 114 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.26 |
| HSL | 86.76º | 0.36% | 0.59% | - |
| HSV(B) | 86.76º | 0.39% | 0.74% | - |
| XYZ | 34.54 | 44.15 | 22.62 | - |
| YUV | 169.7 | 96.57 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 114 | 0.18 | 0 | 0.39 | 0.26 | 86.76 | 0.36 | 0.59 |
| Hex | 9B | BC | 72 | 12 | 0 | 27 | 1A | 57 | 24 | 3B |
| Octal | 233 | 274 | 162 | 22 | 0 | 47 | 32 | 127 | 44 | 73 |
| Binary | 10011011 | 10111100 | 1110010 | 10010 | 0 | 100111 | 11010 | 1010111 | 100100 | 111011 |
Color Harmonies of #9BBC72
Complementary color
Monochromatic Colors of #9BBC72
Black with #9BBC72
Text Example
Text Example
White with #9BBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC72; }
p { color: rgb(155,188,114); }
H1.HeaderClassName
{
color: #9BBC72;
}
.AnyTagClassName
{
color: #9BBC72;
}
</style>
background-color css
<style>
a { background-color: #9BBC72; }
a { background-color: rgb(155,188,114); }
div.DivClassName
{
background-color: #9BBC72;
}
.BgClassName
{
background-color: #9BBC72;
}
</style>
border-color css
<style>
span { border-color: #9BBC72; }
span { border-color: rgb(155,188,114); }
td.TdClassName
{
border-color: #9BBC72;
}
.TagClassName
{
border-color: #9BBC72;
}
</style>