Shades of Olivine #9FBB76
Tints of Olivine #9FBB76
RGB
CMYK
RGB Variations
Color information
#9FBB76 (or 0x9FBB76) is known color: Olivine. HEX triplet: 9F, BB and 76. RGB value is (159,187,118). Sum of RGB (Red+Green+Blue) = 159+187+118=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBB76 is #604489. Grayscale: #ABABAB. Windows color (decimal): -6309002 or 7781279. OLE color: 7781279.
HSL color Cylindrical-coordinate representation of color #9FBB76: hue angle of 84.35º degrees, saturation: 0.34, 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 #9FBB76 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 187 | 118 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.27 |
| HSL | 84.35º | 0.34% | 0.6% | - |
| HSV(B) | 84.35º | 0.37% | 0.73% | - |
| XYZ | 35.34 | 44.22 | 23.81 | - |
| YUV | 170.76 | 98.22 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 118 | 0.15 | 0 | 0.37 | 0.27 | 84.35 | 0.34 | 0.6 |
| Hex | 9F | BB | 76 | F | 0 | 25 | 1B | 54 | 22 | 3C |
| Octal | 237 | 273 | 166 | 17 | 0 | 45 | 33 | 124 | 42 | 74 |
| Binary | 10011111 | 10111011 | 1110110 | 1111 | 0 | 100101 | 11011 | 1010100 | 100010 | 111100 |
Color Harmonies of #9FBB76
Complementary color
Monochromatic Colors of #9FBB76
Black with #9FBB76
Text Example
Text Example
White with #9FBB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBB76; }
p { color: rgb(159,187,118); }
H1.HeaderClassName
{
color: #9FBB76;
}
.AnyTagClassName
{
color: #9FBB76;
}
</style>
background-color css
<style>
a { background-color: #9FBB76; }
a { background-color: rgb(159,187,118); }
div.DivClassName
{
background-color: #9FBB76;
}
.BgClassName
{
background-color: #9FBB76;
}
</style>
border-color css
<style>
span { border-color: #9FBB76; }
span { border-color: rgb(159,187,118); }
td.TdClassName
{
border-color: #9FBB76;
}
.TagClassName
{
border-color: #9FBB76;
}
</style>