Shades of Olivine #9ABA6E
Tints of Olivine #9ABA6E
RGB
CMYK
RGB Variations
Color information
#9ABA6E (or 0x9ABA6E) is known color: Olivine. HEX triplet: 9A, BA and 6E. RGB value is (154,186,110). Sum of RGB (Red+Green+Blue) = 154+186+110=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABA6E is #654591. Grayscale: #A8A8A8. Windows color (decimal): -6636946 or 7256730. OLE color: 7256730.
HSL color Cylindrical-coordinate representation of color #9ABA6E: hue angle of 85.26º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9ABA6E is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 186 | 110 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.27 |
| HSL | 85.26º | 0.36% | 0.58% | - |
| HSV(B) | 85.26º | 0.41% | 0.73% | - |
| XYZ | 33.7 | 43.11 | 21.3 | - |
| YUV | 167.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 110 | 0.17 | 0 | 0.41 | 0.27 | 85.26 | 0.36 | 0.58 |
| Hex | 9A | BA | 6E | 11 | 0 | 29 | 1B | 55 | 24 | 3A |
| Octal | 232 | 272 | 156 | 21 | 0 | 51 | 33 | 125 | 44 | 72 |
| Binary | 10011010 | 10111010 | 1101110 | 10001 | 0 | 101001 | 11011 | 1010101 | 100100 | 111010 |
Color Harmonies of #9ABA6E
Complementary color
Monochromatic Colors of #9ABA6E
Black with #9ABA6E
Text Example
Text Example
White with #9ABA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABA6E; }
p { color: rgb(154,186,110); }
H1.HeaderClassName
{
color: #9ABA6E;
}
.AnyTagClassName
{
color: #9ABA6E;
}
</style>
background-color css
<style>
a { background-color: #9ABA6E; }
a { background-color: rgb(154,186,110); }
div.DivClassName
{
background-color: #9ABA6E;
}
.BgClassName
{
background-color: #9ABA6E;
}
</style>
border-color css
<style>
span { border-color: #9ABA6E; }
span { border-color: rgb(154,186,110); }
td.TdClassName
{
border-color: #9ABA6E;
}
.TagClassName
{
border-color: #9ABA6E;
}
</style>