Shades of Apple #7AB53D
Tints of Apple #7AB53D
RGB
CMYK
RGB Variations
Color information
#7AB53D (or 0x7AB53D) is known color: Apple. HEX triplet: 7A, B5 and 3D. RGB value is (122,181,61). Sum of RGB (Red+Green+Blue) = 122+181+61=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB53D is #854AC2. Grayscale: #969696. Windows color (decimal): -8735427 or 4044154. OLE color: 4044154.
HSL color Cylindrical-coordinate representation of color #7AB53D: hue angle of 89.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7AB53D is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 61 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.29 |
| HSL | 89.5º | 0.5% | 0.47% | - |
| HSV(B) | 89.5º | 0.66% | 0.71% | - |
| XYZ | 25.39 | 37.52 | 10.32 | - |
| YUV | 149.68 | 77.95 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 61 | 0.33 | 0 | 0.66 | 0.29 | 89.5 | 0.5 | 0.47 |
| Hex | 7A | B5 | 3D | 21 | 0 | 42 | 1D | 5A | 32 | 2F |
| Octal | 172 | 265 | 75 | 41 | 0 | 102 | 35 | 132 | 62 | 57 |
| Binary | 1111010 | 10110101 | 111101 | 100001 | 0 | 1000010 | 11101 | 1011010 | 110010 | 101111 |
Color Harmonies of #7AB53D
Complementary color
Monochromatic Colors of #7AB53D
Black with #7AB53D
Text Example
Text Example
White with #7AB53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB53D; }
p { color: rgb(122,181,61); }
H1.HeaderClassName
{
color: #7AB53D;
}
.AnyTagClassName
{
color: #7AB53D;
}
</style>
background-color css
<style>
a { background-color: #7AB53D; }
a { background-color: rgb(122,181,61); }
div.DivClassName
{
background-color: #7AB53D;
}
.BgClassName
{
background-color: #7AB53D;
}
</style>
border-color css
<style>
span { border-color: #7AB53D; }
span { border-color: rgb(122,181,61); }
td.TdClassName
{
border-color: #7AB53D;
}
.TagClassName
{
border-color: #7AB53D;
}
</style>