Shades of Lima #7F9E16
Tints of Lima #7F9E16
RGB
CMYK
RGB Variations
Color information
#7F9E16 (or 0x7F9E16) is known color: Lima. HEX triplet: 7F, 9E and 16. RGB value is (127,158,22). Sum of RGB (Red+Green+Blue) = 127+158+22=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 158 (62.11% from 255 or 51.47% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 158 - color contains mainly: green. Hex color #7F9E16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9E16 is #8061E9. Grayscale: #858585. Windows color (decimal): -8413674 or 1482367. OLE color: 1482367.
HSL color Cylindrical-coordinate representation of color #7F9E16: hue angle of 73.68º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F9E16 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 158 | 22 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.38 |
| HSL | 73.68º | 0.76% | 0.35% | - |
| HSV(B) | 73.68º | 0.86% | 0.62% | - |
| XYZ | 21.12 | 29.02 | 5.25 | - |
| YUV | 133.23 | 65.23 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 158 | 22 | 0.20 | 0 | 0.86 | 0.38 | 73.68 | 0.76 | 0.35 |
| Hex | 7F | 9E | 16 | 14 | 0 | 56 | 26 | 4A | 4C | 23 |
| Octal | 177 | 236 | 26 | 24 | 0 | 126 | 46 | 112 | 114 | 43 |
| Binary | 1111111 | 10011110 | 10110 | 10100 | 0 | 1010110 | 100110 | 1001010 | 1001100 | 100011 |
Color Harmonies of #7F9E16
Complementary color
Monochromatic Colors of #7F9E16
Black with #7F9E16
Text Example
Text Example
White with #7F9E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9E16; }
p { color: rgb(127,158,22); }
H1.HeaderClassName
{
color: #7F9E16;
}
.AnyTagClassName
{
color: #7F9E16;
}
</style>
background-color css
<style>
a { background-color: #7F9E16; }
a { background-color: rgb(127,158,22); }
div.DivClassName
{
background-color: #7F9E16;
}
.BgClassName
{
background-color: #7F9E16;
}
</style>
border-color css
<style>
span { border-color: #7F9E16; }
span { border-color: rgb(127,158,22); }
td.TdClassName
{
border-color: #7F9E16;
}
.TagClassName
{
border-color: #7F9E16;
}
</style>