Shades of Apple #73AF45
Tints of Apple #73AF45
RGB
CMYK
RGB Variations
Color information
#73AF45 (or 0x73AF45) is known color: Apple. HEX triplet: 73, AF and 45. RGB value is (115,175,69). Sum of RGB (Red+Green+Blue) = 115+175+69=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AF45 is #8C50BA. Grayscale: #919191. Windows color (decimal): -9195707 or 4566899. OLE color: 4566899.
HSL color Cylindrical-coordinate representation of color #73AF45: hue angle of 93.96º degrees, saturation: 0.43, 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 #73AF45 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 69 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.31 |
| HSL | 93.96º | 0.43% | 0.48% | - |
| HSV(B) | 93.96º | 0.61% | 0.69% | - |
| XYZ | 23.47 | 34.73 | 11.1 | - |
| YUV | 144.98 | 85.12 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 69 | 0.34 | 0 | 0.61 | 0.31 | 93.96 | 0.43 | 0.48 |
| Hex | 73 | AF | 45 | 22 | 0 | 3D | 1F | 5E | 2B | 30 |
| Octal | 163 | 257 | 105 | 42 | 0 | 75 | 37 | 136 | 53 | 60 |
| Binary | 1110011 | 10101111 | 1000101 | 100010 | 0 | 111101 | 11111 | 1011110 | 101011 | 110000 |
Color Harmonies of #73AF45
Complementary color
Monochromatic Colors of #73AF45
Black with #73AF45
Text Example
Text Example
White with #73AF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF45; }
p { color: rgb(115,175,69); }
H1.HeaderClassName
{
color: #73AF45;
}
.AnyTagClassName
{
color: #73AF45;
}
</style>
background-color css
<style>
a { background-color: #73AF45; }
a { background-color: rgb(115,175,69); }
div.DivClassName
{
background-color: #73AF45;
}
.BgClassName
{
background-color: #73AF45;
}
</style>
border-color css
<style>
span { border-color: #73AF45; }
span { border-color: rgb(115,175,69); }
td.TdClassName
{
border-color: #73AF45;
}
.TagClassName
{
border-color: #73AF45;
}
</style>