Shades of Olivine #9FB37D
Tints of Olivine #9FB37D
RGB
CMYK
RGB Variations
Color information
#9FB37D (or 0x9FB37D) is known color: Olivine. HEX triplet: 9F, B3 and 7D. RGB value is (159,179,125). Sum of RGB (Red+Green+Blue) = 159+179+125=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB37D is #604C82. Grayscale: #A7A7A7. Windows color (decimal): -6311043 or 8237983. OLE color: 8237983.
HSL color Cylindrical-coordinate representation of color #9FB37D: hue angle of 82.22º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FB37D is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 125 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.30 |
| HSL | 82.22º | 0.26% | 0.6% | - |
| HSV(B) | 82.22º | 0.3% | 0.7% | - |
| XYZ | 34.12 | 41.09 | 25.54 | - |
| YUV | 166.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 125 | 0.11 | 0 | 0.30 | 0.30 | 82.22 | 0.26 | 0.6 |
| Hex | 9F | B3 | 7D | B | 0 | 1E | 1E | 52 | 1A | 3C |
| Octal | 237 | 263 | 175 | 13 | 0 | 36 | 36 | 122 | 32 | 74 |
| Binary | 10011111 | 10110011 | 1111101 | 1011 | 0 | 11110 | 11110 | 1010010 | 11010 | 111100 |
Color Harmonies of #9FB37D
Complementary color
Monochromatic Colors of #9FB37D
Black with #9FB37D
Text Example
Text Example
White with #9FB37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB37D; }
p { color: rgb(159,179,125); }
H1.HeaderClassName
{
color: #9FB37D;
}
.AnyTagClassName
{
color: #9FB37D;
}
</style>
background-color css
<style>
a { background-color: #9FB37D; }
a { background-color: rgb(159,179,125); }
div.DivClassName
{
background-color: #9FB37D;
}
.BgClassName
{
background-color: #9FB37D;
}
</style>
border-color css
<style>
span { border-color: #9FB37D; }
span { border-color: rgb(159,179,125); }
td.TdClassName
{
border-color: #9FB37D;
}
.TagClassName
{
border-color: #9FB37D;
}
</style>