Shades of Olivine #9ABE6C
Tints of Olivine #9ABE6C
RGB
CMYK
RGB Variations
Color information
#9ABE6C (or 0x9ABE6C) is known color: Olivine. HEX triplet: 9A, BE and 6C. RGB value is (154,190,108). Sum of RGB (Red+Green+Blue) = 154+190+108=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE6C is #654193. Grayscale: #AAAAAA. Windows color (decimal): -6635924 or 7126682. OLE color: 7126682.
HSL color Cylindrical-coordinate representation of color #9ABE6C: hue angle of 86.34º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9ABE6C is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 108 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.25 |
| HSL | 86.34º | 0.39% | 0.58% | - |
| HSV(B) | 86.34º | 0.43% | 0.75% | - |
| XYZ | 34.45 | 44.78 | 21.02 | - |
| YUV | 169.89 | 93.07 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 108 | 0.19 | 0 | 0.43 | 0.25 | 86.34 | 0.39 | 0.58 |
| Hex | 9A | BE | 6C | 13 | 0 | 2B | 19 | 56 | 27 | 3A |
| Octal | 232 | 276 | 154 | 23 | 0 | 53 | 31 | 126 | 47 | 72 |
| Binary | 10011010 | 10111110 | 1101100 | 10011 | 0 | 101011 | 11001 | 1010110 | 100111 | 111010 |
Color Harmonies of #9ABE6C
Complementary color
Monochromatic Colors of #9ABE6C
Black with #9ABE6C
Text Example
Text Example
White with #9ABE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABE6C; }
p { color: rgb(154,190,108); }
H1.HeaderClassName
{
color: #9ABE6C;
}
.AnyTagClassName
{
color: #9ABE6C;
}
</style>
background-color css
<style>
a { background-color: #9ABE6C; }
a { background-color: rgb(154,190,108); }
div.DivClassName
{
background-color: #9ABE6C;
}
.BgClassName
{
background-color: #9ABE6C;
}
</style>
border-color css
<style>
span { border-color: #9ABE6C; }
span { border-color: rgb(154,190,108); }
td.TdClassName
{
border-color: #9ABE6C;
}
.TagClassName
{
border-color: #9ABE6C;
}
</style>