Shades of Olivine #9FBA68
Tints of Olivine #9FBA68
RGB
CMYK
RGB Variations
Color information
#9FBA68 (or 0x9FBA68) is known color: Olivine. HEX triplet: 9F, BA and 68. RGB value is (159,186,104). Sum of RGB (Red+Green+Blue) = 159+186+104=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA68 is #604597. Grayscale: #A8A8A8. Windows color (decimal): -6309272 or 6863519. OLE color: 6863519.
HSL color Cylindrical-coordinate representation of color #9FBA68: hue angle of 79.76º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FBA68 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 104 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.27 |
| HSL | 79.76º | 0.37% | 0.57% | - |
| HSV(B) | 79.76º | 0.44% | 0.73% | - |
| XYZ | 34.36 | 43.49 | 19.68 | - |
| YUV | 168.58 | 91.55 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 104 | 0.15 | 0 | 0.44 | 0.27 | 79.76 | 0.37 | 0.57 |
| Hex | 9F | BA | 68 | F | 0 | 2C | 1B | 50 | 25 | 39 |
| Octal | 237 | 272 | 150 | 17 | 0 | 54 | 33 | 120 | 45 | 71 |
| Binary | 10011111 | 10111010 | 1101000 | 1111 | 0 | 101100 | 11011 | 1010000 | 100101 | 111001 |
Color Harmonies of #9FBA68
Complementary color
Monochromatic Colors of #9FBA68
Black with #9FBA68
Text Example
Text Example
White with #9FBA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA68; }
p { color: rgb(159,186,104); }
H1.HeaderClassName
{
color: #9FBA68;
}
.AnyTagClassName
{
color: #9FBA68;
}
</style>
background-color css
<style>
a { background-color: #9FBA68; }
a { background-color: rgb(159,186,104); }
div.DivClassName
{
background-color: #9FBA68;
}
.BgClassName
{
background-color: #9FBA68;
}
</style>
border-color css
<style>
span { border-color: #9FBA68; }
span { border-color: rgb(159,186,104); }
td.TdClassName
{
border-color: #9FBA68;
}
.TagClassName
{
border-color: #9FBA68;
}
</style>