Shades of Olivine #9BBA79
Tints of Olivine #9BBA79
RGB
CMYK
RGB Variations
Color information
#9BBA79 (or 0x9BBA79) is known color: Olivine. HEX triplet: 9B, BA and 79. RGB value is (155,186,121). Sum of RGB (Red+Green+Blue) = 155+186+121=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA79 is #644586. Grayscale: #A9A9A9. Windows color (decimal): -6571399 or 7977627. OLE color: 7977627.
HSL color Cylindrical-coordinate representation of color #9BBA79: hue angle of 88.62º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BBA79 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 121 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.27 |
| HSL | 88.62º | 0.32% | 0.6% | - |
| HSV(B) | 88.62º | 0.35% | 0.73% | - |
| XYZ | 34.53 | 43.47 | 24.66 | - |
| YUV | 169.32 | 100.73 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 121 | 0.17 | 0 | 0.35 | 0.27 | 88.62 | 0.32 | 0.6 |
| Hex | 9B | BA | 79 | 11 | 0 | 23 | 1B | 59 | 20 | 3C |
| Octal | 233 | 272 | 171 | 21 | 0 | 43 | 33 | 131 | 40 | 74 |
| Binary | 10011011 | 10111010 | 1111001 | 10001 | 0 | 100011 | 11011 | 1011001 | 100000 | 111100 |
Color Harmonies of #9BBA79
Complementary color
Monochromatic Colors of #9BBA79
Black with #9BBA79
Text Example
Text Example
White with #9BBA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA79; }
p { color: rgb(155,186,121); }
H1.HeaderClassName
{
color: #9BBA79;
}
.AnyTagClassName
{
color: #9BBA79;
}
</style>
background-color css
<style>
a { background-color: #9BBA79; }
a { background-color: rgb(155,186,121); }
div.DivClassName
{
background-color: #9BBA79;
}
.BgClassName
{
background-color: #9BBA79;
}
</style>
border-color css
<style>
span { border-color: #9BBA79; }
span { border-color: rgb(155,186,121); }
td.TdClassName
{
border-color: #9BBA79;
}
.TagClassName
{
border-color: #9BBA79;
}
</style>