Shades of Olivine #9FBA63
Tints of Olivine #9FBA63
RGB
CMYK
RGB Variations
Color information
#9FBA63 (or 0x9FBA63) is known color: Olivine. HEX triplet: 9F, BA and 63. RGB value is (159,186,99). Sum of RGB (Red+Green+Blue) = 159+186+99=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA63 is #60459C. Grayscale: #A8A8A8. Windows color (decimal): -6309277 or 6535839. OLE color: 6535839.
HSL color Cylindrical-coordinate representation of color #9FBA63: hue angle of 78.62º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FBA63 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 99 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.27 |
| HSL | 78.62º | 0.39% | 0.56% | - |
| HSV(B) | 78.62º | 0.47% | 0.73% | - |
| XYZ | 34.11 | 43.39 | 18.38 | - |
| YUV | 168.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 99 | 0.15 | 0 | 0.47 | 0.27 | 78.62 | 0.39 | 0.56 |
| Hex | 9F | BA | 63 | F | 0 | 2F | 1B | 4F | 27 | 38 |
| Octal | 237 | 272 | 143 | 17 | 0 | 57 | 33 | 117 | 47 | 70 |
| Binary | 10011111 | 10111010 | 1100011 | 1111 | 0 | 101111 | 11011 | 1001111 | 100111 | 111000 |
Color Harmonies of #9FBA63
Complementary color
Monochromatic Colors of #9FBA63
Black with #9FBA63
Text Example
Text Example
White with #9FBA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA63; }
p { color: rgb(159,186,99); }
H1.HeaderClassName
{
color: #9FBA63;
}
.AnyTagClassName
{
color: #9FBA63;
}
</style>
background-color css
<style>
a { background-color: #9FBA63; }
a { background-color: rgb(159,186,99); }
div.DivClassName
{
background-color: #9FBA63;
}
.BgClassName
{
background-color: #9FBA63;
}
</style>
border-color css
<style>
span { border-color: #9FBA63; }
span { border-color: rgb(159,186,99); }
td.TdClassName
{
border-color: #9FBA63;
}
.TagClassName
{
border-color: #9FBA63;
}
</style>