Shades of Olivine #9BBC70
Tints of Olivine #9BBC70
RGB
CMYK
RGB Variations
Color information
#9BBC70 (or 0x9BBC70) is known color: Olivine. HEX triplet: 9B, BC and 70. RGB value is (155,188,112). Sum of RGB (Red+Green+Blue) = 155+188+112=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBC70 is #64438F. Grayscale: #A9A9A9. Windows color (decimal): -6570896 or 7388315. OLE color: 7388315.
HSL color Cylindrical-coordinate representation of color #9BBC70: hue angle of 86.05º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BBC70 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 112 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.26 |
| HSL | 86.05º | 0.36% | 0.59% | - |
| HSV(B) | 86.05º | 0.4% | 0.74% | - |
| XYZ | 34.43 | 44.1 | 22.03 | - |
| YUV | 169.47 | 95.57 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 112 | 0.18 | 0 | 0.40 | 0.26 | 86.05 | 0.36 | 0.59 |
| Hex | 9B | BC | 70 | 12 | 0 | 28 | 1A | 56 | 24 | 3B |
| Octal | 233 | 274 | 160 | 22 | 0 | 50 | 32 | 126 | 44 | 73 |
| Binary | 10011011 | 10111100 | 1110000 | 10010 | 0 | 101000 | 11010 | 1010110 | 100100 | 111011 |
Color Harmonies of #9BBC70
Complementary color
Monochromatic Colors of #9BBC70
Black with #9BBC70
Text Example
Text Example
White with #9BBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC70; }
p { color: rgb(155,188,112); }
H1.HeaderClassName
{
color: #9BBC70;
}
.AnyTagClassName
{
color: #9BBC70;
}
</style>
background-color css
<style>
a { background-color: #9BBC70; }
a { background-color: rgb(155,188,112); }
div.DivClassName
{
background-color: #9BBC70;
}
.BgClassName
{
background-color: #9BBC70;
}
</style>
border-color css
<style>
span { border-color: #9BBC70; }
span { border-color: rgb(155,188,112); }
td.TdClassName
{
border-color: #9BBC70;
}
.TagClassName
{
border-color: #9BBC70;
}
</style>