Shades of Apple #72B64D
Tints of Apple #72B64D
RGB
CMYK
RGB Variations
Color information
#72B64D (or 0x72B64D) is known color: Apple. HEX triplet: 72, B6 and 4D. RGB value is (114,182,77). Sum of RGB (Red+Green+Blue) = 114+182+77=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #72B64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B64D is #8D49B2. Grayscale: #969696. Windows color (decimal): -9259443 or 5092978. OLE color: 5092978.
HSL color Cylindrical-coordinate representation of color #72B64D: hue angle of 98.86º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72B64D is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 182 | 77 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.29 |
| HSL | 98.86º | 0.42% | 0.51% | - |
| HSV(B) | 98.86º | 0.58% | 0.71% | - |
| XYZ | 25.01 | 37.57 | 12.95 | - |
| YUV | 149.7 | 86.97 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 182 | 77 | 0.37 | 0 | 0.58 | 0.29 | 98.86 | 0.42 | 0.51 |
| Hex | 72 | B6 | 4D | 25 | 0 | 3A | 1D | 63 | 2A | 33 |
| Octal | 162 | 266 | 115 | 45 | 0 | 72 | 35 | 143 | 52 | 63 |
| Binary | 1110010 | 10110110 | 1001101 | 100101 | 0 | 111010 | 11101 | 1100011 | 101010 | 110011 |
Color Harmonies of #72B64D
Complementary color
Monochromatic Colors of #72B64D
Black with #72B64D
Text Example
Text Example
White with #72B64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B64D; }
p { color: rgb(114,182,77); }
H1.HeaderClassName
{
color: #72B64D;
}
.AnyTagClassName
{
color: #72B64D;
}
</style>
background-color css
<style>
a { background-color: #72B64D; }
a { background-color: rgb(114,182,77); }
div.DivClassName
{
background-color: #72B64D;
}
.BgClassName
{
background-color: #72B64D;
}
</style>
border-color css
<style>
span { border-color: #72B64D; }
span { border-color: rgb(114,182,77); }
td.TdClassName
{
border-color: #72B64D;
}
.TagClassName
{
border-color: #72B64D;
}
</style>