Shades of Olivine #9BBA7D
Tints of Olivine #9BBA7D
RGB
CMYK
RGB Variations
Color information
#9BBA7D (or 0x9BBA7D) is known color: Olivine. HEX triplet: 9B, BA and 7D. RGB value is (155,186,125). Sum of RGB (Red+Green+Blue) = 155+186+125=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA7D is #644582. Grayscale: #A9A9A9. Windows color (decimal): -6571395 or 8239771. OLE color: 8239771.
HSL color Cylindrical-coordinate representation of color #9BBA7D: hue angle of 90.49º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BBA7D is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 125 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.27 |
| HSL | 90.49º | 0.31% | 0.61% | - |
| HSV(B) | 90.49º | 0.33% | 0.73% | - |
| XYZ | 34.78 | 43.57 | 25.98 | - |
| YUV | 169.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 125 | 0.17 | 0 | 0.33 | 0.27 | 90.49 | 0.31 | 0.61 |
| Hex | 9B | BA | 7D | 11 | 0 | 21 | 1B | 5A | 1F | 3D |
| Octal | 233 | 272 | 175 | 21 | 0 | 41 | 33 | 132 | 37 | 75 |
| Binary | 10011011 | 10111010 | 1111101 | 10001 | 0 | 100001 | 11011 | 1011010 | 11111 | 111101 |
Color Harmonies of #9BBA7D
Complementary color
Monochromatic Colors of #9BBA7D
Black with #9BBA7D
Text Example
Text Example
White with #9BBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA7D; }
p { color: rgb(155,186,125); }
H1.HeaderClassName
{
color: #9BBA7D;
}
.AnyTagClassName
{
color: #9BBA7D;
}
</style>
background-color css
<style>
a { background-color: #9BBA7D; }
a { background-color: rgb(155,186,125); }
div.DivClassName
{
background-color: #9BBA7D;
}
.BgClassName
{
background-color: #9BBA7D;
}
</style>
border-color css
<style>
span { border-color: #9BBA7D; }
span { border-color: rgb(155,186,125); }
td.TdClassName
{
border-color: #9BBA7D;
}
.TagClassName
{
border-color: #9BBA7D;
}
</style>