Shades of Lima #7E9F1D
Tints of Lima #7E9F1D
RGB
CMYK
RGB Variations
Color information
#7E9F1D (or 0x7E9F1D) is known color: Lima. HEX triplet: 7E, 9F and 1D. RGB value is (126,159,29). Sum of RGB (Red+Green+Blue) = 126+159+29=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #7E9F1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9F1D is #8160E2. Grayscale: #868686. Windows color (decimal): -8478947 or 1941374. OLE color: 1941374.
HSL color Cylindrical-coordinate representation of color #7E9F1D: hue angle of 75.23º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E9F1D is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 159 | 29 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.38 |
| HSL | 75.23º | 0.69% | 0.37% | - |
| HSV(B) | 75.23º | 0.82% | 0.62% | - |
| XYZ | 21.22 | 29.32 | 5.7 | - |
| YUV | 134.31 | 68.57 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 159 | 29 | 0.21 | 0 | 0.82 | 0.38 | 75.23 | 0.69 | 0.37 |
| Hex | 7E | 9F | 1D | 15 | 0 | 52 | 26 | 4B | 45 | 25 |
| Octal | 176 | 237 | 35 | 25 | 0 | 122 | 46 | 113 | 105 | 45 |
| Binary | 1111110 | 10011111 | 11101 | 10101 | 0 | 1010010 | 100110 | 1001011 | 1000101 | 100101 |
Color Harmonies of #7E9F1D
Complementary color
Monochromatic Colors of #7E9F1D
Black with #7E9F1D
Text Example
Text Example
White with #7E9F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9F1D; }
p { color: rgb(126,159,29); }
H1.HeaderClassName
{
color: #7E9F1D;
}
.AnyTagClassName
{
color: #7E9F1D;
}
</style>
background-color css
<style>
a { background-color: #7E9F1D; }
a { background-color: rgb(126,159,29); }
div.DivClassName
{
background-color: #7E9F1D;
}
.BgClassName
{
background-color: #7E9F1D;
}
</style>
border-color css
<style>
span { border-color: #7E9F1D; }
span { border-color: rgb(126,159,29); }
td.TdClassName
{
border-color: #7E9F1D;
}
.TagClassName
{
border-color: #7E9F1D;
}
</style>