Shades of Olivine #9BB97A
Tints of Olivine #9BB97A
RGB
CMYK
RGB Variations
Color information
#9BB97A (or 0x9BB97A) is known color: Olivine. HEX triplet: 9B, B9 and 7A. RGB value is (155,185,122). Sum of RGB (Red+Green+Blue) = 155+185+122=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB97A is #644685. Grayscale: #A9A9A9. Windows color (decimal): -6571654 or 8042907. OLE color: 8042907.
HSL color Cylindrical-coordinate representation of color #9BB97A: hue angle of 88.57º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BB97A is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 185 | 122 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.27 |
| HSL | 88.57º | 0.31% | 0.6% | - |
| HSV(B) | 88.57º | 0.34% | 0.73% | - |
| XYZ | 34.38 | 43.07 | 24.91 | - |
| YUV | 168.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 185 | 122 | 0.16 | 0 | 0.34 | 0.27 | 88.57 | 0.31 | 0.6 |
| Hex | 9B | B9 | 7A | 10 | 0 | 22 | 1B | 59 | 1F | 3C |
| Octal | 233 | 271 | 172 | 20 | 0 | 42 | 33 | 131 | 37 | 74 |
| Binary | 10011011 | 10111001 | 1111010 | 10000 | 0 | 100010 | 11011 | 1011001 | 11111 | 111100 |
Color Harmonies of #9BB97A
Complementary color
Monochromatic Colors of #9BB97A
Black with #9BB97A
Text Example
Text Example
White with #9BB97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB97A; }
p { color: rgb(155,185,122); }
H1.HeaderClassName
{
color: #9BB97A;
}
.AnyTagClassName
{
color: #9BB97A;
}
</style>
background-color css
<style>
a { background-color: #9BB97A; }
a { background-color: rgb(155,185,122); }
div.DivClassName
{
background-color: #9BB97A;
}
.BgClassName
{
background-color: #9BB97A;
}
</style>
border-color css
<style>
span { border-color: #9BB97A; }
span { border-color: rgb(155,185,122); }
td.TdClassName
{
border-color: #9BB97A;
}
.TagClassName
{
border-color: #9BB97A;
}
</style>