Shades of Apple #71B155
Tints of Apple #71B155
RGB
CMYK
RGB Variations
Color information
#71B155 (or 0x71B155) is known color: Apple. HEX triplet: 71, B1 and 55. RGB value is (113,177,85). Sum of RGB (Red+Green+Blue) = 113+177+85=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #71B155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B155 is #8E4EAA. Grayscale: #939393. Windows color (decimal): -9326251 or 5615985. OLE color: 5615985.
HSL color Cylindrical-coordinate representation of color #71B155: hue angle of 101.74º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71B155 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 177 | 85 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.31 |
| HSL | 101.74º | 0.37% | 0.51% | - |
| HSV(B) | 101.74º | 0.52% | 0.69% | - |
| XYZ | 24.17 | 35.61 | 14.19 | - |
| YUV | 147.38 | 92.8 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 177 | 85 | 0.36 | 0 | 0.52 | 0.31 | 101.74 | 0.37 | 0.51 |
| Hex | 71 | B1 | 55 | 24 | 0 | 34 | 1F | 66 | 25 | 33 |
| Octal | 161 | 261 | 125 | 44 | 0 | 64 | 37 | 146 | 45 | 63 |
| Binary | 1110001 | 10110001 | 1010101 | 100100 | 0 | 110100 | 11111 | 1100110 | 100101 | 110011 |
Color Harmonies of #71B155
Complementary color
Monochromatic Colors of #71B155
Black with #71B155
Text Example
Text Example
White with #71B155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B155; }
p { color: rgb(113,177,85); }
H1.HeaderClassName
{
color: #71B155;
}
.AnyTagClassName
{
color: #71B155;
}
</style>
background-color css
<style>
a { background-color: #71B155; }
a { background-color: rgb(113,177,85); }
div.DivClassName
{
background-color: #71B155;
}
.BgClassName
{
background-color: #71B155;
}
</style>
border-color css
<style>
span { border-color: #71B155; }
span { border-color: rgb(113,177,85); }
td.TdClassName
{
border-color: #71B155;
}
.TagClassName
{
border-color: #71B155;
}
</style>