Shades of Olivine #9BBF76
Tints of Olivine #9BBF76
RGB
CMYK
RGB Variations
Color information
#9BBF76 (or 0x9BBF76) is known color: Olivine. HEX triplet: 9B, BF and 76. RGB value is (155,191,118). Sum of RGB (Red+Green+Blue) = 155+191+118=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBF76 is #644089. Grayscale: #ACACAC. Windows color (decimal): -6570122 or 7782299. OLE color: 7782299.
HSL color Cylindrical-coordinate representation of color #9BBF76: hue angle of 89.59º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BBF76 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 191 | 118 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.25 |
| HSL | 89.59º | 0.36% | 0.61% | - |
| HSV(B) | 89.59º | 0.38% | 0.75% | - |
| XYZ | 35.42 | 45.54 | 24.06 | - |
| YUV | 171.91 | 97.57 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 118 | 0.19 | 0 | 0.38 | 0.25 | 89.59 | 0.36 | 0.61 |
| Hex | 9B | BF | 76 | 13 | 0 | 26 | 19 | 5A | 24 | 3D |
| Octal | 233 | 277 | 166 | 23 | 0 | 46 | 31 | 132 | 44 | 75 |
| Binary | 10011011 | 10111111 | 1110110 | 10011 | 0 | 100110 | 11001 | 1011010 | 100100 | 111101 |
Color Harmonies of #9BBF76
Complementary color
Monochromatic Colors of #9BBF76
Black with #9BBF76
Text Example
Text Example
White with #9BBF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBF76; }
p { color: rgb(155,191,118); }
H1.HeaderClassName
{
color: #9BBF76;
}
.AnyTagClassName
{
color: #9BBF76;
}
</style>
background-color css
<style>
a { background-color: #9BBF76; }
a { background-color: rgb(155,191,118); }
div.DivClassName
{
background-color: #9BBF76;
}
.BgClassName
{
background-color: #9BBF76;
}
</style>
border-color css
<style>
span { border-color: #9BBF76; }
span { border-color: rgb(155,191,118); }
td.TdClassName
{
border-color: #9BBF76;
}
.TagClassName
{
border-color: #9BBF76;
}
</style>