Shades of Apple #73AB4E
Tints of Apple #73AB4E
RGB
CMYK
RGB Variations
Color information
#73AB4E (or 0x73AB4E) is known color: Apple. HEX triplet: 73, AB and 4E. RGB value is (115,171,78). Sum of RGB (Red+Green+Blue) = 115+171+78=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AB4E is #8C54B1. Grayscale: #8F8F8F. Windows color (decimal): -9196722 or 5155699. OLE color: 5155699.
HSL color Cylindrical-coordinate representation of color #73AB4E: hue angle of 96.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73AB4E is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 171 | 78 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.33 |
| HSL | 96.13º | 0.37% | 0.49% | - |
| HSV(B) | 96.13º | 0.54% | 0.67% | - |
| XYZ | 23.01 | 33.32 | 12.43 | - |
| YUV | 143.65 | 90.95 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 78 | 0.33 | 0 | 0.54 | 0.33 | 96.13 | 0.37 | 0.49 |
| Hex | 73 | AB | 4E | 21 | 0 | 36 | 21 | 60 | 25 | 31 |
| Octal | 163 | 253 | 116 | 41 | 0 | 66 | 41 | 140 | 45 | 61 |
| Binary | 1110011 | 10101011 | 1001110 | 100001 | 0 | 110110 | 100001 | 1100000 | 100101 | 110001 |
Color Harmonies of #73AB4E
Complementary color
Monochromatic Colors of #73AB4E
Black with #73AB4E
Text Example
Text Example
White with #73AB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AB4E; }
p { color: rgb(115,171,78); }
H1.HeaderClassName
{
color: #73AB4E;
}
.AnyTagClassName
{
color: #73AB4E;
}
</style>
background-color css
<style>
a { background-color: #73AB4E; }
a { background-color: rgb(115,171,78); }
div.DivClassName
{
background-color: #73AB4E;
}
.BgClassName
{
background-color: #73AB4E;
}
</style>
border-color css
<style>
span { border-color: #73AB4E; }
span { border-color: rgb(115,171,78); }
td.TdClassName
{
border-color: #73AB4E;
}
.TagClassName
{
border-color: #73AB4E;
}
</style>