Shades of Apple #73B240
Tints of Apple #73B240
RGB
CMYK
RGB Variations
Color information
#73B240 (or 0x73B240) is known color: Apple. HEX triplet: 73, B2 and 40. RGB value is (115,178,64). Sum of RGB (Red+Green+Blue) = 115+178+64=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 178 (69.92% from 255 or 49.86% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 178 - color contains mainly: green. Hex color #73B240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73B240 is #8C4DBF. Grayscale: #929292. Windows color (decimal): -9194944 or 4239987. OLE color: 4239987.
HSL color Cylindrical-coordinate representation of color #73B240: hue angle of 93.16º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73B240 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 178 | 64 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.30 |
| HSL | 93.16º | 0.47% | 0.47% | - |
| HSV(B) | 93.16º | 0.64% | 0.7% | - |
| XYZ | 23.92 | 35.86 | 10.51 | - |
| YUV | 146.17 | 81.63 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 178 | 64 | 0.35 | 0 | 0.64 | 0.30 | 93.16 | 0.47 | 0.47 |
| Hex | 73 | B2 | 40 | 23 | 0 | 40 | 1E | 5D | 2F | 2F |
| Octal | 163 | 262 | 100 | 43 | 0 | 100 | 36 | 135 | 57 | 57 |
| Binary | 1110011 | 10110010 | 1000000 | 100011 | 0 | 1000000 | 11110 | 1011101 | 101111 | 101111 |
Color Harmonies of #73B240
Complementary color
Monochromatic Colors of #73B240
Black with #73B240
Text Example
Text Example
White with #73B240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B240; }
p { color: rgb(115,178,64); }
H1.HeaderClassName
{
color: #73B240;
}
.AnyTagClassName
{
color: #73B240;
}
</style>
background-color css
<style>
a { background-color: #73B240; }
a { background-color: rgb(115,178,64); }
div.DivClassName
{
background-color: #73B240;
}
.BgClassName
{
background-color: #73B240;
}
</style>
border-color css
<style>
span { border-color: #73B240; }
span { border-color: rgb(115,178,64); }
td.TdClassName
{
border-color: #73B240;
}
.TagClassName
{
border-color: #73B240;
}
</style>