Shades of Apple #73AF4B
Tints of Apple #73AF4B
RGB
CMYK
RGB Variations
Color information
#73AF4B (or 0x73AF4B) is known color: Apple. HEX triplet: 73, AF and 4B. RGB value is (115,175,75). Sum of RGB (Red+Green+Blue) = 115+175+75=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AF4B is #8C50B4. Grayscale: #929292. Windows color (decimal): -9195701 or 4960115. OLE color: 4960115.
HSL color Cylindrical-coordinate representation of color #73AF4B: hue angle of 96º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73AF4B is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 75 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.31 |
| HSL | 96º | 0.4% | 0.49% | - |
| HSV(B) | 96º | 0.57% | 0.69% | - |
| XYZ | 23.67 | 34.81 | 12.13 | - |
| YUV | 145.66 | 88.12 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 75 | 0.34 | 0 | 0.57 | 0.31 | 96 | 0.4 | 0.49 |
| Hex | 73 | AF | 4B | 22 | 0 | 39 | 1F | 60 | 28 | 31 |
| Octal | 163 | 257 | 113 | 42 | 0 | 71 | 37 | 140 | 50 | 61 |
| Binary | 1110011 | 10101111 | 1001011 | 100010 | 0 | 111001 | 11111 | 1100000 | 101000 | 110001 |
Color Harmonies of #73AF4B
Complementary color
Monochromatic Colors of #73AF4B
Black with #73AF4B
Text Example
Text Example
White with #73AF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF4B; }
p { color: rgb(115,175,75); }
H1.HeaderClassName
{
color: #73AF4B;
}
.AnyTagClassName
{
color: #73AF4B;
}
</style>
background-color css
<style>
a { background-color: #73AF4B; }
a { background-color: rgb(115,175,75); }
div.DivClassName
{
background-color: #73AF4B;
}
.BgClassName
{
background-color: #73AF4B;
}
</style>
border-color css
<style>
span { border-color: #73AF4B; }
span { border-color: rgb(115,175,75); }
td.TdClassName
{
border-color: #73AF4B;
}
.TagClassName
{
border-color: #73AF4B;
}
</style>