Shades of Apple #72B540
Tints of Apple #72B540
RGB
CMYK
RGB Variations
Color information
#72B540 (or 0x72B540) is known color: Apple. HEX triplet: 72, B5 and 40. RGB value is (114,181,64). Sum of RGB (Red+Green+Blue) = 114+181+64=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 181 (71.09% from 255 or 50.42% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 181 - color contains mainly: green. Hex color #72B540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B540 is #8D4ABF. Grayscale: #949494. Windows color (decimal): -9259712 or 4240754. OLE color: 4240754.
HSL color Cylindrical-coordinate representation of color #72B540: hue angle of 94.36º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72B540 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 181 | 64 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.29 |
| HSL | 94.36º | 0.48% | 0.48% | - |
| HSV(B) | 94.36º | 0.65% | 0.71% | - |
| XYZ | 24.39 | 37 | 10.71 | - |
| YUV | 147.63 | 80.8 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 181 | 64 | 0.37 | 0 | 0.65 | 0.29 | 94.36 | 0.48 | 0.48 |
| Hex | 72 | B5 | 40 | 25 | 0 | 41 | 1D | 5E | 30 | 30 |
| Octal | 162 | 265 | 100 | 45 | 0 | 101 | 35 | 136 | 60 | 60 |
| Binary | 1110010 | 10110101 | 1000000 | 100101 | 0 | 1000001 | 11101 | 1011110 | 110000 | 110000 |
Color Harmonies of #72B540
Complementary color
Monochromatic Colors of #72B540
Black with #72B540
Text Example
Text Example
White with #72B540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B540; }
p { color: rgb(114,181,64); }
H1.HeaderClassName
{
color: #72B540;
}
.AnyTagClassName
{
color: #72B540;
}
</style>
background-color css
<style>
a { background-color: #72B540; }
a { background-color: rgb(114,181,64); }
div.DivClassName
{
background-color: #72B540;
}
.BgClassName
{
background-color: #72B540;
}
</style>
border-color css
<style>
span { border-color: #72B540; }
span { border-color: rgb(114,181,64); }
td.TdClassName
{
border-color: #72B540;
}
.TagClassName
{
border-color: #72B540;
}
</style>