Shades of Apple #72BA4D
Tints of Apple #72BA4D
RGB
CMYK
RGB Variations
Color information
#72BA4D (or 0x72BA4D) is known color: Apple. HEX triplet: 72, BA and 4D. RGB value is (114,186,77). Sum of RGB (Red+Green+Blue) = 114+186+77=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BA4D is #8D45B2. Grayscale: #989898. Windows color (decimal): -9258419 or 5094002. OLE color: 5094002.
HSL color Cylindrical-coordinate representation of color #72BA4D: hue angle of 99.63º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72BA4D is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 77 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.27 |
| HSL | 99.63º | 0.44% | 0.52% | - |
| HSV(B) | 99.63º | 0.59% | 0.73% | - |
| XYZ | 25.84 | 39.23 | 13.23 | - |
| YUV | 152.05 | 85.65 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 77 | 0.39 | 0 | 0.59 | 0.27 | 99.63 | 0.44 | 0.52 |
| Hex | 72 | BA | 4D | 27 | 0 | 3B | 1B | 64 | 2C | 34 |
| Octal | 162 | 272 | 115 | 47 | 0 | 73 | 33 | 144 | 54 | 64 |
| Binary | 1110010 | 10111010 | 1001101 | 100111 | 0 | 111011 | 11011 | 1100100 | 101100 | 110100 |
Color Harmonies of #72BA4D
Complementary color
Monochromatic Colors of #72BA4D
Black with #72BA4D
Text Example
Text Example
White with #72BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BA4D; }
p { color: rgb(114,186,77); }
H1.HeaderClassName
{
color: #72BA4D;
}
.AnyTagClassName
{
color: #72BA4D;
}
</style>
background-color css
<style>
a { background-color: #72BA4D; }
a { background-color: rgb(114,186,77); }
div.DivClassName
{
background-color: #72BA4D;
}
.BgClassName
{
background-color: #72BA4D;
}
</style>
border-color css
<style>
span { border-color: #72BA4D; }
span { border-color: rgb(114,186,77); }
td.TdClassName
{
border-color: #72BA4D;
}
.TagClassName
{
border-color: #72BA4D;
}
</style>