Shades of Apple #7ABA43
Tints of Apple #7ABA43
RGB
CMYK
RGB Variations
Color information
#7ABA43 (or 0x7ABA43) is known color: Apple. HEX triplet: 7A, BA and 43. RGB value is (122,186,67). Sum of RGB (Red+Green+Blue) = 122+186+67=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA43 is #8545BC. Grayscale: #999999. Windows color (decimal): -8734141 or 4438650. OLE color: 4438650.
HSL color Cylindrical-coordinate representation of color #7ABA43: hue angle of 92.27º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7ABA43 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 67 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.27 |
| HSL | 92.27º | 0.47% | 0.5% | - |
| HSV(B) | 92.27º | 0.64% | 0.73% | - |
| XYZ | 26.6 | 39.66 | 11.56 | - |
| YUV | 153.3 | 79.3 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 67 | 0.34 | 0 | 0.64 | 0.27 | 92.27 | 0.47 | 0.5 |
| Hex | 7A | BA | 43 | 22 | 0 | 40 | 1B | 5C | 2F | 32 |
| Octal | 172 | 272 | 103 | 42 | 0 | 100 | 33 | 134 | 57 | 62 |
| Binary | 1111010 | 10111010 | 1000011 | 100010 | 0 | 1000000 | 11011 | 1011100 | 101111 | 110010 |
Color Harmonies of #7ABA43
Complementary color
Monochromatic Colors of #7ABA43
Black with #7ABA43
Text Example
Text Example
White with #7ABA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA43; }
p { color: rgb(122,186,67); }
H1.HeaderClassName
{
color: #7ABA43;
}
.AnyTagClassName
{
color: #7ABA43;
}
</style>
background-color css
<style>
a { background-color: #7ABA43; }
a { background-color: rgb(122,186,67); }
div.DivClassName
{
background-color: #7ABA43;
}
.BgClassName
{
background-color: #7ABA43;
}
</style>
border-color css
<style>
span { border-color: #7ABA43; }
span { border-color: rgb(122,186,67); }
td.TdClassName
{
border-color: #7ABA43;
}
.TagClassName
{
border-color: #7ABA43;
}
</style>