Shades of Apple #7ABA40
Tints of Apple #7ABA40
RGB
CMYK
RGB Variations
Color information
#7ABA40 (or 0x7ABA40) is known color: Apple. HEX triplet: 7A, BA and 40. RGB value is (122,186,64). Sum of RGB (Red+Green+Blue) = 122+186+64=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA40 is #8545BF. Grayscale: #999999. Windows color (decimal): -8734144 or 4242042. OLE color: 4242042.
HSL color Cylindrical-coordinate representation of color #7ABA40: hue angle of 91.48º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7ABA40 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 64 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.27 |
| HSL | 91.48º | 0.49% | 0.49% | - |
| HSV(B) | 91.48º | 0.66% | 0.73% | - |
| XYZ | 26.51 | 39.63 | 11.1 | - |
| YUV | 152.96 | 77.8 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 64 | 0.34 | 0 | 0.66 | 0.27 | 91.48 | 0.49 | 0.49 |
| Hex | 7A | BA | 40 | 22 | 0 | 42 | 1B | 5B | 31 | 31 |
| Octal | 172 | 272 | 100 | 42 | 0 | 102 | 33 | 133 | 61 | 61 |
| Binary | 1111010 | 10111010 | 1000000 | 100010 | 0 | 1000010 | 11011 | 1011011 | 110001 | 110001 |
Color Harmonies of #7ABA40
Complementary color
Monochromatic Colors of #7ABA40
Black with #7ABA40
Text Example
Text Example
White with #7ABA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA40; }
p { color: rgb(122,186,64); }
H1.HeaderClassName
{
color: #7ABA40;
}
.AnyTagClassName
{
color: #7ABA40;
}
</style>
background-color css
<style>
a { background-color: #7ABA40; }
a { background-color: rgb(122,186,64); }
div.DivClassName
{
background-color: #7ABA40;
}
.BgClassName
{
background-color: #7ABA40;
}
</style>
border-color css
<style>
span { border-color: #7ABA40; }
span { border-color: rgb(122,186,64); }
td.TdClassName
{
border-color: #7ABA40;
}
.TagClassName
{
border-color: #7ABA40;
}
</style>