Shades of Apple #71AB45
Tints of Apple #71AB45
RGB
CMYK
RGB Variations
Color information
#71AB45 (or 0x71AB45) is known color: Apple. HEX triplet: 71, AB and 45. RGB value is (113,171,69). Sum of RGB (Red+Green+Blue) = 113+171+69=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB45 is #8E54BA. Grayscale: #8E8E8E. Windows color (decimal): -9327803 or 4565873. OLE color: 4565873.
HSL color Cylindrical-coordinate representation of color #71AB45: hue angle of 94.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71AB45 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 171 | 69 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.33 |
| HSL | 94.12º | 0.43% | 0.47% | - |
| HSV(B) | 94.12º | 0.6% | 0.67% | - |
| XYZ | 22.45 | 33.07 | 10.83 | - |
| YUV | 142.03 | 86.78 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 171 | 69 | 0.34 | 0 | 0.60 | 0.33 | 94.12 | 0.43 | 0.47 |
| Hex | 71 | AB | 45 | 22 | 0 | 3C | 21 | 5E | 2A | 2F |
| Octal | 161 | 253 | 105 | 42 | 0 | 74 | 41 | 136 | 52 | 57 |
| Binary | 1110001 | 10101011 | 1000101 | 100010 | 0 | 111100 | 100001 | 1011110 | 101010 | 101111 |
Color Harmonies of #71AB45
Complementary color
Monochromatic Colors of #71AB45
Black with #71AB45
Text Example
Text Example
White with #71AB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AB45; }
p { color: rgb(113,171,69); }
H1.HeaderClassName
{
color: #71AB45;
}
.AnyTagClassName
{
color: #71AB45;
}
</style>
background-color css
<style>
a { background-color: #71AB45; }
a { background-color: rgb(113,171,69); }
div.DivClassName
{
background-color: #71AB45;
}
.BgClassName
{
background-color: #71AB45;
}
</style>
border-color css
<style>
span { border-color: #71AB45; }
span { border-color: rgb(113,171,69); }
td.TdClassName
{
border-color: #71AB45;
}
.TagClassName
{
border-color: #71AB45;
}
</style>