Shades of Apple #71B749
Tints of Apple #71B749
RGB
CMYK
RGB Variations
Color information
#71B749 (or 0x71B749) is known color: Apple. HEX triplet: 71, B7 and 49. RGB value is (113,183,73). Sum of RGB (Red+Green+Blue) = 113+183+73=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #71B749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B749 is #8E48B6. Grayscale: #959595. Windows color (decimal): -9324727 or 4831089. OLE color: 4831089.
HSL color Cylindrical-coordinate representation of color #71B749: hue angle of 98.18º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71B749 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 183 | 73 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.28 |
| HSL | 98.18º | 0.43% | 0.5% | - |
| HSV(B) | 98.18º | 0.6% | 0.72% | - |
| XYZ | 24.95 | 37.86 | 12.3 | - |
| YUV | 149.53 | 84.81 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 183 | 73 | 0.38 | 0 | 0.60 | 0.28 | 98.18 | 0.43 | 0.5 |
| Hex | 71 | B7 | 49 | 26 | 0 | 3C | 1C | 62 | 2B | 32 |
| Octal | 161 | 267 | 111 | 46 | 0 | 74 | 34 | 142 | 53 | 62 |
| Binary | 1110001 | 10110111 | 1001001 | 100110 | 0 | 111100 | 11100 | 1100010 | 101011 | 110010 |
Color Harmonies of #71B749
Complementary color
Monochromatic Colors of #71B749
Black with #71B749
Text Example
Text Example
White with #71B749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B749; }
p { color: rgb(113,183,73); }
H1.HeaderClassName
{
color: #71B749;
}
.AnyTagClassName
{
color: #71B749;
}
</style>
background-color css
<style>
a { background-color: #71B749; }
a { background-color: rgb(113,183,73); }
div.DivClassName
{
background-color: #71B749;
}
.BgClassName
{
background-color: #71B749;
}
</style>
border-color css
<style>
span { border-color: #71B749; }
span { border-color: rgb(113,183,73); }
td.TdClassName
{
border-color: #71B749;
}
.TagClassName
{
border-color: #71B749;
}
</style>