Shades of Olivine #9BBA76
Tints of Olivine #9BBA76
RGB
CMYK
RGB Variations
Color information
#9BBA76 (or 0x9BBA76) is known color: Olivine. HEX triplet: 9B, BA and 76. RGB value is (155,186,118). Sum of RGB (Red+Green+Blue) = 155+186+118=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA76 is #644589. Grayscale: #A9A9A9. Windows color (decimal): -6571402 or 7781019. OLE color: 7781019.
HSL color Cylindrical-coordinate representation of color #9BBA76: hue angle of 87.35º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BBA76 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 118 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.27 |
| HSL | 87.35º | 0.33% | 0.6% | - |
| HSV(B) | 87.35º | 0.37% | 0.73% | - |
| XYZ | 34.35 | 43.39 | 23.71 | - |
| YUV | 168.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 118 | 0.17 | 0 | 0.37 | 0.27 | 87.35 | 0.33 | 0.6 |
| Hex | 9B | BA | 76 | 11 | 0 | 25 | 1B | 57 | 21 | 3C |
| Octal | 233 | 272 | 166 | 21 | 0 | 45 | 33 | 127 | 41 | 74 |
| Binary | 10011011 | 10111010 | 1110110 | 10001 | 0 | 100101 | 11011 | 1010111 | 100001 | 111100 |
Color Harmonies of #9BBA76
Complementary color
Monochromatic Colors of #9BBA76
Black with #9BBA76
Text Example
Text Example
White with #9BBA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA76; }
p { color: rgb(155,186,118); }
H1.HeaderClassName
{
color: #9BBA76;
}
.AnyTagClassName
{
color: #9BBA76;
}
</style>
background-color css
<style>
a { background-color: #9BBA76; }
a { background-color: rgb(155,186,118); }
div.DivClassName
{
background-color: #9BBA76;
}
.BgClassName
{
background-color: #9BBA76;
}
</style>
border-color css
<style>
span { border-color: #9BBA76; }
span { border-color: rgb(155,186,118); }
td.TdClassName
{
border-color: #9BBA76;
}
.TagClassName
{
border-color: #9BBA76;
}
</style>