Shades of Apple #7AB63D
Tints of Apple #7AB63D
RGB
CMYK
RGB Variations
Color information
#7AB63D (or 0x7AB63D) is known color: Apple. HEX triplet: 7A, B6 and 3D. RGB value is (122,182,61). Sum of RGB (Red+Green+Blue) = 122+182+61=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB63D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB63D is #8549C2. Grayscale: #969696. Windows color (decimal): -8735171 or 4044410. OLE color: 4044410.
HSL color Cylindrical-coordinate representation of color #7AB63D: hue angle of 89.75º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7AB63D is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 182 | 61 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.29 |
| HSL | 89.75º | 0.5% | 0.48% | - |
| HSV(B) | 89.75º | 0.66% | 0.71% | - |
| XYZ | 25.6 | 37.93 | 10.39 | - |
| YUV | 150.27 | 77.62 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 61 | 0.33 | 0 | 0.66 | 0.29 | 89.75 | 0.5 | 0.48 |
| Hex | 7A | B6 | 3D | 21 | 0 | 42 | 1D | 5A | 32 | 30 |
| Octal | 172 | 266 | 75 | 41 | 0 | 102 | 35 | 132 | 62 | 60 |
| Binary | 1111010 | 10110110 | 111101 | 100001 | 0 | 1000010 | 11101 | 1011010 | 110010 | 110000 |
Color Harmonies of #7AB63D
Complementary color
Monochromatic Colors of #7AB63D
Black with #7AB63D
Text Example
Text Example
White with #7AB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB63D; }
p { color: rgb(122,182,61); }
H1.HeaderClassName
{
color: #7AB63D;
}
.AnyTagClassName
{
color: #7AB63D;
}
</style>
background-color css
<style>
a { background-color: #7AB63D; }
a { background-color: rgb(122,182,61); }
div.DivClassName
{
background-color: #7AB63D;
}
.BgClassName
{
background-color: #7AB63D;
}
</style>
border-color css
<style>
span { border-color: #7AB63D; }
span { border-color: rgb(122,182,61); }
td.TdClassName
{
border-color: #7AB63D;
}
.TagClassName
{
border-color: #7AB63D;
}
</style>