Shades of Olivine #9BBA7C
Tints of Olivine #9BBA7C
RGB
CMYK
RGB Variations
Color information
#9BBA7C (or 0x9BBA7C) is known color: Olivine. HEX triplet: 9B, BA and 7C. RGB value is (155,186,124). Sum of RGB (Red+Green+Blue) = 155+186+124=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA7C is #644583. Grayscale: #A9A9A9. Windows color (decimal): -6571396 or 8174235. OLE color: 8174235.
HSL color Cylindrical-coordinate representation of color #9BBA7C: hue angle of 90º 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 #9BBA7C is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 124 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.27 |
| HSL | 90º | 0.31% | 0.61% | - |
| HSV(B) | 90º | 0.33% | 0.73% | - |
| XYZ | 34.71 | 43.54 | 25.64 | - |
| YUV | 169.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 124 | 0.17 | 0 | 0.33 | 0.27 | 90 | 0.31 | 0.61 |
| Hex | 9B | BA | 7C | 11 | 0 | 21 | 1B | 5A | 1F | 3D |
| Octal | 233 | 272 | 174 | 21 | 0 | 41 | 33 | 132 | 37 | 75 |
| Binary | 10011011 | 10111010 | 1111100 | 10001 | 0 | 100001 | 11011 | 1011010 | 11111 | 111101 |
Color Harmonies of #9BBA7C
Complementary color
Monochromatic Colors of #9BBA7C
Black with #9BBA7C
Text Example
Text Example
White with #9BBA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA7C; }
p { color: rgb(155,186,124); }
H1.HeaderClassName
{
color: #9BBA7C;
}
.AnyTagClassName
{
color: #9BBA7C;
}
</style>
background-color css
<style>
a { background-color: #9BBA7C; }
a { background-color: rgb(155,186,124); }
div.DivClassName
{
background-color: #9BBA7C;
}
.BgClassName
{
background-color: #9BBA7C;
}
</style>
border-color css
<style>
span { border-color: #9BBA7C; }
span { border-color: rgb(155,186,124); }
td.TdClassName
{
border-color: #9BBA7C;
}
.TagClassName
{
border-color: #9BBA7C;
}
</style>