Shades of Apple #73AF3B
Tints of Apple #73AF3B
RGB
CMYK
RGB Variations
Color information
#73AF3B (or 0x73AF3B) is known color: Apple. HEX triplet: 73, AF and 3B. RGB value is (115,175,59). Sum of RGB (Red+Green+Blue) = 115+175+59=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AF3B is #8C50C4. Grayscale: #909090. Windows color (decimal): -9195717 or 3911539. OLE color: 3911539.
HSL color Cylindrical-coordinate representation of color #73AF3B: hue angle of 91.03º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73AF3B is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 59 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.31 |
| HSL | 91.03º | 0.5% | 0.46% | - |
| HSV(B) | 91.03º | 0.66% | 0.69% | - |
| XYZ | 23.19 | 34.62 | 9.6 | - |
| YUV | 143.84 | 80.12 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 59 | 0.34 | 0 | 0.66 | 0.31 | 91.03 | 0.5 | 0.46 |
| Hex | 73 | AF | 3B | 22 | 0 | 42 | 1F | 5B | 32 | 2E |
| Octal | 163 | 257 | 73 | 42 | 0 | 102 | 37 | 133 | 62 | 56 |
| Binary | 1110011 | 10101111 | 111011 | 100010 | 0 | 1000010 | 11111 | 1011011 | 110010 | 101110 |
Color Harmonies of #73AF3B
Complementary color
Monochromatic Colors of #73AF3B
Black with #73AF3B
Text Example
Text Example
White with #73AF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF3B; }
p { color: rgb(115,175,59); }
H1.HeaderClassName
{
color: #73AF3B;
}
.AnyTagClassName
{
color: #73AF3B;
}
</style>
background-color css
<style>
a { background-color: #73AF3B; }
a { background-color: rgb(115,175,59); }
div.DivClassName
{
background-color: #73AF3B;
}
.BgClassName
{
background-color: #73AF3B;
}
</style>
border-color css
<style>
span { border-color: #73AF3B; }
span { border-color: rgb(115,175,59); }
td.TdClassName
{
border-color: #73AF3B;
}
.TagClassName
{
border-color: #73AF3B;
}
</style>