Shades of Lima #7FA726
Tints of Lima #7FA726
RGB
CMYK
RGB Variations
Color information
#7FA726 (or 0x7FA726) is known color: Lima. HEX triplet: 7F, A7 and 26. RGB value is (127,167,38). Sum of RGB (Red+Green+Blue) = 127+167+38=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 167 (65.62% from 255 or 50.30% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 167 - color contains mainly: green. Hex color #7FA726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA726 is #8058D9. Grayscale: #8C8C8C. Windows color (decimal): -8411354 or 2533247. OLE color: 2533247.
HSL color Cylindrical-coordinate representation of color #7FA726: hue angle of 78.6º 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 #7FA726 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 167 | 38 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.35 |
| HSL | 78.6º | 0.63% | 0.4% | - |
| HSV(B) | 78.6º | 0.77% | 0.65% | - |
| XYZ | 22.92 | 32.29 | 6.86 | - |
| YUV | 140.33 | 70.25 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 167 | 38 | 0.24 | 0 | 0.77 | 0.35 | 78.6 | 0.63 | 0.4 |
| Hex | 7F | A7 | 26 | 18 | 0 | 4D | 23 | 4F | 3F | 28 |
| Octal | 177 | 247 | 46 | 30 | 0 | 115 | 43 | 117 | 77 | 50 |
| Binary | 1111111 | 10100111 | 100110 | 11000 | 0 | 1001101 | 100011 | 1001111 | 111111 | 101000 |
Color Harmonies of #7FA726
Complementary color
Monochromatic Colors of #7FA726
Black with #7FA726
Text Example
Text Example
White with #7FA726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA726; }
p { color: rgb(127,167,38); }
H1.HeaderClassName
{
color: #7FA726;
}
.AnyTagClassName
{
color: #7FA726;
}
</style>
background-color css
<style>
a { background-color: #7FA726; }
a { background-color: rgb(127,167,38); }
div.DivClassName
{
background-color: #7FA726;
}
.BgClassName
{
background-color: #7FA726;
}
</style>
border-color css
<style>
span { border-color: #7FA726; }
span { border-color: rgb(127,167,38); }
td.TdClassName
{
border-color: #7FA726;
}
.TagClassName
{
border-color: #7FA726;
}
</style>