Shades of Olivine #9FBF75
Tints of Olivine #9FBF75
RGB
CMYK
RGB Variations
Color information
#9FBF75 (or 0x9FBF75) is known color: Olivine. HEX triplet: 9F, BF and 75. RGB value is (159,191,117). Sum of RGB (Red+Green+Blue) = 159+191+117=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF75 is #60408A. Grayscale: #ADADAD. Windows color (decimal): -6307979 or 7716767. OLE color: 7716767.
HSL color Cylindrical-coordinate representation of color #9FBF75: hue angle of 85.95º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9FBF75 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 191 | 117 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.25 |
| HSL | 85.95º | 0.37% | 0.6% | - |
| HSV(B) | 85.95º | 0.39% | 0.75% | - |
| XYZ | 36.14 | 45.92 | 23.79 | - |
| YUV | 173 | 96.4 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 191 | 117 | 0.17 | 0 | 0.39 | 0.25 | 85.95 | 0.37 | 0.6 |
| Hex | 9F | BF | 75 | 11 | 0 | 27 | 19 | 56 | 25 | 3C |
| Octal | 237 | 277 | 165 | 21 | 0 | 47 | 31 | 126 | 45 | 74 |
| Binary | 10011111 | 10111111 | 1110101 | 10001 | 0 | 100111 | 11001 | 1010110 | 100101 | 111100 |
Color Harmonies of #9FBF75
Complementary color
Monochromatic Colors of #9FBF75
Black with #9FBF75
Text Example
Text Example
White with #9FBF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBF75; }
p { color: rgb(159,191,117); }
H1.HeaderClassName
{
color: #9FBF75;
}
.AnyTagClassName
{
color: #9FBF75;
}
</style>
background-color css
<style>
a { background-color: #9FBF75; }
a { background-color: rgb(159,191,117); }
div.DivClassName
{
background-color: #9FBF75;
}
.BgClassName
{
background-color: #9FBF75;
}
</style>
border-color css
<style>
span { border-color: #9FBF75; }
span { border-color: rgb(159,191,117); }
td.TdClassName
{
border-color: #9FBF75;
}
.TagClassName
{
border-color: #9FBF75;
}
</style>