Shades of Apple #7AB242
Tints of Apple #7AB242
RGB
CMYK
RGB Variations
Color information
#7AB242 (or 0x7AB242) is known color: Apple. HEX triplet: 7A, B2 and 42. RGB value is (122,178,66). Sum of RGB (Red+Green+Blue) = 122+178+66=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB242 is #854DBD. Grayscale: #949494. Windows color (decimal): -8736190 or 4371066. OLE color: 4371066.
HSL color Cylindrical-coordinate representation of color #7AB242: hue angle of 90º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7AB242 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 66 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.30 |
| HSL | 90º | 0.46% | 0.48% | - |
| HSV(B) | 90º | 0.63% | 0.7% | - |
| XYZ | 24.93 | 36.37 | 10.86 | - |
| YUV | 148.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 66 | 0.31 | 0 | 0.63 | 0.30 | 90 | 0.46 | 0.48 |
| Hex | 7A | B2 | 42 | 1F | 0 | 3F | 1E | 5A | 2E | 30 |
| Octal | 172 | 262 | 102 | 37 | 0 | 77 | 36 | 132 | 56 | 60 |
| Binary | 1111010 | 10110010 | 1000010 | 11111 | 0 | 111111 | 11110 | 1011010 | 101110 | 110000 |
Color Harmonies of #7AB242
Complementary color
Monochromatic Colors of #7AB242
Black with #7AB242
Text Example
Text Example
White with #7AB242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB242; }
p { color: rgb(122,178,66); }
H1.HeaderClassName
{
color: #7AB242;
}
.AnyTagClassName
{
color: #7AB242;
}
</style>
background-color css
<style>
a { background-color: #7AB242; }
a { background-color: rgb(122,178,66); }
div.DivClassName
{
background-color: #7AB242;
}
.BgClassName
{
background-color: #7AB242;
}
</style>
border-color css
<style>
span { border-color: #7AB242; }
span { border-color: rgb(122,178,66); }
td.TdClassName
{
border-color: #7AB242;
}
.TagClassName
{
border-color: #7AB242;
}
</style>