Shades of Olivine #9FB77C
Tints of Olivine #9FB77C
RGB
CMYK
RGB Variations
Color information
#9FB77C (or 0x9FB77C) is known color: Olivine. HEX triplet: 9F, B7 and 7C. RGB value is (159,183,124). Sum of RGB (Red+Green+Blue) = 159+183+124=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB77C is #604883. Grayscale: #A9A9A9. Windows color (decimal): -6310020 or 8173471. OLE color: 8173471.
HSL color Cylindrical-coordinate representation of color #9FB77C: hue angle of 84.41º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FB77C is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 124 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.28 |
| HSL | 84.41º | 0.29% | 0.6% | - |
| HSV(B) | 84.41º | 0.32% | 0.72% | - |
| XYZ | 34.87 | 42.69 | 25.47 | - |
| YUV | 169.1 | 102.55 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 124 | 0.13 | 0 | 0.32 | 0.28 | 84.41 | 0.29 | 0.6 |
| Hex | 9F | B7 | 7C | D | 0 | 20 | 1C | 54 | 1D | 3C |
| Octal | 237 | 267 | 174 | 15 | 0 | 40 | 34 | 124 | 35 | 74 |
| Binary | 10011111 | 10110111 | 1111100 | 1101 | 0 | 100000 | 11100 | 1010100 | 11101 | 111100 |
Color Harmonies of #9FB77C
Complementary color
Monochromatic Colors of #9FB77C
Black with #9FB77C
Text Example
Text Example
White with #9FB77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB77C; }
p { color: rgb(159,183,124); }
H1.HeaderClassName
{
color: #9FB77C;
}
.AnyTagClassName
{
color: #9FB77C;
}
</style>
background-color css
<style>
a { background-color: #9FB77C; }
a { background-color: rgb(159,183,124); }
div.DivClassName
{
background-color: #9FB77C;
}
.BgClassName
{
background-color: #9FB77C;
}
</style>
border-color css
<style>
span { border-color: #9FB77C; }
span { border-color: rgb(159,183,124); }
td.TdClassName
{
border-color: #9FB77C;
}
.TagClassName
{
border-color: #9FB77C;
}
</style>