Shades of Olivine #9ABE6E
Tints of Olivine #9ABE6E
RGB
CMYK
RGB Variations
Color information
#9ABE6E (or 0x9ABE6E) is known color: Olivine. HEX triplet: 9A, BE and 6E. RGB value is (154,190,110). Sum of RGB (Red+Green+Blue) = 154+190+110=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE6E is #654191. Grayscale: #AAAAAA. Windows color (decimal): -6635922 or 7257754. OLE color: 7257754.
HSL color Cylindrical-coordinate representation of color #9ABE6E: hue angle of 87º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9ABE6E is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 110 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.25 |
| HSL | 87º | 0.38% | 0.59% | - |
| HSV(B) | 87º | 0.42% | 0.75% | - |
| XYZ | 34.55 | 44.82 | 21.58 | - |
| YUV | 170.12 | 94.07 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 110 | 0.19 | 0 | 0.42 | 0.25 | 87 | 0.38 | 0.59 |
| Hex | 9A | BE | 6E | 13 | 0 | 2A | 19 | 57 | 26 | 3B |
| Octal | 232 | 276 | 156 | 23 | 0 | 52 | 31 | 127 | 46 | 73 |
| Binary | 10011010 | 10111110 | 1101110 | 10011 | 0 | 101010 | 11001 | 1010111 | 100110 | 111011 |
Color Harmonies of #9ABE6E
Complementary color
Monochromatic Colors of #9ABE6E
Black with #9ABE6E
Text Example
Text Example
White with #9ABE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABE6E; }
p { color: rgb(154,190,110); }
H1.HeaderClassName
{
color: #9ABE6E;
}
.AnyTagClassName
{
color: #9ABE6E;
}
</style>
background-color css
<style>
a { background-color: #9ABE6E; }
a { background-color: rgb(154,190,110); }
div.DivClassName
{
background-color: #9ABE6E;
}
.BgClassName
{
background-color: #9ABE6E;
}
</style>
border-color css
<style>
span { border-color: #9ABE6E; }
span { border-color: rgb(154,190,110); }
td.TdClassName
{
border-color: #9ABE6E;
}
.TagClassName
{
border-color: #9ABE6E;
}
</style>