Shades of Olivine #9FBC7B
Tints of Olivine #9FBC7B
RGB
CMYK
RGB Variations
Color information
#9FBC7B (or 0x9FBC7B) is known color: Olivine. HEX triplet: 9F, BC and 7B. RGB value is (159,188,123). Sum of RGB (Red+Green+Blue) = 159+188+123=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC7B is #604384. Grayscale: #ACACAC. Windows color (decimal): -6308741 or 8109215. OLE color: 8109215.
HSL color Cylindrical-coordinate representation of color #9FBC7B: hue angle of 86.77º 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 #9FBC7B is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 123 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.26 |
| HSL | 86.77º | 0.33% | 0.61% | - |
| HSV(B) | 86.77º | 0.35% | 0.74% | - |
| XYZ | 35.86 | 44.77 | 25.49 | - |
| YUV | 171.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 123 | 0.15 | 0 | 0.35 | 0.26 | 86.77 | 0.33 | 0.61 |
| Hex | 9F | BC | 7B | F | 0 | 23 | 1A | 57 | 21 | 3D |
| Octal | 237 | 274 | 173 | 17 | 0 | 43 | 32 | 127 | 41 | 75 |
| Binary | 10011111 | 10111100 | 1111011 | 1111 | 0 | 100011 | 11010 | 1010111 | 100001 | 111101 |
Color Harmonies of #9FBC7B
Complementary color
Monochromatic Colors of #9FBC7B
Black with #9FBC7B
Text Example
Text Example
White with #9FBC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC7B; }
p { color: rgb(159,188,123); }
H1.HeaderClassName
{
color: #9FBC7B;
}
.AnyTagClassName
{
color: #9FBC7B;
}
</style>
background-color css
<style>
a { background-color: #9FBC7B; }
a { background-color: rgb(159,188,123); }
div.DivClassName
{
background-color: #9FBC7B;
}
.BgClassName
{
background-color: #9FBC7B;
}
</style>
border-color css
<style>
span { border-color: #9FBC7B; }
span { border-color: rgb(159,188,123); }
td.TdClassName
{
border-color: #9FBC7B;
}
.TagClassName
{
border-color: #9FBC7B;
}
</style>