Shades of Olivine #9BBA77
Tints of Olivine #9BBA77
RGB
CMYK
RGB Variations
Color information
#9BBA77 (or 0x9BBA77) is known color: Olivine. HEX triplet: 9B, BA and 77. RGB value is (155,186,119). Sum of RGB (Red+Green+Blue) = 155+186+119=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA77 is #644588. Grayscale: #A9A9A9. Windows color (decimal): -6571401 or 7846555. OLE color: 7846555.
HSL color Cylindrical-coordinate representation of color #9BBA77: hue angle of 87.76º degrees, saturation: 0.33, 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 #9BBA77 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 119 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.27 |
| HSL | 87.76º | 0.33% | 0.6% | - |
| HSV(B) | 87.76º | 0.36% | 0.73% | - |
| XYZ | 34.41 | 43.42 | 24.02 | - |
| YUV | 169.09 | 99.73 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 119 | 0.17 | 0 | 0.36 | 0.27 | 87.76 | 0.33 | 0.6 |
| Hex | 9B | BA | 77 | 11 | 0 | 24 | 1B | 58 | 21 | 3C |
| Octal | 233 | 272 | 167 | 21 | 0 | 44 | 33 | 130 | 41 | 74 |
| Binary | 10011011 | 10111010 | 1110111 | 10001 | 0 | 100100 | 11011 | 1011000 | 100001 | 111100 |
Color Harmonies of #9BBA77
Complementary color
Monochromatic Colors of #9BBA77
Black with #9BBA77
Text Example
Text Example
White with #9BBA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA77; }
p { color: rgb(155,186,119); }
H1.HeaderClassName
{
color: #9BBA77;
}
.AnyTagClassName
{
color: #9BBA77;
}
</style>
background-color css
<style>
a { background-color: #9BBA77; }
a { background-color: rgb(155,186,119); }
div.DivClassName
{
background-color: #9BBA77;
}
.BgClassName
{
background-color: #9BBA77;
}
</style>
border-color css
<style>
span { border-color: #9BBA77; }
span { border-color: rgb(155,186,119); }
td.TdClassName
{
border-color: #9BBA77;
}
.TagClassName
{
border-color: #9BBA77;
}
</style>