Shades of Apple #72AD3F
Tints of Apple #72AD3F
RGB
CMYK
RGB Variations
Color information
#72AD3F (or 0x72AD3F) is known color: Apple. HEX triplet: 72, AD and 3F. RGB value is (114,173,63). Sum of RGB (Red+Green+Blue) = 114+173+63=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AD3F is #8D52C0. Grayscale: #8F8F8F. Windows color (decimal): -9261761 or 4173170. OLE color: 4173170.
HSL color Cylindrical-coordinate representation of color #72AD3F: hue angle of 92.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72AD3F is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 63 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.32 |
| HSL | 92.18º | 0.47% | 0.46% | - |
| HSV(B) | 92.18º | 0.64% | 0.68% | - |
| XYZ | 22.78 | 33.82 | 10.03 | - |
| YUV | 142.82 | 82.95 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 63 | 0.34 | 0 | 0.64 | 0.32 | 92.18 | 0.47 | 0.46 |
| Hex | 72 | AD | 3F | 22 | 0 | 40 | 20 | 5C | 2F | 2E |
| Octal | 162 | 255 | 77 | 42 | 0 | 100 | 40 | 134 | 57 | 56 |
| Binary | 1110010 | 10101101 | 111111 | 100010 | 0 | 1000000 | 100000 | 1011100 | 101111 | 101110 |
Color Harmonies of #72AD3F
Complementary color
Monochromatic Colors of #72AD3F
Black with #72AD3F
Text Example
Text Example
White with #72AD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD3F; }
p { color: rgb(114,173,63); }
H1.HeaderClassName
{
color: #72AD3F;
}
.AnyTagClassName
{
color: #72AD3F;
}
</style>
background-color css
<style>
a { background-color: #72AD3F; }
a { background-color: rgb(114,173,63); }
div.DivClassName
{
background-color: #72AD3F;
}
.BgClassName
{
background-color: #72AD3F;
}
</style>
border-color css
<style>
span { border-color: #72AD3F; }
span { border-color: rgb(114,173,63); }
td.TdClassName
{
border-color: #72AD3F;
}
.TagClassName
{
border-color: #72AD3F;
}
</style>