Shades of Olivine #9BB577
Tints of Olivine #9BB577
RGB
CMYK
RGB Variations
Color information
#9BB577 (or 0x9BB577) is known color: Olivine. HEX triplet: 9B, B5 and 77. RGB value is (155,181,119). Sum of RGB (Red+Green+Blue) = 155+181+119=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB577 is #644A88. Grayscale: #A6A6A6. Windows color (decimal): -6572681 or 7845275. OLE color: 7845275.
HSL color Cylindrical-coordinate representation of color #9BB577: hue angle of 85.16º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BB577 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 181 | 119 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.29 |
| HSL | 85.16º | 0.3% | 0.59% | - |
| HSV(B) | 85.16º | 0.34% | 0.71% | - |
| XYZ | 33.37 | 41.35 | 23.67 | - |
| YUV | 166.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 181 | 119 | 0.14 | 0 | 0.34 | 0.29 | 85.16 | 0.3 | 0.59 |
| Hex | 9B | B5 | 77 | E | 0 | 22 | 1D | 55 | 1E | 3B |
| Octal | 233 | 265 | 167 | 16 | 0 | 42 | 35 | 125 | 36 | 73 |
| Binary | 10011011 | 10110101 | 1110111 | 1110 | 0 | 100010 | 11101 | 1010101 | 11110 | 111011 |
Color Harmonies of #9BB577
Complementary color
Monochromatic Colors of #9BB577
Black with #9BB577
Text Example
Text Example
White with #9BB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB577; }
p { color: rgb(155,181,119); }
H1.HeaderClassName
{
color: #9BB577;
}
.AnyTagClassName
{
color: #9BB577;
}
</style>
background-color css
<style>
a { background-color: #9BB577; }
a { background-color: rgb(155,181,119); }
div.DivClassName
{
background-color: #9BB577;
}
.BgClassName
{
background-color: #9BB577;
}
</style>
border-color css
<style>
span { border-color: #9BB577; }
span { border-color: rgb(155,181,119); }
td.TdClassName
{
border-color: #9BB577;
}
.TagClassName
{
border-color: #9BB577;
}
</style>