Shades of Apple #73B43C
Tints of Apple #73B43C
RGB
CMYK
RGB Variations
Color information
#73B43C (or 0x73B43C) is known color: Apple. HEX triplet: 73, B4 and 3C. RGB value is (115,180,60). Sum of RGB (Red+Green+Blue) = 115+180+60=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #73B43C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B43C is #8C4BC3. Grayscale: #939393. Windows color (decimal): -9194436 or 3978355. OLE color: 3978355.
HSL color Cylindrical-coordinate representation of color #73B43C: hue angle of 92.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73B43C is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 180 | 60 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.29 |
| HSL | 92.5º | 0.5% | 0.47% | - |
| HSV(B) | 92.5º | 0.67% | 0.71% | - |
| XYZ | 24.21 | 36.61 | 10.07 | - |
| YUV | 146.89 | 78.97 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 180 | 60 | 0.36 | 0 | 0.67 | 0.29 | 92.5 | 0.5 | 0.47 |
| Hex | 73 | B4 | 3C | 24 | 0 | 43 | 1D | 5C | 32 | 2F |
| Octal | 163 | 264 | 74 | 44 | 0 | 103 | 35 | 134 | 62 | 57 |
| Binary | 1110011 | 10110100 | 111100 | 100100 | 0 | 1000011 | 11101 | 1011100 | 110010 | 101111 |
Color Harmonies of #73B43C
Complementary color
Monochromatic Colors of #73B43C
Black with #73B43C
Text Example
Text Example
White with #73B43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B43C; }
p { color: rgb(115,180,60); }
H1.HeaderClassName
{
color: #73B43C;
}
.AnyTagClassName
{
color: #73B43C;
}
</style>
background-color css
<style>
a { background-color: #73B43C; }
a { background-color: rgb(115,180,60); }
div.DivClassName
{
background-color: #73B43C;
}
.BgClassName
{
background-color: #73B43C;
}
</style>
border-color css
<style>
span { border-color: #73B43C; }
span { border-color: rgb(115,180,60); }
td.TdClassName
{
border-color: #73B43C;
}
.TagClassName
{
border-color: #73B43C;
}
</style>