Shades of Olivine #9FB07E
Tints of Olivine #9FB07E
RGB
CMYK
RGB Variations
Color information
#9FB07E (or 0x9FB07E) is known color: Olivine. HEX triplet: 9F, B0 and 7E. RGB value is (159,176,126). Sum of RGB (Red+Green+Blue) = 159+176+126=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB07E is #604F81. Grayscale: #A5A5A5. Windows color (decimal): -6311810 or 8302751. OLE color: 8302751.
HSL color Cylindrical-coordinate representation of color #9FB07E: hue angle of 80.4º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FB07E is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 176 | 126 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.31 |
| HSL | 80.4º | 0.24% | 0.59% | - |
| HSV(B) | 80.4º | 0.28% | 0.69% | - |
| XYZ | 33.59 | 39.93 | 25.68 | - |
| YUV | 165.22 | 105.87 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 126 | 0.10 | 0 | 0.28 | 0.31 | 80.4 | 0.24 | 0.59 |
| Hex | 9F | B0 | 7E | A | 0 | 1C | 1F | 50 | 18 | 3B |
| Octal | 237 | 260 | 176 | 12 | 0 | 34 | 37 | 120 | 30 | 73 |
| Binary | 10011111 | 10110000 | 1111110 | 1010 | 0 | 11100 | 11111 | 1010000 | 11000 | 111011 |
Color Harmonies of #9FB07E
Complementary color
Monochromatic Colors of #9FB07E
Black with #9FB07E
Text Example
Text Example
White with #9FB07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB07E; }
p { color: rgb(159,176,126); }
H1.HeaderClassName
{
color: #9FB07E;
}
.AnyTagClassName
{
color: #9FB07E;
}
</style>
background-color css
<style>
a { background-color: #9FB07E; }
a { background-color: rgb(159,176,126); }
div.DivClassName
{
background-color: #9FB07E;
}
.BgClassName
{
background-color: #9FB07E;
}
</style>
border-color css
<style>
span { border-color: #9FB07E; }
span { border-color: rgb(159,176,126); }
td.TdClassName
{
border-color: #9FB07E;
}
.TagClassName
{
border-color: #9FB07E;
}
</style>