Shades of Apple #71AA45
Tints of Apple #71AA45
RGB
CMYK
RGB Variations
Color information
#71AA45 (or 0x71AA45) is known color: Apple. HEX triplet: 71, AA and 45. RGB value is (113,170,69). Sum of RGB (Red+Green+Blue) = 113+170+69=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AA45 is #8E55BA. Grayscale: #8D8D8D. Windows color (decimal): -9328059 or 4565617. OLE color: 4565617.
HSL color Cylindrical-coordinate representation of color #71AA45: hue angle of 93.86º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71AA45 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 170 | 69 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.33 |
| HSL | 93.86º | 0.42% | 0.47% | - |
| HSV(B) | 93.86º | 0.59% | 0.67% | - |
| XYZ | 22.26 | 32.69 | 10.77 | - |
| YUV | 141.44 | 87.12 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 69 | 0.34 | 0 | 0.59 | 0.33 | 93.86 | 0.42 | 0.47 |
| Hex | 71 | AA | 45 | 22 | 0 | 3B | 21 | 5E | 2A | 2F |
| Octal | 161 | 252 | 105 | 42 | 0 | 73 | 41 | 136 | 52 | 57 |
| Binary | 1110001 | 10101010 | 1000101 | 100010 | 0 | 111011 | 100001 | 1011110 | 101010 | 101111 |
Color Harmonies of #71AA45
Complementary color
Monochromatic Colors of #71AA45
Black with #71AA45
Text Example
Text Example
White with #71AA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AA45; }
p { color: rgb(113,170,69); }
H1.HeaderClassName
{
color: #71AA45;
}
.AnyTagClassName
{
color: #71AA45;
}
</style>
background-color css
<style>
a { background-color: #71AA45; }
a { background-color: rgb(113,170,69); }
div.DivClassName
{
background-color: #71AA45;
}
.BgClassName
{
background-color: #71AA45;
}
</style>
border-color css
<style>
span { border-color: #71AA45; }
span { border-color: rgb(113,170,69); }
td.TdClassName
{
border-color: #71AA45;
}
.TagClassName
{
border-color: #71AA45;
}
</style>