Shades of Apple #72AD42
Tints of Apple #72AD42
RGB
CMYK
RGB Variations
Color information
#72AD42 (or 0x72AD42) is known color: Apple. HEX triplet: 72, AD and 42. RGB value is (114,173,66). Sum of RGB (Red+Green+Blue) = 114+173+66=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AD42 is #8D52BD. Grayscale: #8F8F8F. Windows color (decimal): -9261758 or 4369778. OLE color: 4369778.
HSL color Cylindrical-coordinate representation of color #72AD42: hue angle of 93.08º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72AD42 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 66 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.32 |
| HSL | 93.08º | 0.45% | 0.47% | - |
| HSV(B) | 93.08º | 0.62% | 0.68% | - |
| XYZ | 22.87 | 33.86 | 10.48 | - |
| YUV | 143.16 | 84.45 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 66 | 0.34 | 0 | 0.62 | 0.32 | 93.08 | 0.45 | 0.47 |
| Hex | 72 | AD | 42 | 22 | 0 | 3E | 20 | 5D | 2D | 2F |
| Octal | 162 | 255 | 102 | 42 | 0 | 76 | 40 | 135 | 55 | 57 |
| Binary | 1110010 | 10101101 | 1000010 | 100010 | 0 | 111110 | 100000 | 1011101 | 101101 | 101111 |
Color Harmonies of #72AD42
Complementary color
Monochromatic Colors of #72AD42
Black with #72AD42
Text Example
Text Example
White with #72AD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD42; }
p { color: rgb(114,173,66); }
H1.HeaderClassName
{
color: #72AD42;
}
.AnyTagClassName
{
color: #72AD42;
}
</style>
background-color css
<style>
a { background-color: #72AD42; }
a { background-color: rgb(114,173,66); }
div.DivClassName
{
background-color: #72AD42;
}
.BgClassName
{
background-color: #72AD42;
}
</style>
border-color css
<style>
span { border-color: #72AD42; }
span { border-color: rgb(114,173,66); }
td.TdClassName
{
border-color: #72AD42;
}
.TagClassName
{
border-color: #72AD42;
}
</style>