Shades of Apple #7ABA44
Tints of Apple #7ABA44
RGB
CMYK
RGB Variations
Color information
#7ABA44 (or 0x7ABA44) is known color: Apple. HEX triplet: 7A, BA and 44. RGB value is (122,186,68). Sum of RGB (Red+Green+Blue) = 122+186+68=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA44 is #8545BB. Grayscale: #999999. Windows color (decimal): -8734140 or 4504186. OLE color: 4504186.
HSL color Cylindrical-coordinate representation of color #7ABA44: hue angle of 92.54º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7ABA44 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 68 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.27 |
| HSL | 92.54º | 0.46% | 0.5% | - |
| HSV(B) | 92.54º | 0.63% | 0.73% | - |
| XYZ | 26.63 | 39.67 | 11.72 | - |
| YUV | 153.41 | 79.8 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 68 | 0.34 | 0 | 0.63 | 0.27 | 92.54 | 0.46 | 0.5 |
| Hex | 7A | BA | 44 | 22 | 0 | 3F | 1B | 5D | 2E | 32 |
| Octal | 172 | 272 | 104 | 42 | 0 | 77 | 33 | 135 | 56 | 62 |
| Binary | 1111010 | 10111010 | 1000100 | 100010 | 0 | 111111 | 11011 | 1011101 | 101110 | 110010 |
Color Harmonies of #7ABA44
Complementary color
Monochromatic Colors of #7ABA44
Black with #7ABA44
Text Example
Text Example
White with #7ABA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA44; }
p { color: rgb(122,186,68); }
H1.HeaderClassName
{
color: #7ABA44;
}
.AnyTagClassName
{
color: #7ABA44;
}
</style>
background-color css
<style>
a { background-color: #7ABA44; }
a { background-color: rgb(122,186,68); }
div.DivClassName
{
background-color: #7ABA44;
}
.BgClassName
{
background-color: #7ABA44;
}
</style>
border-color css
<style>
span { border-color: #7ABA44; }
span { border-color: rgb(122,186,68); }
td.TdClassName
{
border-color: #7ABA44;
}
.TagClassName
{
border-color: #7ABA44;
}
</style>