Shades of Apple #72AB3F
Tints of Apple #72AB3F
RGB
CMYK
RGB Variations
Color information
#72AB3F (or 0x72AB3F) is known color: Apple. HEX triplet: 72, AB and 3F. RGB value is (114,171,63). Sum of RGB (Red+Green+Blue) = 114+171+63=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AB3F is #8D54C0. Grayscale: #8E8E8E. Windows color (decimal): -9262273 or 4172658. OLE color: 4172658.
HSL color Cylindrical-coordinate representation of color #72AB3F: hue angle of 91.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72AB3F is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 171 | 63 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.33 |
| HSL | 91.67º | 0.46% | 0.46% | - |
| HSV(B) | 91.67º | 0.63% | 0.67% | - |
| XYZ | 22.4 | 33.06 | 9.9 | - |
| YUV | 141.65 | 83.62 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 63 | 0.33 | 0 | 0.63 | 0.33 | 91.67 | 0.46 | 0.46 |
| Hex | 72 | AB | 3F | 21 | 0 | 3F | 21 | 5C | 2E | 2E |
| Octal | 162 | 253 | 77 | 41 | 0 | 77 | 41 | 134 | 56 | 56 |
| Binary | 1110010 | 10101011 | 111111 | 100001 | 0 | 111111 | 100001 | 1011100 | 101110 | 101110 |
Color Harmonies of #72AB3F
Complementary color
Monochromatic Colors of #72AB3F
Black with #72AB3F
Text Example
Text Example
White with #72AB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AB3F; }
p { color: rgb(114,171,63); }
H1.HeaderClassName
{
color: #72AB3F;
}
.AnyTagClassName
{
color: #72AB3F;
}
</style>
background-color css
<style>
a { background-color: #72AB3F; }
a { background-color: rgb(114,171,63); }
div.DivClassName
{
background-color: #72AB3F;
}
.BgClassName
{
background-color: #72AB3F;
}
</style>
border-color css
<style>
span { border-color: #72AB3F; }
span { border-color: rgb(114,171,63); }
td.TdClassName
{
border-color: #72AB3F;
}
.TagClassName
{
border-color: #72AB3F;
}
</style>