Shades of Apple #72AD4E
Tints of Apple #72AD4E
RGB
CMYK
RGB Variations
Color information
#72AD4E (or 0x72AD4E) is known color: Apple. HEX triplet: 72, AD and 4E. RGB value is (114,173,78). Sum of RGB (Red+Green+Blue) = 114+173+78=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AD4E is #8D52B1. Grayscale: #909090. Windows color (decimal): -9261746 or 5156210. OLE color: 5156210.
HSL color Cylindrical-coordinate representation of color #72AD4E: hue angle of 97.26º 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 #72AD4E is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 78 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.32 |
| HSL | 97.26º | 0.38% | 0.49% | - |
| HSV(B) | 97.26º | 0.55% | 0.68% | - |
| XYZ | 23.26 | 34.01 | 12.55 | - |
| YUV | 144.53 | 90.45 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 78 | 0.34 | 0 | 0.55 | 0.32 | 97.26 | 0.38 | 0.49 |
| Hex | 72 | AD | 4E | 22 | 0 | 37 | 20 | 61 | 26 | 31 |
| Octal | 162 | 255 | 116 | 42 | 0 | 67 | 40 | 141 | 46 | 61 |
| Binary | 1110010 | 10101101 | 1001110 | 100010 | 0 | 110111 | 100000 | 1100001 | 100110 | 110001 |
Color Harmonies of #72AD4E
Complementary color
Monochromatic Colors of #72AD4E
Black with #72AD4E
Text Example
Text Example
White with #72AD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD4E; }
p { color: rgb(114,173,78); }
H1.HeaderClassName
{
color: #72AD4E;
}
.AnyTagClassName
{
color: #72AD4E;
}
</style>
background-color css
<style>
a { background-color: #72AD4E; }
a { background-color: rgb(114,173,78); }
div.DivClassName
{
background-color: #72AD4E;
}
.BgClassName
{
background-color: #72AD4E;
}
</style>
border-color css
<style>
span { border-color: #72AD4E; }
span { border-color: rgb(114,173,78); }
td.TdClassName
{
border-color: #72AD4E;
}
.TagClassName
{
border-color: #72AD4E;
}
</style>