Shades of Olivine #9ABC7E
Tints of Olivine #9ABC7E
RGB
CMYK
RGB Variations
Color information
#9ABC7E (or 0x9ABC7E) is known color: Olivine. HEX triplet: 9A, BC and 7E. RGB value is (154,188,126). Sum of RGB (Red+Green+Blue) = 154+188+126=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC7E is #654381. Grayscale: #AAAAAA. Windows color (decimal): -6636418 or 8305818. OLE color: 8305818.
HSL color Cylindrical-coordinate representation of color #9ABC7E: hue angle of 92.9º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ABC7E is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 126 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.26 |
| HSL | 92.9º | 0.32% | 0.62% | - |
| HSV(B) | 92.9º | 0.33% | 0.74% | - |
| XYZ | 35.08 | 44.34 | 26.45 | - |
| YUV | 170.77 | 102.74 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 126 | 0.18 | 0 | 0.33 | 0.26 | 92.9 | 0.32 | 0.62 |
| Hex | 9A | BC | 7E | 12 | 0 | 21 | 1A | 5D | 20 | 3E |
| Octal | 232 | 274 | 176 | 22 | 0 | 41 | 32 | 135 | 40 | 76 |
| Binary | 10011010 | 10111100 | 1111110 | 10010 | 0 | 100001 | 11010 | 1011101 | 100000 | 111110 |
Color Harmonies of #9ABC7E
Complementary color
Monochromatic Colors of #9ABC7E
Black with #9ABC7E
Text Example
Text Example
White with #9ABC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABC7E; }
p { color: rgb(154,188,126); }
H1.HeaderClassName
{
color: #9ABC7E;
}
.AnyTagClassName
{
color: #9ABC7E;
}
</style>
background-color css
<style>
a { background-color: #9ABC7E; }
a { background-color: rgb(154,188,126); }
div.DivClassName
{
background-color: #9ABC7E;
}
.BgClassName
{
background-color: #9ABC7E;
}
</style>
border-color css
<style>
span { border-color: #9ABC7E; }
span { border-color: rgb(154,188,126); }
td.TdClassName
{
border-color: #9ABC7E;
}
.TagClassName
{
border-color: #9ABC7E;
}
</style>