Shades of Olivine #9FBC6A
Tints of Olivine #9FBC6A
RGB
CMYK
RGB Variations
Color information
#9FBC6A (or 0x9FBC6A) is known color: Olivine. HEX triplet: 9F, BC and 6A. RGB value is (159,188,106). Sum of RGB (Red+Green+Blue) = 159+188+106=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC6A is #604395. Grayscale: #AAAAAA. Windows color (decimal): -6308758 or 6995103. OLE color: 6995103.
HSL color Cylindrical-coordinate representation of color #9FBC6A: hue angle of 81.22º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FBC6A is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 106 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.26 |
| HSL | 81.22º | 0.38% | 0.58% | - |
| HSV(B) | 81.22º | 0.44% | 0.74% | - |
| XYZ | 34.88 | 44.38 | 20.36 | - |
| YUV | 169.98 | 91.89 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 106 | 0.15 | 0 | 0.44 | 0.26 | 81.22 | 0.38 | 0.58 |
| Hex | 9F | BC | 6A | F | 0 | 2C | 1A | 51 | 26 | 3A |
| Octal | 237 | 274 | 152 | 17 | 0 | 54 | 32 | 121 | 46 | 72 |
| Binary | 10011111 | 10111100 | 1101010 | 1111 | 0 | 101100 | 11010 | 1010001 | 100110 | 111010 |
Color Harmonies of #9FBC6A
Complementary color
Monochromatic Colors of #9FBC6A
Black with #9FBC6A
Text Example
Text Example
White with #9FBC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC6A; }
p { color: rgb(159,188,106); }
H1.HeaderClassName
{
color: #9FBC6A;
}
.AnyTagClassName
{
color: #9FBC6A;
}
</style>
background-color css
<style>
a { background-color: #9FBC6A; }
a { background-color: rgb(159,188,106); }
div.DivClassName
{
background-color: #9FBC6A;
}
.BgClassName
{
background-color: #9FBC6A;
}
</style>
border-color css
<style>
span { border-color: #9FBC6A; }
span { border-color: rgb(159,188,106); }
td.TdClassName
{
border-color: #9FBC6A;
}
.TagClassName
{
border-color: #9FBC6A;
}
</style>