Shades of Apple #73AF44
Tints of Apple #73AF44
RGB
CMYK
RGB Variations
Color information
#73AF44 (or 0x73AF44) is known color: Apple. HEX triplet: 73, AF and 44. RGB value is (115,175,68). Sum of RGB (Red+Green+Blue) = 115+175+68=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AF44 is #8C50BB. Grayscale: #919191. Windows color (decimal): -9195708 or 4501363. OLE color: 4501363.
HSL color Cylindrical-coordinate representation of color #73AF44: hue angle of 93.64º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73AF44 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 68 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.31 |
| HSL | 93.64º | 0.44% | 0.48% | - |
| HSV(B) | 93.64º | 0.61% | 0.69% | - |
| XYZ | 23.44 | 34.72 | 10.94 | - |
| YUV | 144.86 | 84.62 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 68 | 0.34 | 0 | 0.61 | 0.31 | 93.64 | 0.44 | 0.48 |
| Hex | 73 | AF | 44 | 22 | 0 | 3D | 1F | 5E | 2C | 30 |
| Octal | 163 | 257 | 104 | 42 | 0 | 75 | 37 | 136 | 54 | 60 |
| Binary | 1110011 | 10101111 | 1000100 | 100010 | 0 | 111101 | 11111 | 1011110 | 101100 | 110000 |
Color Harmonies of #73AF44
Complementary color
Monochromatic Colors of #73AF44
Black with #73AF44
Text Example
Text Example
White with #73AF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF44; }
p { color: rgb(115,175,68); }
H1.HeaderClassName
{
color: #73AF44;
}
.AnyTagClassName
{
color: #73AF44;
}
</style>
background-color css
<style>
a { background-color: #73AF44; }
a { background-color: rgb(115,175,68); }
div.DivClassName
{
background-color: #73AF44;
}
.BgClassName
{
background-color: #73AF44;
}
</style>
border-color css
<style>
span { border-color: #73AF44; }
span { border-color: rgb(115,175,68); }
td.TdClassName
{
border-color: #73AF44;
}
.TagClassName
{
border-color: #73AF44;
}
</style>