Shades of Olivine #9ABD7A
Tints of Olivine #9ABD7A
RGB
CMYK
RGB Variations
Color information
#9ABD7A (or 0x9ABD7A) is known color: Olivine. HEX triplet: 9A, BD and 7A. RGB value is (154,189,122). Sum of RGB (Red+Green+Blue) = 154+189+122=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABD7A is #654285. Grayscale: #ABABAB. Windows color (decimal): -6636166 or 8043930. OLE color: 8043930.
HSL color Cylindrical-coordinate representation of color #9ABD7A: hue angle of 91.34º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ABD7A is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 122 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.26 |
| HSL | 91.34º | 0.34% | 0.61% | - |
| HSV(B) | 91.34º | 0.35% | 0.74% | - |
| XYZ | 35.04 | 44.67 | 25.19 | - |
| YUV | 170.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 122 | 0.19 | 0 | 0.35 | 0.26 | 91.34 | 0.34 | 0.61 |
| Hex | 9A | BD | 7A | 13 | 0 | 23 | 1A | 5B | 22 | 3D |
| Octal | 232 | 275 | 172 | 23 | 0 | 43 | 32 | 133 | 42 | 75 |
| Binary | 10011010 | 10111101 | 1111010 | 10011 | 0 | 100011 | 11010 | 1011011 | 100010 | 111101 |
Color Harmonies of #9ABD7A
Complementary color
Monochromatic Colors of #9ABD7A
Black with #9ABD7A
Text Example
Text Example
White with #9ABD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABD7A; }
p { color: rgb(154,189,122); }
H1.HeaderClassName
{
color: #9ABD7A;
}
.AnyTagClassName
{
color: #9ABD7A;
}
</style>
background-color css
<style>
a { background-color: #9ABD7A; }
a { background-color: rgb(154,189,122); }
div.DivClassName
{
background-color: #9ABD7A;
}
.BgClassName
{
background-color: #9ABD7A;
}
</style>
border-color css
<style>
span { border-color: #9ABD7A; }
span { border-color: rgb(154,189,122); }
td.TdClassName
{
border-color: #9ABD7A;
}
.TagClassName
{
border-color: #9ABD7A;
}
</style>