Shades of Apple #7AB845
Tints of Apple #7AB845
RGB
CMYK
RGB Variations
Color information
#7AB845 (or 0x7AB845) is known color: Apple. HEX triplet: 7A, B8 and 45. RGB value is (122,184,69). Sum of RGB (Red+Green+Blue) = 122+184+69=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB845 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB845 is #8547BA. Grayscale: #989898. Windows color (decimal): -8734651 or 4569210. OLE color: 4569210.
HSL color Cylindrical-coordinate representation of color #7AB845: hue angle of 92.35º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7AB845 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 69 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.28 |
| HSL | 92.35º | 0.45% | 0.5% | - |
| HSV(B) | 92.35º | 0.63% | 0.72% | - |
| XYZ | 26.24 | 38.85 | 11.75 | - |
| YUV | 152.35 | 80.96 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 69 | 0.34 | 0 | 0.62 | 0.28 | 92.35 | 0.45 | 0.5 |
| Hex | 7A | B8 | 45 | 22 | 0 | 3E | 1C | 5C | 2D | 32 |
| Octal | 172 | 270 | 105 | 42 | 0 | 76 | 34 | 134 | 55 | 62 |
| Binary | 1111010 | 10111000 | 1000101 | 100010 | 0 | 111110 | 11100 | 1011100 | 101101 | 110010 |
Color Harmonies of #7AB845
Complementary color
Monochromatic Colors of #7AB845
Black with #7AB845
Text Example
Text Example
White with #7AB845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB845; }
p { color: rgb(122,184,69); }
H1.HeaderClassName
{
color: #7AB845;
}
.AnyTagClassName
{
color: #7AB845;
}
</style>
background-color css
<style>
a { background-color: #7AB845; }
a { background-color: rgb(122,184,69); }
div.DivClassName
{
background-color: #7AB845;
}
.BgClassName
{
background-color: #7AB845;
}
</style>
border-color css
<style>
span { border-color: #7AB845; }
span { border-color: rgb(122,184,69); }
td.TdClassName
{
border-color: #7AB845;
}
.TagClassName
{
border-color: #7AB845;
}
</style>