Shades of Olivine #9FBC6D
Tints of Olivine #9FBC6D
RGB
CMYK
RGB Variations
Color information
#9FBC6D (or 0x9FBC6D) is known color: Olivine. HEX triplet: 9F, BC and 6D. RGB value is (159,188,109). Sum of RGB (Red+Green+Blue) = 159+188+109=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC6D is #604392. Grayscale: #AAAAAA. Windows color (decimal): -6308755 or 7191711. OLE color: 7191711.
HSL color Cylindrical-coordinate representation of color #9FBC6D: hue angle of 82.03º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FBC6D is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 109 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.26 |
| HSL | 82.03º | 0.37% | 0.58% | - |
| HSV(B) | 82.03º | 0.42% | 0.74% | - |
| XYZ | 35.04 | 44.44 | 21.2 | - |
| YUV | 170.32 | 93.39 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 109 | 0.15 | 0 | 0.42 | 0.26 | 82.03 | 0.37 | 0.58 |
| Hex | 9F | BC | 6D | F | 0 | 2A | 1A | 52 | 25 | 3A |
| Octal | 237 | 274 | 155 | 17 | 0 | 52 | 32 | 122 | 45 | 72 |
| Binary | 10011111 | 10111100 | 1101101 | 1111 | 0 | 101010 | 11010 | 1010010 | 100101 | 111010 |
Color Harmonies of #9FBC6D
Complementary color
Monochromatic Colors of #9FBC6D
Black with #9FBC6D
Text Example
Text Example
White with #9FBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC6D; }
p { color: rgb(159,188,109); }
H1.HeaderClassName
{
color: #9FBC6D;
}
.AnyTagClassName
{
color: #9FBC6D;
}
</style>
background-color css
<style>
a { background-color: #9FBC6D; }
a { background-color: rgb(159,188,109); }
div.DivClassName
{
background-color: #9FBC6D;
}
.BgClassName
{
background-color: #9FBC6D;
}
</style>
border-color css
<style>
span { border-color: #9FBC6D; }
span { border-color: rgb(159,188,109); }
td.TdClassName
{
border-color: #9FBC6D;
}
.TagClassName
{
border-color: #9FBC6D;
}
</style>