Shades of Apple #73C645
Tints of Apple #73C645
RGB
CMYK
RGB Variations
Color information
#73C645 (or 0x73C645) is known color: Apple. HEX triplet: 73, C6 and 45. RGB value is (115,198,69). Sum of RGB (Red+Green+Blue) = 115+198+69=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 198 (77.73% from 255 or 51.83% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 198 - color contains mainly: green. Hex color #73C645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C645 is #8C39BA. Grayscale: #9E9E9E. Windows color (decimal): -9189819 or 4572787. OLE color: 4572787.
HSL color Cylindrical-coordinate representation of color #73C645: hue angle of 98.6º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73C645 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 69 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.22 |
| HSL | 98.6º | 0.53% | 0.52% | - |
| HSV(B) | 98.6º | 0.65% | 0.78% | - |
| XYZ | 28.34 | 44.46 | 12.72 | - |
| YUV | 158.48 | 77.5 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 69 | 0.42 | 0 | 0.65 | 0.22 | 98.6 | 0.53 | 0.52 |
| Hex | 73 | C6 | 45 | 2A | 0 | 41 | 16 | 63 | 35 | 34 |
| Octal | 163 | 306 | 105 | 52 | 0 | 101 | 26 | 143 | 65 | 64 |
| Binary | 1110011 | 11000110 | 1000101 | 101010 | 0 | 1000001 | 10110 | 1100011 | 110101 | 110100 |
Color Harmonies of #73C645
Complementary color
Monochromatic Colors of #73C645
Black with #73C645
Text Example
Text Example
White with #73C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C645; }
p { color: rgb(115,198,69); }
H1.HeaderClassName
{
color: #73C645;
}
.AnyTagClassName
{
color: #73C645;
}
</style>
background-color css
<style>
a { background-color: #73C645; }
a { background-color: rgb(115,198,69); }
div.DivClassName
{
background-color: #73C645;
}
.BgClassName
{
background-color: #73C645;
}
</style>
border-color css
<style>
span { border-color: #73C645; }
span { border-color: rgb(115,198,69); }
td.TdClassName
{
border-color: #73C645;
}
.TagClassName
{
border-color: #73C645;
}
</style>