Shades of Olivine #9BBE76
Tints of Olivine #9BBE76
RGB
CMYK
RGB Variations
Color information
#9BBE76 (or 0x9BBE76) is known color: Olivine. HEX triplet: 9B, BE and 76. RGB value is (155,190,118). Sum of RGB (Red+Green+Blue) = 155+190+118=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBE76 is #644189. Grayscale: #ABABAB. Windows color (decimal): -6570378 or 7782043. OLE color: 7782043.
HSL color Cylindrical-coordinate representation of color #9BBE76: hue angle of 89.17º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BBE76 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 118 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.25 |
| HSL | 89.17º | 0.36% | 0.6% | - |
| HSV(B) | 89.17º | 0.38% | 0.75% | - |
| XYZ | 35.2 | 45.1 | 23.99 | - |
| YUV | 171.33 | 97.9 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 118 | 0.18 | 0 | 0.38 | 0.25 | 89.17 | 0.36 | 0.6 |
| Hex | 9B | BE | 76 | 12 | 0 | 26 | 19 | 59 | 24 | 3C |
| Octal | 233 | 276 | 166 | 22 | 0 | 46 | 31 | 131 | 44 | 74 |
| Binary | 10011011 | 10111110 | 1110110 | 10010 | 0 | 100110 | 11001 | 1011001 | 100100 | 111100 |
Color Harmonies of #9BBE76
Complementary color
Monochromatic Colors of #9BBE76
Black with #9BBE76
Text Example
Text Example
White with #9BBE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE76; }
p { color: rgb(155,190,118); }
H1.HeaderClassName
{
color: #9BBE76;
}
.AnyTagClassName
{
color: #9BBE76;
}
</style>
background-color css
<style>
a { background-color: #9BBE76; }
a { background-color: rgb(155,190,118); }
div.DivClassName
{
background-color: #9BBE76;
}
.BgClassName
{
background-color: #9BBE76;
}
</style>
border-color css
<style>
span { border-color: #9BBE76; }
span { border-color: rgb(155,190,118); }
td.TdClassName
{
border-color: #9BBE76;
}
.TagClassName
{
border-color: #9BBE76;
}
</style>