Shades of Apple #71A841
Tints of Apple #71A841
RGB
CMYK
RGB Variations
Color information
#71A841 (or 0x71A841) is known color: Apple. HEX triplet: 71, A8 and 41. RGB value is (113,168,65). Sum of RGB (Red+Green+Blue) = 113+168+65=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 168 - color contains mainly: green. Hex color #71A841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A841 is #8E57BE. Grayscale: #8C8C8C. Windows color (decimal): -9328575 or 4302961. OLE color: 4302961.
HSL color Cylindrical-coordinate representation of color #71A841: hue angle of 92.04º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71A841 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 168 | 65 | - |
| CMYK | 0.33 | 0 | 0.61 | 0.34 |
| HSL | 92.04º | 0.44% | 0.46% | - |
| HSV(B) | 92.04º | 0.61% | 0.66% | - |
| XYZ | 21.77 | 31.9 | 10.01 | - |
| YUV | 139.81 | 85.78 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 65 | 0.33 | 0 | 0.61 | 0.34 | 92.04 | 0.44 | 0.46 |
| Hex | 71 | A8 | 41 | 21 | 0 | 3D | 22 | 5C | 2C | 2E |
| Octal | 161 | 250 | 101 | 41 | 0 | 75 | 42 | 134 | 54 | 56 |
| Binary | 1110001 | 10101000 | 1000001 | 100001 | 0 | 111101 | 100010 | 1011100 | 101100 | 101110 |
Color Harmonies of #71A841
Complementary color
Monochromatic Colors of #71A841
Black with #71A841
Text Example
Text Example
White with #71A841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A841; }
p { color: rgb(113,168,65); }
H1.HeaderClassName
{
color: #71A841;
}
.AnyTagClassName
{
color: #71A841;
}
</style>
background-color css
<style>
a { background-color: #71A841; }
a { background-color: rgb(113,168,65); }
div.DivClassName
{
background-color: #71A841;
}
.BgClassName
{
background-color: #71A841;
}
</style>
border-color css
<style>
span { border-color: #71A841; }
span { border-color: rgb(113,168,65); }
td.TdClassName
{
border-color: #71A841;
}
.TagClassName
{
border-color: #71A841;
}
</style>