Shades of Olivine #9BBD77
Tints of Olivine #9BBD77
RGB
CMYK
RGB Variations
Color information
#9BBD77 (or 0x9BBD77) is known color: Olivine. HEX triplet: 9B, BD and 77. RGB value is (155,189,119). Sum of RGB (Red+Green+Blue) = 155+189+119=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBD77 is #644288. Grayscale: #ABABAB. Windows color (decimal): -6570633 or 7847323. OLE color: 7847323.
HSL color Cylindrical-coordinate representation of color #9BBD77: hue angle of 89.14º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BBD77 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 119 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.26 |
| HSL | 89.14º | 0.35% | 0.6% | - |
| HSV(B) | 89.14º | 0.37% | 0.74% | - |
| XYZ | 35.04 | 44.7 | 24.23 | - |
| YUV | 170.85 | 98.74 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 119 | 0.18 | 0 | 0.37 | 0.26 | 89.14 | 0.35 | 0.6 |
| Hex | 9B | BD | 77 | 12 | 0 | 25 | 1A | 59 | 23 | 3C |
| Octal | 233 | 275 | 167 | 22 | 0 | 45 | 32 | 131 | 43 | 74 |
| Binary | 10011011 | 10111101 | 1110111 | 10010 | 0 | 100101 | 11010 | 1011001 | 100011 | 111100 |
Color Harmonies of #9BBD77
Complementary color
Monochromatic Colors of #9BBD77
Black with #9BBD77
Text Example
Text Example
White with #9BBD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBD77; }
p { color: rgb(155,189,119); }
H1.HeaderClassName
{
color: #9BBD77;
}
.AnyTagClassName
{
color: #9BBD77;
}
</style>
background-color css
<style>
a { background-color: #9BBD77; }
a { background-color: rgb(155,189,119); }
div.DivClassName
{
background-color: #9BBD77;
}
.BgClassName
{
background-color: #9BBD77;
}
</style>
border-color css
<style>
span { border-color: #9BBD77; }
span { border-color: rgb(155,189,119); }
td.TdClassName
{
border-color: #9BBD77;
}
.TagClassName
{
border-color: #9BBD77;
}
</style>