Shades of Olivine #9ABE7A
Tints of Olivine #9ABE7A
RGB
CMYK
RGB Variations
Color information
#9ABE7A (or 0x9ABE7A) is known color: Olivine. HEX triplet: 9A, BE and 7A. RGB value is (154,190,122). Sum of RGB (Red+Green+Blue) = 154+190+122=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE7A is #654185. Grayscale: #ABABAB. Windows color (decimal): -6635910 or 8044186. OLE color: 8044186.
HSL color Cylindrical-coordinate representation of color #9ABE7A: hue angle of 91.76º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ABE7A is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 122 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.25 |
| HSL | 91.76º | 0.34% | 0.61% | - |
| HSV(B) | 91.76º | 0.36% | 0.75% | - |
| XYZ | 35.25 | 45.1 | 25.26 | - |
| YUV | 171.48 | 100.07 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 122 | 0.19 | 0 | 0.36 | 0.25 | 91.76 | 0.34 | 0.61 |
| Hex | 9A | BE | 7A | 13 | 0 | 24 | 19 | 5C | 22 | 3D |
| Octal | 232 | 276 | 172 | 23 | 0 | 44 | 31 | 134 | 42 | 75 |
| Binary | 10011010 | 10111110 | 1111010 | 10011 | 0 | 100100 | 11001 | 1011100 | 100010 | 111101 |
Color Harmonies of #9ABE7A
Complementary color
Monochromatic Colors of #9ABE7A
Black with #9ABE7A
Text Example
Text Example
White with #9ABE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABE7A; }
p { color: rgb(154,190,122); }
H1.HeaderClassName
{
color: #9ABE7A;
}
.AnyTagClassName
{
color: #9ABE7A;
}
</style>
background-color css
<style>
a { background-color: #9ABE7A; }
a { background-color: rgb(154,190,122); }
div.DivClassName
{
background-color: #9ABE7A;
}
.BgClassName
{
background-color: #9ABE7A;
}
</style>
border-color css
<style>
span { border-color: #9ABE7A; }
span { border-color: rgb(154,190,122); }
td.TdClassName
{
border-color: #9ABE7A;
}
.TagClassName
{
border-color: #9ABE7A;
}
</style>