Shades of Olivine #9ABE7D
Tints of Olivine #9ABE7D
RGB
CMYK
RGB Variations
Color information
#9ABE7D (or 0x9ABE7D) is known color: Olivine. HEX triplet: 9A, BE and 7D. RGB value is (154,190,125). Sum of RGB (Red+Green+Blue) = 154+190+125=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE7D is #654182. Grayscale: #ACACAC. Windows color (decimal): -6635907 or 8240794. OLE color: 8240794.
HSL color Cylindrical-coordinate representation of color #9ABE7D: hue angle of 93.23º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ABE7D is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 125 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.25 |
| HSL | 93.23º | 0.33% | 0.62% | - |
| HSV(B) | 93.23º | 0.34% | 0.75% | - |
| XYZ | 35.44 | 45.18 | 26.25 | - |
| YUV | 171.83 | 101.57 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 125 | 0.19 | 0 | 0.34 | 0.25 | 93.23 | 0.33 | 0.62 |
| Hex | 9A | BE | 7D | 13 | 0 | 22 | 19 | 5D | 21 | 3E |
| Octal | 232 | 276 | 175 | 23 | 0 | 42 | 31 | 135 | 41 | 76 |
| Binary | 10011010 | 10111110 | 1111101 | 10011 | 0 | 100010 | 11001 | 1011101 | 100001 | 111110 |
Color Harmonies of #9ABE7D
Complementary color
Monochromatic Colors of #9ABE7D
Black with #9ABE7D
Text Example
Text Example
White with #9ABE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABE7D; }
p { color: rgb(154,190,125); }
H1.HeaderClassName
{
color: #9ABE7D;
}
.AnyTagClassName
{
color: #9ABE7D;
}
</style>
background-color css
<style>
a { background-color: #9ABE7D; }
a { background-color: rgb(154,190,125); }
div.DivClassName
{
background-color: #9ABE7D;
}
.BgClassName
{
background-color: #9ABE7D;
}
</style>
border-color css
<style>
span { border-color: #9ABE7D; }
span { border-color: rgb(154,190,125); }
td.TdClassName
{
border-color: #9ABE7D;
}
.TagClassName
{
border-color: #9ABE7D;
}
</style>