Shades of Olivine #9FB77E
Tints of Olivine #9FB77E
RGB
CMYK
RGB Variations
Color information
#9FB77E (or 0x9FB77E) is known color: Olivine. HEX triplet: 9F, B7 and 7E. RGB value is (159,183,126). Sum of RGB (Red+Green+Blue) = 159+183+126=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB77E is #604881. Grayscale: #A9A9A9. Windows color (decimal): -6310018 or 8304543. OLE color: 8304543.
HSL color Cylindrical-coordinate representation of color #9FB77E: hue angle of 85.26º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FB77E is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 126 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.28 |
| HSL | 85.26º | 0.28% | 0.61% | - |
| HSV(B) | 85.26º | 0.31% | 0.72% | - |
| XYZ | 35 | 42.74 | 26.14 | - |
| YUV | 169.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 126 | 0.13 | 0 | 0.31 | 0.28 | 85.26 | 0.28 | 0.61 |
| Hex | 9F | B7 | 7E | D | 0 | 1F | 1C | 55 | 1C | 3D |
| Octal | 237 | 267 | 176 | 15 | 0 | 37 | 34 | 125 | 34 | 75 |
| Binary | 10011111 | 10110111 | 1111110 | 1101 | 0 | 11111 | 11100 | 1010101 | 11100 | 111101 |
Color Harmonies of #9FB77E
Complementary color
Monochromatic Colors of #9FB77E
Black with #9FB77E
Text Example
Text Example
White with #9FB77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB77E; }
p { color: rgb(159,183,126); }
H1.HeaderClassName
{
color: #9FB77E;
}
.AnyTagClassName
{
color: #9FB77E;
}
</style>
background-color css
<style>
a { background-color: #9FB77E; }
a { background-color: rgb(159,183,126); }
div.DivClassName
{
background-color: #9FB77E;
}
.BgClassName
{
background-color: #9FB77E;
}
</style>
border-color css
<style>
span { border-color: #9FB77E; }
span { border-color: rgb(159,183,126); }
td.TdClassName
{
border-color: #9FB77E;
}
.TagClassName
{
border-color: #9FB77E;
}
</style>