Shades of Olivine #9FBC7A
Tints of Olivine #9FBC7A
RGB
CMYK
RGB Variations
Color information
#9FBC7A (or 0x9FBC7A) is known color: Olivine. HEX triplet: 9F, BC and 7A. RGB value is (159,188,122). Sum of RGB (Red+Green+Blue) = 159+188+122=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC7A is #604385. Grayscale: #ACACAC. Windows color (decimal): -6308742 or 8043679. OLE color: 8043679.
HSL color Cylindrical-coordinate representation of color #9FBC7A: hue angle of 86.36º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FBC7A is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 122 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.26 |
| HSL | 86.36º | 0.33% | 0.61% | - |
| HSV(B) | 86.36º | 0.35% | 0.74% | - |
| XYZ | 35.79 | 44.74 | 25.16 | - |
| YUV | 171.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 122 | 0.15 | 0 | 0.35 | 0.26 | 86.36 | 0.33 | 0.61 |
| Hex | 9F | BC | 7A | F | 0 | 23 | 1A | 56 | 21 | 3D |
| Octal | 237 | 274 | 172 | 17 | 0 | 43 | 32 | 126 | 41 | 75 |
| Binary | 10011111 | 10111100 | 1111010 | 1111 | 0 | 100011 | 11010 | 1010110 | 100001 | 111101 |
Color Harmonies of #9FBC7A
Complementary color
Monochromatic Colors of #9FBC7A
Black with #9FBC7A
Text Example
Text Example
White with #9FBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC7A; }
p { color: rgb(159,188,122); }
H1.HeaderClassName
{
color: #9FBC7A;
}
.AnyTagClassName
{
color: #9FBC7A;
}
</style>
background-color css
<style>
a { background-color: #9FBC7A; }
a { background-color: rgb(159,188,122); }
div.DivClassName
{
background-color: #9FBC7A;
}
.BgClassName
{
background-color: #9FBC7A;
}
</style>
border-color css
<style>
span { border-color: #9FBC7A; }
span { border-color: rgb(159,188,122); }
td.TdClassName
{
border-color: #9FBC7A;
}
.TagClassName
{
border-color: #9FBC7A;
}
</style>