Shades of Apple #73AF46
Tints of Apple #73AF46
RGB
CMYK
RGB Variations
Color information
#73AF46 (or 0x73AF46) is known color: Apple. HEX triplet: 73, AF and 46. RGB value is (115,175,70). Sum of RGB (Red+Green+Blue) = 115+175+70=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AF46 is #8C50B9. Grayscale: #919191. Windows color (decimal): -9195706 or 4632435. OLE color: 4632435.
HSL color Cylindrical-coordinate representation of color #73AF46: hue angle of 94.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73AF46 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 70 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.31 |
| HSL | 94.29º | 0.43% | 0.48% | - |
| HSV(B) | 94.29º | 0.6% | 0.69% | - |
| XYZ | 23.51 | 34.75 | 11.26 | - |
| YUV | 145.09 | 85.62 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 70 | 0.34 | 0 | 0.60 | 0.31 | 94.29 | 0.43 | 0.48 |
| Hex | 73 | AF | 46 | 22 | 0 | 3C | 1F | 5E | 2B | 30 |
| Octal | 163 | 257 | 106 | 42 | 0 | 74 | 37 | 136 | 53 | 60 |
| Binary | 1110011 | 10101111 | 1000110 | 100010 | 0 | 111100 | 11111 | 1011110 | 101011 | 110000 |
Color Harmonies of #73AF46
Complementary color
Monochromatic Colors of #73AF46
Black with #73AF46
Text Example
Text Example
White with #73AF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF46; }
p { color: rgb(115,175,70); }
H1.HeaderClassName
{
color: #73AF46;
}
.AnyTagClassName
{
color: #73AF46;
}
</style>
background-color css
<style>
a { background-color: #73AF46; }
a { background-color: rgb(115,175,70); }
div.DivClassName
{
background-color: #73AF46;
}
.BgClassName
{
background-color: #73AF46;
}
</style>
border-color css
<style>
span { border-color: #73AF46; }
span { border-color: rgb(115,175,70); }
td.TdClassName
{
border-color: #73AF46;
}
.TagClassName
{
border-color: #73AF46;
}
</style>