Shades of Apple #72AD4D
Tints of Apple #72AD4D
RGB
CMYK
RGB Variations
Color information
#72AD4D (or 0x72AD4D) is known color: Apple. HEX triplet: 72, AD and 4D. RGB value is (114,173,77). Sum of RGB (Red+Green+Blue) = 114+173+77=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AD4D is #8D52B2. Grayscale: #909090. Windows color (decimal): -9261747 or 5090674. OLE color: 5090674.
HSL color Cylindrical-coordinate representation of color #72AD4D: hue angle of 96.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72AD4D is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 77 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.32 |
| HSL | 96.88º | 0.38% | 0.49% | - |
| HSV(B) | 96.88º | 0.55% | 0.68% | - |
| XYZ | 23.22 | 34 | 12.36 | - |
| YUV | 144.42 | 89.95 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 77 | 0.34 | 0 | 0.55 | 0.32 | 96.88 | 0.38 | 0.49 |
| Hex | 72 | AD | 4D | 22 | 0 | 37 | 20 | 61 | 26 | 31 |
| Octal | 162 | 255 | 115 | 42 | 0 | 67 | 40 | 141 | 46 | 61 |
| Binary | 1110010 | 10101101 | 1001101 | 100010 | 0 | 110111 | 100000 | 1100001 | 100110 | 110001 |
Color Harmonies of #72AD4D
Complementary color
Monochromatic Colors of #72AD4D
Black with #72AD4D
Text Example
Text Example
White with #72AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD4D; }
p { color: rgb(114,173,77); }
H1.HeaderClassName
{
color: #72AD4D;
}
.AnyTagClassName
{
color: #72AD4D;
}
</style>
background-color css
<style>
a { background-color: #72AD4D; }
a { background-color: rgb(114,173,77); }
div.DivClassName
{
background-color: #72AD4D;
}
.BgClassName
{
background-color: #72AD4D;
}
</style>
border-color css
<style>
span { border-color: #72AD4D; }
span { border-color: rgb(114,173,77); }
td.TdClassName
{
border-color: #72AD4D;
}
.TagClassName
{
border-color: #72AD4D;
}
</style>