Shades of Olivine #9FB777
Tints of Olivine #9FB777
RGB
CMYK
RGB Variations
Color information
#9FB777 (or 0x9FB777) is known color: Olivine. HEX triplet: 9F, B7 and 77. RGB value is (159,183,119). Sum of RGB (Red+Green+Blue) = 159+183+119=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB777 is #604888. Grayscale: #A8A8A8. Windows color (decimal): -6310025 or 7845791. OLE color: 7845791.
HSL color Cylindrical-coordinate representation of color #9FB777: hue angle of 82.5º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FB777 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 119 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.28 |
| HSL | 82.5º | 0.31% | 0.59% | - |
| HSV(B) | 82.5º | 0.35% | 0.72% | - |
| XYZ | 34.56 | 42.57 | 23.85 | - |
| YUV | 168.53 | 100.05 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 119 | 0.13 | 0 | 0.35 | 0.28 | 82.5 | 0.31 | 0.59 |
| Hex | 9F | B7 | 77 | D | 0 | 23 | 1C | 52 | 1F | 3B |
| Octal | 237 | 267 | 167 | 15 | 0 | 43 | 34 | 122 | 37 | 73 |
| Binary | 10011111 | 10110111 | 1110111 | 1101 | 0 | 100011 | 11100 | 1010010 | 11111 | 111011 |
Color Harmonies of #9FB777
Complementary color
Monochromatic Colors of #9FB777
Black with #9FB777
Text Example
Text Example
White with #9FB777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB777; }
p { color: rgb(159,183,119); }
H1.HeaderClassName
{
color: #9FB777;
}
.AnyTagClassName
{
color: #9FB777;
}
</style>
background-color css
<style>
a { background-color: #9FB777; }
a { background-color: rgb(159,183,119); }
div.DivClassName
{
background-color: #9FB777;
}
.BgClassName
{
background-color: #9FB777;
}
</style>
border-color css
<style>
span { border-color: #9FB777; }
span { border-color: rgb(159,183,119); }
td.TdClassName
{
border-color: #9FB777;
}
.TagClassName
{
border-color: #9FB777;
}
</style>