Shades of Olivine #9FBF73
Tints of Olivine #9FBF73
RGB
CMYK
RGB Variations
Color information
#9FBF73 (or 0x9FBF73) is known color: Olivine. HEX triplet: 9F, BF and 73. RGB value is (159,191,115). Sum of RGB (Red+Green+Blue) = 159+191+115=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF73 is #60408C. Grayscale: #ADADAD. Windows color (decimal): -6307981 or 7585695. OLE color: 7585695.
HSL color Cylindrical-coordinate representation of color #9FBF73: hue angle of 85.26º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FBF73 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 191 | 115 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.25 |
| HSL | 85.26º | 0.37% | 0.6% | - |
| HSV(B) | 85.26º | 0.4% | 0.75% | - |
| XYZ | 36.02 | 45.87 | 23.17 | - |
| YUV | 172.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 191 | 115 | 0.17 | 0 | 0.40 | 0.25 | 85.26 | 0.37 | 0.6 |
| Hex | 9F | BF | 73 | 11 | 0 | 28 | 19 | 55 | 25 | 3C |
| Octal | 237 | 277 | 163 | 21 | 0 | 50 | 31 | 125 | 45 | 74 |
| Binary | 10011111 | 10111111 | 1110011 | 10001 | 0 | 101000 | 11001 | 1010101 | 100101 | 111100 |
Color Harmonies of #9FBF73
Complementary color
Monochromatic Colors of #9FBF73
Black with #9FBF73
Text Example
Text Example
White with #9FBF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBF73; }
p { color: rgb(159,191,115); }
H1.HeaderClassName
{
color: #9FBF73;
}
.AnyTagClassName
{
color: #9FBF73;
}
</style>
background-color css
<style>
a { background-color: #9FBF73; }
a { background-color: rgb(159,191,115); }
div.DivClassName
{
background-color: #9FBF73;
}
.BgClassName
{
background-color: #9FBF73;
}
</style>
border-color css
<style>
span { border-color: #9FBF73; }
span { border-color: rgb(159,191,115); }
td.TdClassName
{
border-color: #9FBF73;
}
.TagClassName
{
border-color: #9FBF73;
}
</style>