Shades of Apple #73AF4A
Tints of Apple #73AF4A
RGB
CMYK
RGB Variations
Color information
#73AF4A (or 0x73AF4A) is known color: Apple. HEX triplet: 73, AF and 4A. RGB value is (115,175,74). Sum of RGB (Red+Green+Blue) = 115+175+74=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AF4A is #8C50B5. Grayscale: #919191. Windows color (decimal): -9195702 or 4894579. OLE color: 4894579.
HSL color Cylindrical-coordinate representation of color #73AF4A: hue angle of 95.64º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73AF4A is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 74 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.31 |
| HSL | 95.64º | 0.41% | 0.49% | - |
| HSV(B) | 95.64º | 0.58% | 0.69% | - |
| XYZ | 23.64 | 34.8 | 11.95 | - |
| YUV | 145.55 | 87.62 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 74 | 0.34 | 0 | 0.58 | 0.31 | 95.64 | 0.41 | 0.49 |
| Hex | 73 | AF | 4A | 22 | 0 | 3A | 1F | 60 | 29 | 31 |
| Octal | 163 | 257 | 112 | 42 | 0 | 72 | 37 | 140 | 51 | 61 |
| Binary | 1110011 | 10101111 | 1001010 | 100010 | 0 | 111010 | 11111 | 1100000 | 101001 | 110001 |
Color Harmonies of #73AF4A
Complementary color
Monochromatic Colors of #73AF4A
Black with #73AF4A
Text Example
Text Example
White with #73AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF4A; }
p { color: rgb(115,175,74); }
H1.HeaderClassName
{
color: #73AF4A;
}
.AnyTagClassName
{
color: #73AF4A;
}
</style>
background-color css
<style>
a { background-color: #73AF4A; }
a { background-color: rgb(115,175,74); }
div.DivClassName
{
background-color: #73AF4A;
}
.BgClassName
{
background-color: #73AF4A;
}
</style>
border-color css
<style>
span { border-color: #73AF4A; }
span { border-color: rgb(115,175,74); }
td.TdClassName
{
border-color: #73AF4A;
}
.TagClassName
{
border-color: #73AF4A;
}
</style>