Shades of Lima #73B728
Tints of Lima #73B728
RGB
CMYK
RGB Variations
Color information
#73B728 (or 0x73B728) is known color: Lima. HEX triplet: 73, B7 and 28. RGB value is (115,183,40). Sum of RGB (Red+Green+Blue) = 115+183+40=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 183 (71.88% from 255 or 54.14% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 183 - color contains mainly: green. Hex color #73B728 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B728 is #8C48D7. Grayscale: #929292. Windows color (decimal): -9193688 or 2668403. OLE color: 2668403.
HSL color Cylindrical-coordinate representation of color #73B728: hue angle of 88.53º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73B728 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 183 | 40 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.28 |
| HSL | 88.53º | 0.64% | 0.44% | - |
| HSV(B) | 88.53º | 0.78% | 0.72% | - |
| XYZ | 24.39 | 37.67 | 7.99 | - |
| YUV | 146.37 | 67.97 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 183 | 40 | 0.37 | 0 | 0.78 | 0.28 | 88.53 | 0.64 | 0.44 |
| Hex | 73 | B7 | 28 | 25 | 0 | 4E | 1C | 59 | 40 | 2C |
| Octal | 163 | 267 | 50 | 45 | 0 | 116 | 34 | 131 | 100 | 54 |
| Binary | 1110011 | 10110111 | 101000 | 100101 | 0 | 1001110 | 11100 | 1011001 | 1000000 | 101100 |
Color Harmonies of #73B728
Complementary color
Monochromatic Colors of #73B728
Black with #73B728
Text Example
Text Example
White with #73B728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B728; }
p { color: rgb(115,183,40); }
H1.HeaderClassName
{
color: #73B728;
}
.AnyTagClassName
{
color: #73B728;
}
</style>
background-color css
<style>
a { background-color: #73B728; }
a { background-color: rgb(115,183,40); }
div.DivClassName
{
background-color: #73B728;
}
.BgClassName
{
background-color: #73B728;
}
</style>
border-color css
<style>
span { border-color: #73B728; }
span { border-color: rgb(115,183,40); }
td.TdClassName
{
border-color: #73B728;
}
.TagClassName
{
border-color: #73B728;
}
</style>