Shades of Olivine #9FBF62
Tints of Olivine #9FBF62
RGB
CMYK
RGB Variations
Color information
#9FBF62 (or 0x9FBF62) is known color: Olivine. HEX triplet: 9F, BF and 62. RGB value is (159,191,98). Sum of RGB (Red+Green+Blue) = 159+191+98=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF62 is #60409D. Grayscale: #ABABAB. Windows color (decimal): -6307998 or 6471583. OLE color: 6471583.
HSL color Cylindrical-coordinate representation of color #9FBF62: hue angle of 80.65º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FBF62 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 191 | 98 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.25 |
| HSL | 80.65º | 0.42% | 0.57% | - |
| HSV(B) | 80.65º | 0.49% | 0.75% | - |
| XYZ | 35.13 | 45.51 | 18.49 | - |
| YUV | 170.83 | 86.9 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 191 | 98 | 0.17 | 0 | 0.49 | 0.25 | 80.65 | 0.42 | 0.57 |
| Hex | 9F | BF | 62 | 11 | 0 | 31 | 19 | 51 | 2A | 39 |
| Octal | 237 | 277 | 142 | 21 | 0 | 61 | 31 | 121 | 52 | 71 |
| Binary | 10011111 | 10111111 | 1100010 | 10001 | 0 | 110001 | 11001 | 1010001 | 101010 | 111001 |
Color Harmonies of #9FBF62
Complementary color
Monochromatic Colors of #9FBF62
Black with #9FBF62
Text Example
Text Example
White with #9FBF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBF62; }
p { color: rgb(159,191,98); }
H1.HeaderClassName
{
color: #9FBF62;
}
.AnyTagClassName
{
color: #9FBF62;
}
</style>
background-color css
<style>
a { background-color: #9FBF62; }
a { background-color: rgb(159,191,98); }
div.DivClassName
{
background-color: #9FBF62;
}
.BgClassName
{
background-color: #9FBF62;
}
</style>
border-color css
<style>
span { border-color: #9FBF62; }
span { border-color: rgb(159,191,98); }
td.TdClassName
{
border-color: #9FBF62;
}
.TagClassName
{
border-color: #9FBF62;
}
</style>