Shades of Apple #7AB642
Tints of Apple #7AB642
RGB
CMYK
RGB Variations
Color information
#7AB642 (or 0x7AB642) is known color: Apple. HEX triplet: 7A, B6 and 42. RGB value is (122,182,66). Sum of RGB (Red+Green+Blue) = 122+182+66=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB642 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB642 is #8549BD. Grayscale: #979797. Windows color (decimal): -8735166 or 4372090. OLE color: 4372090.
HSL color Cylindrical-coordinate representation of color #7AB642: hue angle of 91.03º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7AB642 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 182 | 66 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.29 |
| HSL | 91.03º | 0.47% | 0.49% | - |
| HSV(B) | 91.03º | 0.64% | 0.71% | - |
| XYZ | 25.74 | 37.99 | 11.13 | - |
| YUV | 150.84 | 80.12 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 66 | 0.33 | 0 | 0.64 | 0.29 | 91.03 | 0.47 | 0.49 |
| Hex | 7A | B6 | 42 | 21 | 0 | 40 | 1D | 5B | 2F | 31 |
| Octal | 172 | 266 | 102 | 41 | 0 | 100 | 35 | 133 | 57 | 61 |
| Binary | 1111010 | 10110110 | 1000010 | 100001 | 0 | 1000000 | 11101 | 1011011 | 101111 | 110001 |
Color Harmonies of #7AB642
Complementary color
Monochromatic Colors of #7AB642
Black with #7AB642
Text Example
Text Example
White with #7AB642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB642; }
p { color: rgb(122,182,66); }
H1.HeaderClassName
{
color: #7AB642;
}
.AnyTagClassName
{
color: #7AB642;
}
</style>
background-color css
<style>
a { background-color: #7AB642; }
a { background-color: rgb(122,182,66); }
div.DivClassName
{
background-color: #7AB642;
}
.BgClassName
{
background-color: #7AB642;
}
</style>
border-color css
<style>
span { border-color: #7AB642; }
span { border-color: rgb(122,182,66); }
td.TdClassName
{
border-color: #7AB642;
}
.TagClassName
{
border-color: #7AB642;
}
</style>