Shades of Olivine #9FBB78
Tints of Olivine #9FBB78
RGB
CMYK
RGB Variations
Color information
#9FBB78 (or 0x9FBB78) is known color: Olivine. HEX triplet: 9F, BB and 78. RGB value is (159,187,120). Sum of RGB (Red+Green+Blue) = 159+187+120=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBB78 is #604487. Grayscale: #ABABAB. Windows color (decimal): -6309000 or 7912351. OLE color: 7912351.
HSL color Cylindrical-coordinate representation of color #9FBB78: hue angle of 85.07º 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 #9FBB78 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 187 | 120 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.27 |
| HSL | 85.07º | 0.33% | 0.6% | - |
| HSV(B) | 85.07º | 0.36% | 0.73% | - |
| XYZ | 35.46 | 44.27 | 24.44 | - |
| YUV | 170.99 | 99.22 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 120 | 0.15 | 0 | 0.36 | 0.27 | 85.07 | 0.33 | 0.6 |
| Hex | 9F | BB | 78 | F | 0 | 24 | 1B | 55 | 21 | 3C |
| Octal | 237 | 273 | 170 | 17 | 0 | 44 | 33 | 125 | 41 | 74 |
| Binary | 10011111 | 10111011 | 1111000 | 1111 | 0 | 100100 | 11011 | 1010101 | 100001 | 111100 |
Color Harmonies of #9FBB78
Complementary color
Monochromatic Colors of #9FBB78
Black with #9FBB78
Text Example
Text Example
White with #9FBB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBB78; }
p { color: rgb(159,187,120); }
H1.HeaderClassName
{
color: #9FBB78;
}
.AnyTagClassName
{
color: #9FBB78;
}
</style>
background-color css
<style>
a { background-color: #9FBB78; }
a { background-color: rgb(159,187,120); }
div.DivClassName
{
background-color: #9FBB78;
}
.BgClassName
{
background-color: #9FBB78;
}
</style>
border-color css
<style>
span { border-color: #9FBB78; }
span { border-color: rgb(159,187,120); }
td.TdClassName
{
border-color: #9FBB78;
}
.TagClassName
{
border-color: #9FBB78;
}
</style>