Shades of Apple #7AB740
Tints of Apple #7AB740
RGB
CMYK
RGB Variations
Color information
#7AB740 (or 0x7AB740) is known color: Apple. HEX triplet: 7A, B7 and 40. RGB value is (122,183,64). Sum of RGB (Red+Green+Blue) = 122+183+64=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB740 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB740 is #8548BF. Grayscale: #979797. Windows color (decimal): -8734912 or 4241274. OLE color: 4241274.
HSL color Cylindrical-coordinate representation of color #7AB740: hue angle of 90.76º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7AB740 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 64 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.28 |
| HSL | 90.76º | 0.48% | 0.48% | - |
| HSV(B) | 90.76º | 0.65% | 0.72% | - |
| XYZ | 25.88 | 38.37 | 10.89 | - |
| YUV | 151.2 | 78.79 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 64 | 0.33 | 0 | 0.65 | 0.28 | 90.76 | 0.48 | 0.48 |
| Hex | 7A | B7 | 40 | 21 | 0 | 41 | 1C | 5B | 30 | 30 |
| Octal | 172 | 267 | 100 | 41 | 0 | 101 | 34 | 133 | 60 | 60 |
| Binary | 1111010 | 10110111 | 1000000 | 100001 | 0 | 1000001 | 11100 | 1011011 | 110000 | 110000 |
Color Harmonies of #7AB740
Complementary color
Monochromatic Colors of #7AB740
Black with #7AB740
Text Example
Text Example
White with #7AB740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB740; }
p { color: rgb(122,183,64); }
H1.HeaderClassName
{
color: #7AB740;
}
.AnyTagClassName
{
color: #7AB740;
}
</style>
background-color css
<style>
a { background-color: #7AB740; }
a { background-color: rgb(122,183,64); }
div.DivClassName
{
background-color: #7AB740;
}
.BgClassName
{
background-color: #7AB740;
}
</style>
border-color css
<style>
span { border-color: #7AB740; }
span { border-color: rgb(122,183,64); }
td.TdClassName
{
border-color: #7AB740;
}
.TagClassName
{
border-color: #7AB740;
}
</style>