Shades of Apple #71B137
Tints of Apple #71B137
RGB
CMYK
RGB Variations
Color information
#71B137 (or 0x71B137) is known color: Apple. HEX triplet: 71, B1 and 37. RGB value is (113,177,55). Sum of RGB (Red+Green+Blue) = 113+177+55=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #71B137 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71B137 is #8E4EC8. Grayscale: #909090. Windows color (decimal): -9326281 or 3649905. OLE color: 3649905.
HSL color Cylindrical-coordinate representation of color #71B137: hue angle of 91.48º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71B137 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 177 | 55 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.31 |
| HSL | 91.48º | 0.53% | 0.45% | - |
| HSV(B) | 91.48º | 0.69% | 0.69% | - |
| XYZ | 23.22 | 35.23 | 9.19 | - |
| YUV | 143.96 | 77.8 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 177 | 55 | 0.36 | 0 | 0.69 | 0.31 | 91.48 | 0.53 | 0.45 |
| Hex | 71 | B1 | 37 | 24 | 0 | 45 | 1F | 5B | 35 | 2D |
| Octal | 161 | 261 | 67 | 44 | 0 | 105 | 37 | 133 | 65 | 55 |
| Binary | 1110001 | 10110001 | 110111 | 100100 | 0 | 1000101 | 11111 | 1011011 | 110101 | 101101 |
Color Harmonies of #71B137
Complementary color
Monochromatic Colors of #71B137
Black with #71B137
Text Example
Text Example
White with #71B137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B137; }
p { color: rgb(113,177,55); }
H1.HeaderClassName
{
color: #71B137;
}
.AnyTagClassName
{
color: #71B137;
}
</style>
background-color css
<style>
a { background-color: #71B137; }
a { background-color: rgb(113,177,55); }
div.DivClassName
{
background-color: #71B137;
}
.BgClassName
{
background-color: #71B137;
}
</style>
border-color css
<style>
span { border-color: #71B137; }
span { border-color: rgb(113,177,55); }
td.TdClassName
{
border-color: #71B137;
}
.TagClassName
{
border-color: #71B137;
}
</style>