Shades of Apple #72B652
Tints of Apple #72B652
RGB
CMYK
RGB Variations
Color information
#72B652 (or 0x72B652) is known color: Apple. HEX triplet: 72, B6 and 52. RGB value is (114,182,82). Sum of RGB (Red+Green+Blue) = 114+182+82=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 182 (71.48% from 255 or 48.15% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 182 - color contains mainly: green. Hex color #72B652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B652 is #8D49AD. Grayscale: #969696. Windows color (decimal): -9259438 or 5420658. OLE color: 5420658.
HSL color Cylindrical-coordinate representation of color #72B652: hue angle of 100.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72B652 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 182 | 82 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.29 |
| HSL | 100.8º | 0.41% | 0.52% | - |
| HSV(B) | 100.8º | 0.55% | 0.71% | - |
| XYZ | 25.19 | 37.64 | 13.92 | - |
| YUV | 150.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 182 | 82 | 0.37 | 0 | 0.55 | 0.29 | 100.8 | 0.41 | 0.52 |
| Hex | 72 | B6 | 52 | 25 | 0 | 37 | 1D | 65 | 29 | 34 |
| Octal | 162 | 266 | 122 | 45 | 0 | 67 | 35 | 145 | 51 | 64 |
| Binary | 1110010 | 10110110 | 1010010 | 100101 | 0 | 110111 | 11101 | 1100101 | 101001 | 110100 |
Color Harmonies of #72B652
Complementary color
Monochromatic Colors of #72B652
Black with #72B652
Text Example
Text Example
White with #72B652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B652; }
p { color: rgb(114,182,82); }
H1.HeaderClassName
{
color: #72B652;
}
.AnyTagClassName
{
color: #72B652;
}
</style>
background-color css
<style>
a { background-color: #72B652; }
a { background-color: rgb(114,182,82); }
div.DivClassName
{
background-color: #72B652;
}
.BgClassName
{
background-color: #72B652;
}
</style>
border-color css
<style>
span { border-color: #72B652; }
span { border-color: rgb(114,182,82); }
td.TdClassName
{
border-color: #72B652;
}
.TagClassName
{
border-color: #72B652;
}
</style>