Shades of Apple #72AC55
Tints of Apple #72AC55
RGB
CMYK
RGB Variations
Color information
#72AC55 (or 0x72AC55) is known color: Apple. HEX triplet: 72, AC and 55. RGB value is (114,172,85). Sum of RGB (Red+Green+Blue) = 114+172+85=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #72AC55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AC55 is #8D53AA. Grayscale: #919191. Windows color (decimal): -9261995 or 5614706. OLE color: 5614706.
HSL color Cylindrical-coordinate representation of color #72AC55: hue angle of 100º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72AC55 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 172 | 85 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.33 |
| HSL | 100º | 0.34% | 0.5% | - |
| HSV(B) | 100º | 0.51% | 0.67% | - |
| XYZ | 23.33 | 33.74 | 13.88 | - |
| YUV | 144.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 172 | 85 | 0.34 | 0 | 0.51 | 0.33 | 100 | 0.34 | 0.5 |
| Hex | 72 | AC | 55 | 22 | 0 | 33 | 21 | 64 | 22 | 32 |
| Octal | 162 | 254 | 125 | 42 | 0 | 63 | 41 | 144 | 42 | 62 |
| Binary | 1110010 | 10101100 | 1010101 | 100010 | 0 | 110011 | 100001 | 1100100 | 100010 | 110010 |
Color Harmonies of #72AC55
Complementary color
Monochromatic Colors of #72AC55
Black with #72AC55
Text Example
Text Example
White with #72AC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AC55; }
p { color: rgb(114,172,85); }
H1.HeaderClassName
{
color: #72AC55;
}
.AnyTagClassName
{
color: #72AC55;
}
</style>
background-color css
<style>
a { background-color: #72AC55; }
a { background-color: rgb(114,172,85); }
div.DivClassName
{
background-color: #72AC55;
}
.BgClassName
{
background-color: #72AC55;
}
</style>
border-color css
<style>
span { border-color: #72AC55; }
span { border-color: rgb(114,172,85); }
td.TdClassName
{
border-color: #72AC55;
}
.TagClassName
{
border-color: #72AC55;
}
</style>