Shades of Olivine #9ABD6E
Tints of Olivine #9ABD6E
RGB
CMYK
RGB Variations
Color information
#9ABD6E (or 0x9ABD6E) is known color: Olivine. HEX triplet: 9A, BD and 6E. RGB value is (154,189,110). Sum of RGB (Red+Green+Blue) = 154+189+110=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABD6E is #654291. Grayscale: #A9A9A9. Windows color (decimal): -6636178 or 7257498. OLE color: 7257498.
HSL color Cylindrical-coordinate representation of color #9ABD6E: hue angle of 86.58º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9ABD6E is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 110 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.26 |
| HSL | 86.58º | 0.37% | 0.59% | - |
| HSV(B) | 86.58º | 0.42% | 0.74% | - |
| XYZ | 34.34 | 44.39 | 21.51 | - |
| YUV | 169.53 | 94.4 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 110 | 0.19 | 0 | 0.42 | 0.26 | 86.58 | 0.37 | 0.59 |
| Hex | 9A | BD | 6E | 13 | 0 | 2A | 1A | 57 | 25 | 3B |
| Octal | 232 | 275 | 156 | 23 | 0 | 52 | 32 | 127 | 45 | 73 |
| Binary | 10011010 | 10111101 | 1101110 | 10011 | 0 | 101010 | 11010 | 1010111 | 100101 | 111011 |
Color Harmonies of #9ABD6E
Complementary color
Monochromatic Colors of #9ABD6E
Black with #9ABD6E
Text Example
Text Example
White with #9ABD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABD6E; }
p { color: rgb(154,189,110); }
H1.HeaderClassName
{
color: #9ABD6E;
}
.AnyTagClassName
{
color: #9ABD6E;
}
</style>
background-color css
<style>
a { background-color: #9ABD6E; }
a { background-color: rgb(154,189,110); }
div.DivClassName
{
background-color: #9ABD6E;
}
.BgClassName
{
background-color: #9ABD6E;
}
</style>
border-color css
<style>
span { border-color: #9ABD6E; }
span { border-color: rgb(154,189,110); }
td.TdClassName
{
border-color: #9ABD6E;
}
.TagClassName
{
border-color: #9ABD6E;
}
</style>