Shades of Olivine #9FBF7E
Tints of Olivine #9FBF7E
RGB
CMYK
RGB Variations
Color information
#9FBF7E (or 0x9FBF7E) is known color: Olivine. HEX triplet: 9F, BF and 7E. RGB value is (159,191,126). Sum of RGB (Red+Green+Blue) = 159+191+126=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF7E is #604081. Grayscale: #AEAEAE. Windows color (decimal): -6307970 or 8306591. OLE color: 8306591.
HSL color Cylindrical-coordinate representation of color #9FBF7E: hue angle of 89.54º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FBF7E is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 191 | 126 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.25 |
| HSL | 89.54º | 0.34% | 0.62% | - |
| HSV(B) | 89.54º | 0.34% | 0.75% | - |
| XYZ | 36.69 | 46.14 | 26.71 | - |
| YUV | 174.02 | 100.9 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 191 | 126 | 0.17 | 0 | 0.34 | 0.25 | 89.54 | 0.34 | 0.62 |
| Hex | 9F | BF | 7E | 11 | 0 | 22 | 19 | 5A | 22 | 3E |
| Octal | 237 | 277 | 176 | 21 | 0 | 42 | 31 | 132 | 42 | 76 |
| Binary | 10011111 | 10111111 | 1111110 | 10001 | 0 | 100010 | 11001 | 1011010 | 100010 | 111110 |
Color Harmonies of #9FBF7E
Complementary color
Monochromatic Colors of #9FBF7E
Black with #9FBF7E
Text Example
Text Example
White with #9FBF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBF7E; }
p { color: rgb(159,191,126); }
H1.HeaderClassName
{
color: #9FBF7E;
}
.AnyTagClassName
{
color: #9FBF7E;
}
</style>
background-color css
<style>
a { background-color: #9FBF7E; }
a { background-color: rgb(159,191,126); }
div.DivClassName
{
background-color: #9FBF7E;
}
.BgClassName
{
background-color: #9FBF7E;
}
</style>
border-color css
<style>
span { border-color: #9FBF7E; }
span { border-color: rgb(159,191,126); }
td.TdClassName
{
border-color: #9FBF7E;
}
.TagClassName
{
border-color: #9FBF7E;
}
</style>