Shades of Olivine #9BB977
Tints of Olivine #9BB977
RGB
CMYK
RGB Variations
Color information
#9BB977 (or 0x9BB977) is known color: Olivine. HEX triplet: 9B, B9 and 77. RGB value is (155,185,119). Sum of RGB (Red+Green+Blue) = 155+185+119=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB977 is #644688. Grayscale: #A8A8A8. Windows color (decimal): -6571657 or 7846299. OLE color: 7846299.
HSL color Cylindrical-coordinate representation of color #9BB977: hue angle of 87.27º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BB977 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 185 | 119 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.27 |
| HSL | 87.27º | 0.32% | 0.6% | - |
| HSV(B) | 87.27º | 0.36% | 0.73% | - |
| XYZ | 34.2 | 43 | 23.95 | - |
| YUV | 168.51 | 100.06 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 185 | 119 | 0.16 | 0 | 0.36 | 0.27 | 87.27 | 0.32 | 0.6 |
| Hex | 9B | B9 | 77 | 10 | 0 | 24 | 1B | 57 | 20 | 3C |
| Octal | 233 | 271 | 167 | 20 | 0 | 44 | 33 | 127 | 40 | 74 |
| Binary | 10011011 | 10111001 | 1110111 | 10000 | 0 | 100100 | 11011 | 1010111 | 100000 | 111100 |
Color Harmonies of #9BB977
Complementary color
Monochromatic Colors of #9BB977
Black with #9BB977
Text Example
Text Example
White with #9BB977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB977; }
p { color: rgb(155,185,119); }
H1.HeaderClassName
{
color: #9BB977;
}
.AnyTagClassName
{
color: #9BB977;
}
</style>
background-color css
<style>
a { background-color: #9BB977; }
a { background-color: rgb(155,185,119); }
div.DivClassName
{
background-color: #9BB977;
}
.BgClassName
{
background-color: #9BB977;
}
</style>
border-color css
<style>
span { border-color: #9BB977; }
span { border-color: rgb(155,185,119); }
td.TdClassName
{
border-color: #9BB977;
}
.TagClassName
{
border-color: #9BB977;
}
</style>