Shades of Olivine #9FBA62
Tints of Olivine #9FBA62
RGB
CMYK
RGB Variations
Color information
#9FBA62 (or 0x9FBA62) is known color: Olivine. HEX triplet: 9F, BA and 62. RGB value is (159,186,98). Sum of RGB (Red+Green+Blue) = 159+186+98=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA62 is #60459D. Grayscale: #A8A8A8. Windows color (decimal): -6309278 or 6470303. OLE color: 6470303.
HSL color Cylindrical-coordinate representation of color #9FBA62: hue angle of 78.41º 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 #9FBA62 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 98 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.27 |
| HSL | 78.41º | 0.39% | 0.56% | - |
| HSV(B) | 78.41º | 0.47% | 0.73% | - |
| XYZ | 34.06 | 43.37 | 18.13 | - |
| YUV | 167.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 98 | 0.15 | 0 | 0.47 | 0.27 | 78.41 | 0.39 | 0.56 |
| Hex | 9F | BA | 62 | F | 0 | 2F | 1B | 4E | 27 | 38 |
| Octal | 237 | 272 | 142 | 17 | 0 | 57 | 33 | 116 | 47 | 70 |
| Binary | 10011111 | 10111010 | 1100010 | 1111 | 0 | 101111 | 11011 | 1001110 | 100111 | 111000 |
Color Harmonies of #9FBA62
Complementary color
Monochromatic Colors of #9FBA62
Black with #9FBA62
Text Example
Text Example
White with #9FBA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA62; }
p { color: rgb(159,186,98); }
H1.HeaderClassName
{
color: #9FBA62;
}
.AnyTagClassName
{
color: #9FBA62;
}
</style>
background-color css
<style>
a { background-color: #9FBA62; }
a { background-color: rgb(159,186,98); }
div.DivClassName
{
background-color: #9FBA62;
}
.BgClassName
{
background-color: #9FBA62;
}
</style>
border-color css
<style>
span { border-color: #9FBA62; }
span { border-color: rgb(159,186,98); }
td.TdClassName
{
border-color: #9FBA62;
}
.TagClassName
{
border-color: #9FBA62;
}
</style>