Shades of Olivine #9FB77D
Tints of Olivine #9FB77D
RGB
CMYK
RGB Variations
Color information
#9FB77D (or 0x9FB77D) is known color: Olivine. HEX triplet: 9F, B7 and 7D. RGB value is (159,183,125). Sum of RGB (Red+Green+Blue) = 159+183+125=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB77D is #604882. Grayscale: #A9A9A9. Windows color (decimal): -6310019 or 8239007. OLE color: 8239007.
HSL color Cylindrical-coordinate representation of color #9FB77D: hue angle of 84.83º 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 #9FB77D is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 125 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.28 |
| HSL | 84.83º | 0.29% | 0.6% | - |
| HSV(B) | 84.83º | 0.32% | 0.72% | - |
| XYZ | 34.93 | 42.72 | 25.81 | - |
| YUV | 169.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 125 | 0.13 | 0 | 0.32 | 0.28 | 84.83 | 0.29 | 0.6 |
| Hex | 9F | B7 | 7D | D | 0 | 20 | 1C | 55 | 1D | 3C |
| Octal | 237 | 267 | 175 | 15 | 0 | 40 | 34 | 125 | 35 | 74 |
| Binary | 10011111 | 10110111 | 1111101 | 1101 | 0 | 100000 | 11100 | 1010101 | 11101 | 111100 |
Color Harmonies of #9FB77D
Complementary color
Monochromatic Colors of #9FB77D
Black with #9FB77D
Text Example
Text Example
White with #9FB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB77D; }
p { color: rgb(159,183,125); }
H1.HeaderClassName
{
color: #9FB77D;
}
.AnyTagClassName
{
color: #9FB77D;
}
</style>
background-color css
<style>
a { background-color: #9FB77D; }
a { background-color: rgb(159,183,125); }
div.DivClassName
{
background-color: #9FB77D;
}
.BgClassName
{
background-color: #9FB77D;
}
</style>
border-color css
<style>
span { border-color: #9FB77D; }
span { border-color: rgb(159,183,125); }
td.TdClassName
{
border-color: #9FB77D;
}
.TagClassName
{
border-color: #9FB77D;
}
</style>