Shades of Olivine #9FBC5E
Tints of Olivine #9FBC5E
RGB
CMYK
RGB Variations
Color information
#9FBC5E (or 0x9FBC5E) is known color: Olivine. HEX triplet: 9F, BC and 5E. RGB value is (159,188,94). Sum of RGB (Red+Green+Blue) = 159+188+94=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC5E is #6043A1. Grayscale: #A8A8A8. Windows color (decimal): -6308770 or 6208671. OLE color: 6208671.
HSL color Cylindrical-coordinate representation of color #9FBC5E: hue angle of 78.51º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FBC5E is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 94 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.26 |
| HSL | 78.51º | 0.41% | 0.55% | - |
| HSV(B) | 78.51º | 0.5% | 0.74% | - |
| XYZ | 34.3 | 44.15 | 17.3 | - |
| YUV | 168.61 | 85.89 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 94 | 0.15 | 0 | 0.50 | 0.26 | 78.51 | 0.41 | 0.55 |
| Hex | 9F | BC | 5E | F | 0 | 32 | 1A | 4F | 29 | 37 |
| Octal | 237 | 274 | 136 | 17 | 0 | 62 | 32 | 117 | 51 | 67 |
| Binary | 10011111 | 10111100 | 1011110 | 1111 | 0 | 110010 | 11010 | 1001111 | 101001 | 110111 |
Color Harmonies of #9FBC5E
Complementary color
Monochromatic Colors of #9FBC5E
Black with #9FBC5E
Text Example
Text Example
White with #9FBC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC5E; }
p { color: rgb(159,188,94); }
H1.HeaderClassName
{
color: #9FBC5E;
}
.AnyTagClassName
{
color: #9FBC5E;
}
</style>
background-color css
<style>
a { background-color: #9FBC5E; }
a { background-color: rgb(159,188,94); }
div.DivClassName
{
background-color: #9FBC5E;
}
.BgClassName
{
background-color: #9FBC5E;
}
</style>
border-color css
<style>
span { border-color: #9FBC5E; }
span { border-color: rgb(159,188,94); }
td.TdClassName
{
border-color: #9FBC5E;
}
.TagClassName
{
border-color: #9FBC5E;
}
</style>