Shades of Apple #73BB46
Tints of Apple #73BB46
RGB
CMYK
RGB Variations
Color information
#73BB46 (or 0x73BB46) is known color: Apple. HEX triplet: 73, BB and 46. RGB value is (115,187,70). Sum of RGB (Red+Green+Blue) = 115+187+70=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 187 (73.44% from 255 or 50.27% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BB46 is #8C44B9. Grayscale: #989898. Windows color (decimal): -9192634 or 4635507. OLE color: 4635507.
HSL color Cylindrical-coordinate representation of color #73BB46: hue angle of 96.92º 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 #73BB46 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 187 | 70 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.27 |
| HSL | 96.92º | 0.46% | 0.5% | - |
| HSV(B) | 96.92º | 0.63% | 0.73% | - |
| XYZ | 25.95 | 39.63 | 12.08 | - |
| YUV | 152.13 | 81.65 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 70 | 0.39 | 0 | 0.63 | 0.27 | 96.92 | 0.46 | 0.5 |
| Hex | 73 | BB | 46 | 27 | 0 | 3F | 1B | 61 | 2E | 32 |
| Octal | 163 | 273 | 106 | 47 | 0 | 77 | 33 | 141 | 56 | 62 |
| Binary | 1110011 | 10111011 | 1000110 | 100111 | 0 | 111111 | 11011 | 1100001 | 101110 | 110010 |
Color Harmonies of #73BB46
Complementary color
Monochromatic Colors of #73BB46
Black with #73BB46
Text Example
Text Example
White with #73BB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BB46; }
p { color: rgb(115,187,70); }
H1.HeaderClassName
{
color: #73BB46;
}
.AnyTagClassName
{
color: #73BB46;
}
</style>
background-color css
<style>
a { background-color: #73BB46; }
a { background-color: rgb(115,187,70); }
div.DivClassName
{
background-color: #73BB46;
}
.BgClassName
{
background-color: #73BB46;
}
</style>
border-color css
<style>
span { border-color: #73BB46; }
span { border-color: rgb(115,187,70); }
td.TdClassName
{
border-color: #73BB46;
}
.TagClassName
{
border-color: #73BB46;
}
</style>