Shades of Apple #71AA4D
Tints of Apple #71AA4D
RGB
CMYK
RGB Variations
Color information
#71AA4D (or 0x71AA4D) is known color: Apple. HEX triplet: 71, AA and 4D. RGB value is (113,170,77). Sum of RGB (Red+Green+Blue) = 113+170+77=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AA4D is #8E55B2. Grayscale: #8E8E8E. Windows color (decimal): -9328051 or 5089905. OLE color: 5089905.
HSL color Cylindrical-coordinate representation of color #71AA4D: hue angle of 96.77º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71AA4D is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 170 | 77 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.33 |
| HSL | 96.77º | 0.38% | 0.48% | - |
| HSV(B) | 96.77º | 0.55% | 0.67% | - |
| XYZ | 22.52 | 32.8 | 12.16 | - |
| YUV | 142.36 | 91.12 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 77 | 0.34 | 0 | 0.55 | 0.33 | 96.77 | 0.38 | 0.48 |
| Hex | 71 | AA | 4D | 22 | 0 | 37 | 21 | 61 | 26 | 30 |
| Octal | 161 | 252 | 115 | 42 | 0 | 67 | 41 | 141 | 46 | 60 |
| Binary | 1110001 | 10101010 | 1001101 | 100010 | 0 | 110111 | 100001 | 1100001 | 100110 | 110000 |
Color Harmonies of #71AA4D
Complementary color
Monochromatic Colors of #71AA4D
Black with #71AA4D
Text Example
Text Example
White with #71AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AA4D; }
p { color: rgb(113,170,77); }
H1.HeaderClassName
{
color: #71AA4D;
}
.AnyTagClassName
{
color: #71AA4D;
}
</style>
background-color css
<style>
a { background-color: #71AA4D; }
a { background-color: rgb(113,170,77); }
div.DivClassName
{
background-color: #71AA4D;
}
.BgClassName
{
background-color: #71AA4D;
}
</style>
border-color css
<style>
span { border-color: #71AA4D; }
span { border-color: rgb(113,170,77); }
td.TdClassName
{
border-color: #71AA4D;
}
.TagClassName
{
border-color: #71AA4D;
}
</style>