Shades of Apple #72B43C
Tints of Apple #72B43C
RGB
CMYK
RGB Variations
Color information
#72B43C (or 0x72B43C) is known color: Apple. HEX triplet: 72, B4 and 3C. RGB value is (114,180,60). Sum of RGB (Red+Green+Blue) = 114+180+60=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #72B43C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B43C is #8D4BC3. Grayscale: #929292. Windows color (decimal): -9259972 or 3978354. OLE color: 3978354.
HSL color Cylindrical-coordinate representation of color #72B43C: hue angle of 93º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72B43C is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 180 | 60 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.29 |
| HSL | 93º | 0.5% | 0.47% | - |
| HSV(B) | 93º | 0.67% | 0.71% | - |
| XYZ | 24.08 | 36.55 | 10.06 | - |
| YUV | 146.59 | 79.13 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 180 | 60 | 0.37 | 0 | 0.67 | 0.29 | 93 | 0.5 | 0.47 |
| Hex | 72 | B4 | 3C | 25 | 0 | 43 | 1D | 5D | 32 | 2F |
| Octal | 162 | 264 | 74 | 45 | 0 | 103 | 35 | 135 | 62 | 57 |
| Binary | 1110010 | 10110100 | 111100 | 100101 | 0 | 1000011 | 11101 | 1011101 | 110010 | 101111 |
Color Harmonies of #72B43C
Complementary color
Monochromatic Colors of #72B43C
Black with #72B43C
Text Example
Text Example
White with #72B43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B43C; }
p { color: rgb(114,180,60); }
H1.HeaderClassName
{
color: #72B43C;
}
.AnyTagClassName
{
color: #72B43C;
}
</style>
background-color css
<style>
a { background-color: #72B43C; }
a { background-color: rgb(114,180,60); }
div.DivClassName
{
background-color: #72B43C;
}
.BgClassName
{
background-color: #72B43C;
}
</style>
border-color css
<style>
span { border-color: #72B43C; }
span { border-color: rgb(114,180,60); }
td.TdClassName
{
border-color: #72B43C;
}
.TagClassName
{
border-color: #72B43C;
}
</style>