Shades of Apple #7AB63C
Tints of Apple #7AB63C
RGB
CMYK
RGB Variations
Color information
#7AB63C (or 0x7AB63C) is known color: Apple. HEX triplet: 7A, B6 and 3C. RGB value is (122,182,60). Sum of RGB (Red+Green+Blue) = 122+182+60=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 182 (71.48% from 255 or 50% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB63C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB63C is #8549C3. Grayscale: #969696. Windows color (decimal): -8735172 or 3978874. OLE color: 3978874.
HSL color Cylindrical-coordinate representation of color #7AB63C: hue angle of 89.51º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7AB63C is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 182 | 60 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.29 |
| HSL | 89.51º | 0.5% | 0.47% | - |
| HSV(B) | 89.51º | 0.67% | 0.71% | - |
| XYZ | 25.57 | 37.92 | 10.25 | - |
| YUV | 150.15 | 77.12 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 60 | 0.33 | 0 | 0.67 | 0.29 | 89.51 | 0.5 | 0.47 |
| Hex | 7A | B6 | 3C | 21 | 0 | 43 | 1D | 5A | 32 | 2F |
| Octal | 172 | 266 | 74 | 41 | 0 | 103 | 35 | 132 | 62 | 57 |
| Binary | 1111010 | 10110110 | 111100 | 100001 | 0 | 1000011 | 11101 | 1011010 | 110010 | 101111 |
Color Harmonies of #7AB63C
Complementary color
Monochromatic Colors of #7AB63C
Black with #7AB63C
Text Example
Text Example
White with #7AB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB63C; }
p { color: rgb(122,182,60); }
H1.HeaderClassName
{
color: #7AB63C;
}
.AnyTagClassName
{
color: #7AB63C;
}
</style>
background-color css
<style>
a { background-color: #7AB63C; }
a { background-color: rgb(122,182,60); }
div.DivClassName
{
background-color: #7AB63C;
}
.BgClassName
{
background-color: #7AB63C;
}
</style>
border-color css
<style>
span { border-color: #7AB63C; }
span { border-color: rgb(122,182,60); }
td.TdClassName
{
border-color: #7AB63C;
}
.TagClassName
{
border-color: #7AB63C;
}
</style>