Shades of Olivine #9FB17E
Tints of Olivine #9FB17E
RGB
CMYK
RGB Variations
Color information
#9FB17E (or 0x9FB17E) is known color: Olivine. HEX triplet: 9F, B1 and 7E. RGB value is (159,177,126). Sum of RGB (Red+Green+Blue) = 159+177+126=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB17E is #604E81. Grayscale: #A5A5A5. Windows color (decimal): -6311554 or 8303007. OLE color: 8303007.
HSL color Cylindrical-coordinate representation of color #9FB17E: hue angle of 81.18º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FB17E is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 177 | 126 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.31 |
| HSL | 81.18º | 0.25% | 0.59% | - |
| HSV(B) | 81.18º | 0.29% | 0.69% | - |
| XYZ | 33.79 | 40.32 | 25.74 | - |
| YUV | 165.8 | 105.54 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 126 | 0.10 | 0 | 0.29 | 0.31 | 81.18 | 0.25 | 0.59 |
| Hex | 9F | B1 | 7E | A | 0 | 1D | 1F | 51 | 19 | 3B |
| Octal | 237 | 261 | 176 | 12 | 0 | 35 | 37 | 121 | 31 | 73 |
| Binary | 10011111 | 10110001 | 1111110 | 1010 | 0 | 11101 | 11111 | 1010001 | 11001 | 111011 |
Color Harmonies of #9FB17E
Complementary color
Monochromatic Colors of #9FB17E
Black with #9FB17E
Text Example
Text Example
White with #9FB17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB17E; }
p { color: rgb(159,177,126); }
H1.HeaderClassName
{
color: #9FB17E;
}
.AnyTagClassName
{
color: #9FB17E;
}
</style>
background-color css
<style>
a { background-color: #9FB17E; }
a { background-color: rgb(159,177,126); }
div.DivClassName
{
background-color: #9FB17E;
}
.BgClassName
{
background-color: #9FB17E;
}
</style>
border-color css
<style>
span { border-color: #9FB17E; }
span { border-color: rgb(159,177,126); }
td.TdClassName
{
border-color: #9FB17E;
}
.TagClassName
{
border-color: #9FB17E;
}
</style>