Shades of Apple #73B945
Tints of Apple #73B945
RGB
CMYK
RGB Variations
Color information
#73B945 (or 0x73B945) is known color: Apple. HEX triplet: 73, B9 and 45. RGB value is (115,185,69). Sum of RGB (Red+Green+Blue) = 115+185+69=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #73B945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B945 is #8C46BA. Grayscale: #979797. Windows color (decimal): -9193147 or 4569459. OLE color: 4569459.
HSL color Cylindrical-coordinate representation of color #73B945: hue angle of 96.21º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73B945 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 185 | 69 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.27 |
| HSL | 96.21º | 0.46% | 0.5% | - |
| HSV(B) | 96.21º | 0.63% | 0.73% | - |
| XYZ | 25.49 | 38.77 | 11.77 | - |
| YUV | 150.85 | 81.81 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 185 | 69 | 0.38 | 0 | 0.63 | 0.27 | 96.21 | 0.46 | 0.5 |
| Hex | 73 | B9 | 45 | 26 | 0 | 3F | 1B | 60 | 2E | 32 |
| Octal | 163 | 271 | 105 | 46 | 0 | 77 | 33 | 140 | 56 | 62 |
| Binary | 1110011 | 10111001 | 1000101 | 100110 | 0 | 111111 | 11011 | 1100000 | 101110 | 110010 |
Color Harmonies of #73B945
Complementary color
Monochromatic Colors of #73B945
Black with #73B945
Text Example
Text Example
White with #73B945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B945; }
p { color: rgb(115,185,69); }
H1.HeaderClassName
{
color: #73B945;
}
.AnyTagClassName
{
color: #73B945;
}
</style>
background-color css
<style>
a { background-color: #73B945; }
a { background-color: rgb(115,185,69); }
div.DivClassName
{
background-color: #73B945;
}
.BgClassName
{
background-color: #73B945;
}
</style>
border-color css
<style>
span { border-color: #73B945; }
span { border-color: rgb(115,185,69); }
td.TdClassName
{
border-color: #73B945;
}
.TagClassName
{
border-color: #73B945;
}
</style>