Shades of Apple #7AB340
Tints of Apple #7AB340
RGB
CMYK
RGB Variations
Color information
#7AB340 (or 0x7AB340) is known color: Apple. HEX triplet: 7A, B3 and 40. RGB value is (122,179,64). Sum of RGB (Red+Green+Blue) = 122+179+64=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB340 is #854CBF. Grayscale: #959595. Windows color (decimal): -8735936 or 4240250. OLE color: 4240250.
HSL color Cylindrical-coordinate representation of color #7AB340: hue angle of 89.74º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7AB340 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 64 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.30 |
| HSL | 89.74º | 0.47% | 0.48% | - |
| HSV(B) | 89.74º | 0.64% | 0.7% | - |
| XYZ | 25.07 | 36.75 | 10.62 | - |
| YUV | 148.85 | 80.12 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 64 | 0.32 | 0 | 0.64 | 0.30 | 89.74 | 0.47 | 0.48 |
| Hex | 7A | B3 | 40 | 20 | 0 | 40 | 1E | 5A | 2F | 30 |
| Octal | 172 | 263 | 100 | 40 | 0 | 100 | 36 | 132 | 57 | 60 |
| Binary | 1111010 | 10110011 | 1000000 | 100000 | 0 | 1000000 | 11110 | 1011010 | 101111 | 110000 |
Color Harmonies of #7AB340
Complementary color
Monochromatic Colors of #7AB340
Black with #7AB340
Text Example
Text Example
White with #7AB340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB340; }
p { color: rgb(122,179,64); }
H1.HeaderClassName
{
color: #7AB340;
}
.AnyTagClassName
{
color: #7AB340;
}
</style>
background-color css
<style>
a { background-color: #7AB340; }
a { background-color: rgb(122,179,64); }
div.DivClassName
{
background-color: #7AB340;
}
.BgClassName
{
background-color: #7AB340;
}
</style>
border-color css
<style>
span { border-color: #7AB340; }
span { border-color: rgb(122,179,64); }
td.TdClassName
{
border-color: #7AB340;
}
.TagClassName
{
border-color: #7AB340;
}
</style>