Shades of Olivine #9FBF6E
Tints of Olivine #9FBF6E
RGB
CMYK
RGB Variations
Color information
#9FBF6E (or 0x9FBF6E) is known color: Olivine. HEX triplet: 9F, BF and 6E. RGB value is (159,191,110). Sum of RGB (Red+Green+Blue) = 159+191+110=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF6E is #604091. Grayscale: #ACACAC. Windows color (decimal): -6307986 or 7258015. OLE color: 7258015.
HSL color Cylindrical-coordinate representation of color #9FBF6E: hue angle of 83.7º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FBF6E is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 191 | 110 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.25 |
| HSL | 83.7º | 0.39% | 0.59% | - |
| HSV(B) | 83.7º | 0.42% | 0.75% | - |
| XYZ | 35.74 | 45.76 | 21.7 | - |
| YUV | 172.2 | 92.9 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 191 | 110 | 0.17 | 0 | 0.42 | 0.25 | 83.7 | 0.39 | 0.59 |
| Hex | 9F | BF | 6E | 11 | 0 | 2A | 19 | 54 | 27 | 3B |
| Octal | 237 | 277 | 156 | 21 | 0 | 52 | 31 | 124 | 47 | 73 |
| Binary | 10011111 | 10111111 | 1101110 | 10001 | 0 | 101010 | 11001 | 1010100 | 100111 | 111011 |
Color Harmonies of #9FBF6E
Complementary color
Monochromatic Colors of #9FBF6E
Black with #9FBF6E
Text Example
Text Example
White with #9FBF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBF6E; }
p { color: rgb(159,191,110); }
H1.HeaderClassName
{
color: #9FBF6E;
}
.AnyTagClassName
{
color: #9FBF6E;
}
</style>
background-color css
<style>
a { background-color: #9FBF6E; }
a { background-color: rgb(159,191,110); }
div.DivClassName
{
background-color: #9FBF6E;
}
.BgClassName
{
background-color: #9FBF6E;
}
</style>
border-color css
<style>
span { border-color: #9FBF6E; }
span { border-color: rgb(159,191,110); }
td.TdClassName
{
border-color: #9FBF6E;
}
.TagClassName
{
border-color: #9FBF6E;
}
</style>