Shades of Apple #72BA4C
Tints of Apple #72BA4C
RGB
CMYK
RGB Variations
Color information
#72BA4C (or 0x72BA4C) is known color: Apple. HEX triplet: 72, BA and 4C. RGB value is (114,186,76). Sum of RGB (Red+Green+Blue) = 114+186+76=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BA4C is #8D45B3. Grayscale: #989898. Windows color (decimal): -9258420 or 5028466. OLE color: 5028466.
HSL color Cylindrical-coordinate representation of color #72BA4C: hue angle of 99.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72BA4C is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 76 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.27 |
| HSL | 99.27º | 0.44% | 0.51% | - |
| HSV(B) | 99.27º | 0.59% | 0.73% | - |
| XYZ | 25.8 | 39.22 | 13.05 | - |
| YUV | 151.93 | 85.15 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 76 | 0.39 | 0 | 0.59 | 0.27 | 99.27 | 0.44 | 0.51 |
| Hex | 72 | BA | 4C | 27 | 0 | 3B | 1B | 63 | 2C | 33 |
| Octal | 162 | 272 | 114 | 47 | 0 | 73 | 33 | 143 | 54 | 63 |
| Binary | 1110010 | 10111010 | 1001100 | 100111 | 0 | 111011 | 11011 | 1100011 | 101100 | 110011 |
Color Harmonies of #72BA4C
Complementary color
Monochromatic Colors of #72BA4C
Black with #72BA4C
Text Example
Text Example
White with #72BA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BA4C; }
p { color: rgb(114,186,76); }
H1.HeaderClassName
{
color: #72BA4C;
}
.AnyTagClassName
{
color: #72BA4C;
}
</style>
background-color css
<style>
a { background-color: #72BA4C; }
a { background-color: rgb(114,186,76); }
div.DivClassName
{
background-color: #72BA4C;
}
.BgClassName
{
background-color: #72BA4C;
}
</style>
border-color css
<style>
span { border-color: #72BA4C; }
span { border-color: rgb(114,186,76); }
td.TdClassName
{
border-color: #72BA4C;
}
.TagClassName
{
border-color: #72BA4C;
}
</style>