Shades of Apple #7AB546
Tints of Apple #7AB546
RGB
CMYK
RGB Variations
Color information
#7AB546 (or 0x7AB546) is known color: Apple. HEX triplet: 7A, B5 and 46. RGB value is (122,181,70). Sum of RGB (Red+Green+Blue) = 122+181+70=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 181 (71.09% from 255 or 48.53% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB546 is #854AB9. Grayscale: #979797. Windows color (decimal): -8735418 or 4633978. OLE color: 4633978.
HSL color Cylindrical-coordinate representation of color #7AB546: hue angle of 91.89º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7AB546 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 70 | - |
| CMYK | 0.33 | 0 | 0.61 | 0.29 |
| HSL | 91.89º | 0.44% | 0.49% | - |
| HSV(B) | 91.89º | 0.61% | 0.71% | - |
| XYZ | 25.66 | 37.63 | 11.71 | - |
| YUV | 150.71 | 82.45 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 70 | 0.33 | 0 | 0.61 | 0.29 | 91.89 | 0.44 | 0.49 |
| Hex | 7A | B5 | 46 | 21 | 0 | 3D | 1D | 5C | 2C | 31 |
| Octal | 172 | 265 | 106 | 41 | 0 | 75 | 35 | 134 | 54 | 61 |
| Binary | 1111010 | 10110101 | 1000110 | 100001 | 0 | 111101 | 11101 | 1011100 | 101100 | 110001 |
Color Harmonies of #7AB546
Complementary color
Monochromatic Colors of #7AB546
Black with #7AB546
Text Example
Text Example
White with #7AB546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB546; }
p { color: rgb(122,181,70); }
H1.HeaderClassName
{
color: #7AB546;
}
.AnyTagClassName
{
color: #7AB546;
}
</style>
background-color css
<style>
a { background-color: #7AB546; }
a { background-color: rgb(122,181,70); }
div.DivClassName
{
background-color: #7AB546;
}
.BgClassName
{
background-color: #7AB546;
}
</style>
border-color css
<style>
span { border-color: #7AB546; }
span { border-color: rgb(122,181,70); }
td.TdClassName
{
border-color: #7AB546;
}
.TagClassName
{
border-color: #7AB546;
}
</style>