Shades of Olivine #9FB962
Tints of Olivine #9FB962
RGB
CMYK
RGB Variations
Color information
#9FB962 (or 0x9FB962) is known color: Olivine. HEX triplet: 9F, B9 and 62. RGB value is (159,185,98). Sum of RGB (Red+Green+Blue) = 159+185+98=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB962 is #60469D. Grayscale: #A7A7A7. Windows color (decimal): -6309534 or 6470047. OLE color: 6470047.
HSL color Cylindrical-coordinate representation of color #9FB962: hue angle of 77.93º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FB962 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 185 | 98 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.27 |
| HSL | 77.93º | 0.38% | 0.55% | - |
| HSV(B) | 77.93º | 0.47% | 0.73% | - |
| XYZ | 33.85 | 42.95 | 18.06 | - |
| YUV | 167.31 | 88.89 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 185 | 98 | 0.14 | 0 | 0.47 | 0.27 | 77.93 | 0.38 | 0.55 |
| Hex | 9F | B9 | 62 | E | 0 | 2F | 1B | 4E | 26 | 37 |
| Octal | 237 | 271 | 142 | 16 | 0 | 57 | 33 | 116 | 46 | 67 |
| Binary | 10011111 | 10111001 | 1100010 | 1110 | 0 | 101111 | 11011 | 1001110 | 100110 | 110111 |
Color Harmonies of #9FB962
Complementary color
Monochromatic Colors of #9FB962
Black with #9FB962
Text Example
Text Example
White with #9FB962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB962; }
p { color: rgb(159,185,98); }
H1.HeaderClassName
{
color: #9FB962;
}
.AnyTagClassName
{
color: #9FB962;
}
</style>
background-color css
<style>
a { background-color: #9FB962; }
a { background-color: rgb(159,185,98); }
div.DivClassName
{
background-color: #9FB962;
}
.BgClassName
{
background-color: #9FB962;
}
</style>
border-color css
<style>
span { border-color: #9FB962; }
span { border-color: rgb(159,185,98); }
td.TdClassName
{
border-color: #9FB962;
}
.TagClassName
{
border-color: #9FB962;
}
</style>