Shades of Apple #7AB240
Tints of Apple #7AB240
RGB
CMYK
RGB Variations
Color information
#7AB240 (or 0x7AB240) is known color: Apple. HEX triplet: 7A, B2 and 40. RGB value is (122,178,64). Sum of RGB (Red+Green+Blue) = 122+178+64=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 178 (69.92% from 255 or 48.90% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB240 is #854DBF. Grayscale: #949494. Windows color (decimal): -8736192 or 4239994. OLE color: 4239994.
HSL color Cylindrical-coordinate representation of color #7AB240: hue angle of 89.47º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7AB240 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 64 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.30 |
| HSL | 89.47º | 0.47% | 0.47% | - |
| HSV(B) | 89.47º | 0.64% | 0.7% | - |
| XYZ | 24.87 | 36.35 | 10.56 | - |
| YUV | 148.26 | 80.45 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 64 | 0.31 | 0 | 0.64 | 0.30 | 89.47 | 0.47 | 0.47 |
| Hex | 7A | B2 | 40 | 1F | 0 | 40 | 1E | 59 | 2F | 2F |
| Octal | 172 | 262 | 100 | 37 | 0 | 100 | 36 | 131 | 57 | 57 |
| Binary | 1111010 | 10110010 | 1000000 | 11111 | 0 | 1000000 | 11110 | 1011001 | 101111 | 101111 |
Color Harmonies of #7AB240
Complementary color
Monochromatic Colors of #7AB240
Black with #7AB240
Text Example
Text Example
White with #7AB240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB240; }
p { color: rgb(122,178,64); }
H1.HeaderClassName
{
color: #7AB240;
}
.AnyTagClassName
{
color: #7AB240;
}
</style>
background-color css
<style>
a { background-color: #7AB240; }
a { background-color: rgb(122,178,64); }
div.DivClassName
{
background-color: #7AB240;
}
.BgClassName
{
background-color: #7AB240;
}
</style>
border-color css
<style>
span { border-color: #7AB240; }
span { border-color: rgb(122,178,64); }
td.TdClassName
{
border-color: #7AB240;
}
.TagClassName
{
border-color: #7AB240;
}
</style>