Shades of Olivine #9FBC68
Tints of Olivine #9FBC68
RGB
CMYK
RGB Variations
Color information
#9FBC68 (or 0x9FBC68) is known color: Olivine. HEX triplet: 9F, BC and 68. RGB value is (159,188,104). Sum of RGB (Red+Green+Blue) = 159+188+104=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC68 is #604397. Grayscale: #AAAAAA. Windows color (decimal): -6308760 or 6864031. OLE color: 6864031.
HSL color Cylindrical-coordinate representation of color #9FBC68: hue angle of 80.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FBC68 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 104 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.26 |
| HSL | 80.71º | 0.39% | 0.57% | - |
| HSV(B) | 80.71º | 0.45% | 0.74% | - |
| XYZ | 34.78 | 44.34 | 19.82 | - |
| YUV | 169.75 | 90.89 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 104 | 0.15 | 0 | 0.45 | 0.26 | 80.71 | 0.39 | 0.57 |
| Hex | 9F | BC | 68 | F | 0 | 2D | 1A | 51 | 27 | 39 |
| Octal | 237 | 274 | 150 | 17 | 0 | 55 | 32 | 121 | 47 | 71 |
| Binary | 10011111 | 10111100 | 1101000 | 1111 | 0 | 101101 | 11010 | 1010001 | 100111 | 111001 |
Color Harmonies of #9FBC68
Complementary color
Monochromatic Colors of #9FBC68
Black with #9FBC68
Text Example
Text Example
White with #9FBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC68; }
p { color: rgb(159,188,104); }
H1.HeaderClassName
{
color: #9FBC68;
}
.AnyTagClassName
{
color: #9FBC68;
}
</style>
background-color css
<style>
a { background-color: #9FBC68; }
a { background-color: rgb(159,188,104); }
div.DivClassName
{
background-color: #9FBC68;
}
.BgClassName
{
background-color: #9FBC68;
}
</style>
border-color css
<style>
span { border-color: #9FBC68; }
span { border-color: rgb(159,188,104); }
td.TdClassName
{
border-color: #9FBC68;
}
.TagClassName
{
border-color: #9FBC68;
}
</style>