Shades of Olivine #9FBC70
Tints of Olivine #9FBC70
RGB
CMYK
RGB Variations
Color information
#9FBC70 (or 0x9FBC70) is known color: Olivine. HEX triplet: 9F, BC and 70. RGB value is (159,188,112). Sum of RGB (Red+Green+Blue) = 159+188+112=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC70 is #60438F. Grayscale: #AAAAAA. Windows color (decimal): -6308752 or 7388319. OLE color: 7388319.
HSL color Cylindrical-coordinate representation of color #9FBC70: hue angle of 82.89º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FBC70 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 112 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.26 |
| HSL | 82.89º | 0.36% | 0.59% | - |
| HSV(B) | 82.89º | 0.4% | 0.74% | - |
| XYZ | 35.21 | 44.51 | 22.06 | - |
| YUV | 170.67 | 94.89 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 112 | 0.15 | 0 | 0.40 | 0.26 | 82.89 | 0.36 | 0.59 |
| Hex | 9F | BC | 70 | F | 0 | 28 | 1A | 53 | 24 | 3B |
| Octal | 237 | 274 | 160 | 17 | 0 | 50 | 32 | 123 | 44 | 73 |
| Binary | 10011111 | 10111100 | 1110000 | 1111 | 0 | 101000 | 11010 | 1010011 | 100100 | 111011 |
Color Harmonies of #9FBC70
Complementary color
Monochromatic Colors of #9FBC70
Black with #9FBC70
Text Example
Text Example
White with #9FBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC70; }
p { color: rgb(159,188,112); }
H1.HeaderClassName
{
color: #9FBC70;
}
.AnyTagClassName
{
color: #9FBC70;
}
</style>
background-color css
<style>
a { background-color: #9FBC70; }
a { background-color: rgb(159,188,112); }
div.DivClassName
{
background-color: #9FBC70;
}
.BgClassName
{
background-color: #9FBC70;
}
</style>
border-color css
<style>
span { border-color: #9FBC70; }
span { border-color: rgb(159,188,112); }
td.TdClassName
{
border-color: #9FBC70;
}
.TagClassName
{
border-color: #9FBC70;
}
</style>