Shades of Apple #71A93C
Tints of Apple #71A93C
RGB
CMYK
RGB Variations
Color information
#71A93C (or 0x71A93C) is known color: Apple. HEX triplet: 71, A9 and 3C. RGB value is (113,169,60). Sum of RGB (Red+Green+Blue) = 113+169+60=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 169 (66.41% from 255 or 49.42% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 169 - color contains mainly: green. Hex color #71A93C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A93C is #8E56C3. Grayscale: #8C8C8C. Windows color (decimal): -9328324 or 3975537. OLE color: 3975537.
HSL color Cylindrical-coordinate representation of color #71A93C: hue angle of 90.83º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71A93C is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 169 | 60 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.34 |
| HSL | 90.83º | 0.48% | 0.45% | - |
| HSV(B) | 90.83º | 0.64% | 0.66% | - |
| XYZ | 21.81 | 32.21 | 9.34 | - |
| YUV | 139.83 | 82.95 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 169 | 60 | 0.33 | 0 | 0.64 | 0.34 | 90.83 | 0.48 | 0.45 |
| Hex | 71 | A9 | 3C | 21 | 0 | 40 | 22 | 5B | 30 | 2D |
| Octal | 161 | 251 | 74 | 41 | 0 | 100 | 42 | 133 | 60 | 55 |
| Binary | 1110001 | 10101001 | 111100 | 100001 | 0 | 1000000 | 100010 | 1011011 | 110000 | 101101 |
Color Harmonies of #71A93C
Complementary color
Monochromatic Colors of #71A93C
Black with #71A93C
Text Example
Text Example
White with #71A93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A93C; }
p { color: rgb(113,169,60); }
H1.HeaderClassName
{
color: #71A93C;
}
.AnyTagClassName
{
color: #71A93C;
}
</style>
background-color css
<style>
a { background-color: #71A93C; }
a { background-color: rgb(113,169,60); }
div.DivClassName
{
background-color: #71A93C;
}
.BgClassName
{
background-color: #71A93C;
}
</style>
border-color css
<style>
span { border-color: #71A93C; }
span { border-color: rgb(113,169,60); }
td.TdClassName
{
border-color: #71A93C;
}
.TagClassName
{
border-color: #71A93C;
}
</style>