Shades of Apple #72B44D
Tints of Apple #72B44D
RGB
CMYK
RGB Variations
Color information
#72B44D (or 0x72B44D) is known color: Apple. HEX triplet: 72, B4 and 4D. RGB value is (114,180,77). Sum of RGB (Red+Green+Blue) = 114+180+77=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #72B44D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B44D is #8D4BB2. Grayscale: #949494. Windows color (decimal): -9259955 or 5092466. OLE color: 5092466.
HSL color Cylindrical-coordinate representation of color #72B44D: hue angle of 98.45º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72B44D is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 180 | 77 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.29 |
| HSL | 98.45º | 0.41% | 0.5% | - |
| HSV(B) | 98.45º | 0.57% | 0.71% | - |
| XYZ | 24.6 | 36.76 | 12.82 | - |
| YUV | 148.52 | 87.63 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 180 | 77 | 0.37 | 0 | 0.57 | 0.29 | 98.45 | 0.41 | 0.5 |
| Hex | 72 | B4 | 4D | 25 | 0 | 39 | 1D | 62 | 29 | 32 |
| Octal | 162 | 264 | 115 | 45 | 0 | 71 | 35 | 142 | 51 | 62 |
| Binary | 1110010 | 10110100 | 1001101 | 100101 | 0 | 111001 | 11101 | 1100010 | 101001 | 110010 |
Color Harmonies of #72B44D
Complementary color
Monochromatic Colors of #72B44D
Black with #72B44D
Text Example
Text Example
White with #72B44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B44D; }
p { color: rgb(114,180,77); }
H1.HeaderClassName
{
color: #72B44D;
}
.AnyTagClassName
{
color: #72B44D;
}
</style>
background-color css
<style>
a { background-color: #72B44D; }
a { background-color: rgb(114,180,77); }
div.DivClassName
{
background-color: #72B44D;
}
.BgClassName
{
background-color: #72B44D;
}
</style>
border-color css
<style>
span { border-color: #72B44D; }
span { border-color: rgb(114,180,77); }
td.TdClassName
{
border-color: #72B44D;
}
.TagClassName
{
border-color: #72B44D;
}
</style>