Shades of Olivine #9ABC6E
Tints of Olivine #9ABC6E
RGB
CMYK
RGB Variations
Color information
#9ABC6E (or 0x9ABC6E) is known color: Olivine. HEX triplet: 9A, BC and 6E. RGB value is (154,188,110). Sum of RGB (Red+Green+Blue) = 154+188+110=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC6E is #654391. Grayscale: #A9A9A9. Windows color (decimal): -6636434 or 7257242. OLE color: 7257242.
HSL color Cylindrical-coordinate representation of color #9ABC6E: hue angle of 86.15º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9ABC6E is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 110 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.26 |
| HSL | 86.15º | 0.37% | 0.58% | - |
| HSV(B) | 86.15º | 0.41% | 0.74% | - |
| XYZ | 34.12 | 43.96 | 21.44 | - |
| YUV | 168.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 110 | 0.18 | 0 | 0.41 | 0.26 | 86.15 | 0.37 | 0.58 |
| Hex | 9A | BC | 6E | 12 | 0 | 29 | 1A | 56 | 25 | 3A |
| Octal | 232 | 274 | 156 | 22 | 0 | 51 | 32 | 126 | 45 | 72 |
| Binary | 10011010 | 10111100 | 1101110 | 10010 | 0 | 101001 | 11010 | 1010110 | 100101 | 111010 |
Color Harmonies of #9ABC6E
Complementary color
Monochromatic Colors of #9ABC6E
Black with #9ABC6E
Text Example
Text Example
White with #9ABC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABC6E; }
p { color: rgb(154,188,110); }
H1.HeaderClassName
{
color: #9ABC6E;
}
.AnyTagClassName
{
color: #9ABC6E;
}
</style>
background-color css
<style>
a { background-color: #9ABC6E; }
a { background-color: rgb(154,188,110); }
div.DivClassName
{
background-color: #9ABC6E;
}
.BgClassName
{
background-color: #9ABC6E;
}
</style>
border-color css
<style>
span { border-color: #9ABC6E; }
span { border-color: rgb(154,188,110); }
td.TdClassName
{
border-color: #9ABC6E;
}
.TagClassName
{
border-color: #9ABC6E;
}
</style>