Shades of Apple #7AB545
Tints of Apple #7AB545
RGB
CMYK
RGB Variations
Color information
#7AB545 (or 0x7AB545) is known color: Apple. HEX triplet: 7A, B5 and 45. RGB value is (122,181,69). Sum of RGB (Red+Green+Blue) = 122+181+69=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB545 is #854ABA. Grayscale: #969696. Windows color (decimal): -8735419 or 4568442. OLE color: 4568442.
HSL color Cylindrical-coordinate representation of color #7AB545: hue angle of 91.61º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7AB545 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 69 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.29 |
| HSL | 91.61º | 0.45% | 0.49% | - |
| HSV(B) | 91.61º | 0.62% | 0.71% | - |
| XYZ | 25.62 | 37.61 | 11.54 | - |
| YUV | 150.59 | 81.95 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 69 | 0.33 | 0 | 0.62 | 0.29 | 91.61 | 0.45 | 0.49 |
| Hex | 7A | B5 | 45 | 21 | 0 | 3E | 1D | 5C | 2D | 31 |
| Octal | 172 | 265 | 105 | 41 | 0 | 76 | 35 | 134 | 55 | 61 |
| Binary | 1111010 | 10110101 | 1000101 | 100001 | 0 | 111110 | 11101 | 1011100 | 101101 | 110001 |
Color Harmonies of #7AB545
Complementary color
Monochromatic Colors of #7AB545
Black with #7AB545
Text Example
Text Example
White with #7AB545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB545; }
p { color: rgb(122,181,69); }
H1.HeaderClassName
{
color: #7AB545;
}
.AnyTagClassName
{
color: #7AB545;
}
</style>
background-color css
<style>
a { background-color: #7AB545; }
a { background-color: rgb(122,181,69); }
div.DivClassName
{
background-color: #7AB545;
}
.BgClassName
{
background-color: #7AB545;
}
</style>
border-color css
<style>
span { border-color: #7AB545; }
span { border-color: rgb(122,181,69); }
td.TdClassName
{
border-color: #7AB545;
}
.TagClassName
{
border-color: #7AB545;
}
</style>