Shades of Apple #73AB4C
Tints of Apple #73AB4C
RGB
CMYK
RGB Variations
Color information
#73AB4C (or 0x73AB4C) is known color: Apple. HEX triplet: 73, AB and 4C. RGB value is (115,171,76). Sum of RGB (Red+Green+Blue) = 115+171+76=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AB4C is #8C54B3. Grayscale: #8F8F8F. Windows color (decimal): -9196724 or 5024627. OLE color: 5024627.
HSL color Cylindrical-coordinate representation of color #73AB4C: hue angle of 95.37º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73AB4C is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 171 | 76 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.33 |
| HSL | 95.37º | 0.38% | 0.48% | - |
| HSV(B) | 95.37º | 0.56% | 0.67% | - |
| XYZ | 22.94 | 33.29 | 12.05 | - |
| YUV | 143.43 | 89.95 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 76 | 0.33 | 0 | 0.56 | 0.33 | 95.37 | 0.38 | 0.48 |
| Hex | 73 | AB | 4C | 21 | 0 | 38 | 21 | 5F | 26 | 30 |
| Octal | 163 | 253 | 114 | 41 | 0 | 70 | 41 | 137 | 46 | 60 |
| Binary | 1110011 | 10101011 | 1001100 | 100001 | 0 | 111000 | 100001 | 1011111 | 100110 | 110000 |
Color Harmonies of #73AB4C
Complementary color
Monochromatic Colors of #73AB4C
Black with #73AB4C
Text Example
Text Example
White with #73AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AB4C; }
p { color: rgb(115,171,76); }
H1.HeaderClassName
{
color: #73AB4C;
}
.AnyTagClassName
{
color: #73AB4C;
}
</style>
background-color css
<style>
a { background-color: #73AB4C; }
a { background-color: rgb(115,171,76); }
div.DivClassName
{
background-color: #73AB4C;
}
.BgClassName
{
background-color: #73AB4C;
}
</style>
border-color css
<style>
span { border-color: #73AB4C; }
span { border-color: rgb(115,171,76); }
td.TdClassName
{
border-color: #73AB4C;
}
.TagClassName
{
border-color: #73AB4C;
}
</style>