Shades of Lima #75AA2C
Tints of Lima #75AA2C
RGB
CMYK
RGB Variations
Color information
#75AA2C (or 0x75AA2C) is known color: Lima. HEX triplet: 75, AA and 2C. RGB value is (117,170,44). Sum of RGB (Red+Green+Blue) = 117+170+44=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AA2C is #8A55D3. Grayscale: #8C8C8C. Windows color (decimal): -9065940 or 2927221. OLE color: 2927221.
HSL color Cylindrical-coordinate representation of color #75AA2C: hue angle of 85.24º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75AA2C is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 170 | 44 | - |
| CMYK | 0.31 | 0 | 0.74 | 0.33 |
| HSL | 85.24º | 0.59% | 0.42% | - |
| HSV(B) | 85.24º | 0.74% | 0.67% | - |
| XYZ | 22.17 | 32.71 | 7.53 | - |
| YUV | 139.79 | 73.94 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 170 | 44 | 0.31 | 0 | 0.74 | 0.33 | 85.24 | 0.59 | 0.42 |
| Hex | 75 | AA | 2C | 1F | 0 | 4A | 21 | 55 | 3B | 2A |
| Octal | 165 | 252 | 54 | 37 | 0 | 112 | 41 | 125 | 73 | 52 |
| Binary | 1110101 | 10101010 | 101100 | 11111 | 0 | 1001010 | 100001 | 1010101 | 111011 | 101010 |
Color Harmonies of #75AA2C
Complementary color
Monochromatic Colors of #75AA2C
Black with #75AA2C
Text Example
Text Example
White with #75AA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AA2C; }
p { color: rgb(117,170,44); }
H1.HeaderClassName
{
color: #75AA2C;
}
.AnyTagClassName
{
color: #75AA2C;
}
</style>
background-color css
<style>
a { background-color: #75AA2C; }
a { background-color: rgb(117,170,44); }
div.DivClassName
{
background-color: #75AA2C;
}
.BgClassName
{
background-color: #75AA2C;
}
</style>
border-color css
<style>
span { border-color: #75AA2C; }
span { border-color: rgb(117,170,44); }
td.TdClassName
{
border-color: #75AA2C;
}
.TagClassName
{
border-color: #75AA2C;
}
</style>