Shades of Lima #73AA2E
Tints of Lima #73AA2E
RGB
CMYK
RGB Variations
Color information
#73AA2E (or 0x73AA2E) is known color: Lima. HEX triplet: 73, AA and 2E. RGB value is (115,170,46). Sum of RGB (Red+Green+Blue) = 115+170+46=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AA2E is #8C55D1. Grayscale: #8B8B8B. Windows color (decimal): -9197010 or 3058291. OLE color: 3058291.
HSL color Cylindrical-coordinate representation of color #73AA2E: hue angle of 86.61º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73AA2E is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 46 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.33 |
| HSL | 86.61º | 0.57% | 0.42% | - |
| HSV(B) | 86.61º | 0.73% | 0.67% | - |
| XYZ | 21.94 | 32.59 | 7.72 | - |
| YUV | 139.42 | 75.28 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 46 | 0.32 | 0 | 0.73 | 0.33 | 86.61 | 0.57 | 0.42 |
| Hex | 73 | AA | 2E | 20 | 0 | 49 | 21 | 57 | 39 | 2A |
| Octal | 163 | 252 | 56 | 40 | 0 | 111 | 41 | 127 | 71 | 52 |
| Binary | 1110011 | 10101010 | 101110 | 100000 | 0 | 1001001 | 100001 | 1010111 | 111001 | 101010 |
Color Harmonies of #73AA2E
Complementary color
Monochromatic Colors of #73AA2E
Black with #73AA2E
Text Example
Text Example
White with #73AA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AA2E; }
p { color: rgb(115,170,46); }
H1.HeaderClassName
{
color: #73AA2E;
}
.AnyTagClassName
{
color: #73AA2E;
}
</style>
background-color css
<style>
a { background-color: #73AA2E; }
a { background-color: rgb(115,170,46); }
div.DivClassName
{
background-color: #73AA2E;
}
.BgClassName
{
background-color: #73AA2E;
}
</style>
border-color css
<style>
span { border-color: #73AA2E; }
span { border-color: rgb(115,170,46); }
td.TdClassName
{
border-color: #73AA2E;
}
.TagClassName
{
border-color: #73AA2E;
}
</style>