Shades of Lima #75A626
Tints of Lima #75A626
RGB
CMYK
RGB Variations
Color information
#75A626 (or 0x75A626) is known color: Lima. HEX triplet: 75, A6 and 26. RGB value is (117,166,38). Sum of RGB (Red+Green+Blue) = 117+166+38=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #75A626 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A626 is #8A59D9. Grayscale: #898989. Windows color (decimal): -9066970 or 2532981. OLE color: 2532981.
HSL color Cylindrical-coordinate representation of color #75A626: hue angle of 82.97º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75A626 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 166 | 38 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.35 |
| HSL | 82.97º | 0.63% | 0.4% | - |
| HSV(B) | 82.97º | 0.77% | 0.65% | - |
| XYZ | 21.32 | 31.19 | 6.73 | - |
| YUV | 136.76 | 72.27 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 166 | 38 | 0.30 | 0 | 0.77 | 0.35 | 82.97 | 0.63 | 0.4 |
| Hex | 75 | A6 | 26 | 1E | 0 | 4D | 23 | 53 | 3F | 28 |
| Octal | 165 | 246 | 46 | 36 | 0 | 115 | 43 | 123 | 77 | 50 |
| Binary | 1110101 | 10100110 | 100110 | 11110 | 0 | 1001101 | 100011 | 1010011 | 111111 | 101000 |
Color Harmonies of #75A626
Complementary color
Monochromatic Colors of #75A626
Black with #75A626
Text Example
Text Example
White with #75A626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A626; }
p { color: rgb(117,166,38); }
H1.HeaderClassName
{
color: #75A626;
}
.AnyTagClassName
{
color: #75A626;
}
</style>
background-color css
<style>
a { background-color: #75A626; }
a { background-color: rgb(117,166,38); }
div.DivClassName
{
background-color: #75A626;
}
.BgClassName
{
background-color: #75A626;
}
</style>
border-color css
<style>
span { border-color: #75A626; }
span { border-color: rgb(117,166,38); }
td.TdClassName
{
border-color: #75A626;
}
.TagClassName
{
border-color: #75A626;
}
</style>