Shades of Lima #7F9F1C
Tints of Lima #7F9F1C
RGB
CMYK
RGB Variations
Color information
#7F9F1C (or 0x7F9F1C) is known color: Lima. HEX triplet: 7F, 9F and 1C. RGB value is (127,159,28). Sum of RGB (Red+Green+Blue) = 127+159+28=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #7F9F1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9F1C is #8060E3. Grayscale: #868686. Windows color (decimal): -8413412 or 1875839. OLE color: 1875839.
HSL color Cylindrical-coordinate representation of color #7F9F1C: hue angle of 74.66º degrees, saturation: 0.7, 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 #7F9F1C is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 159 | 28 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.38 |
| HSL | 74.66º | 0.7% | 0.37% | - |
| HSV(B) | 74.66º | 0.82% | 0.62% | - |
| XYZ | 21.36 | 29.39 | 5.65 | - |
| YUV | 134.5 | 67.9 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 159 | 28 | 0.20 | 0 | 0.82 | 0.38 | 74.66 | 0.7 | 0.37 |
| Hex | 7F | 9F | 1C | 14 | 0 | 52 | 26 | 4B | 46 | 25 |
| Octal | 177 | 237 | 34 | 24 | 0 | 122 | 46 | 113 | 106 | 45 |
| Binary | 1111111 | 10011111 | 11100 | 10100 | 0 | 1010010 | 100110 | 1001011 | 1000110 | 100101 |
Color Harmonies of #7F9F1C
Complementary color
Monochromatic Colors of #7F9F1C
Black with #7F9F1C
Text Example
Text Example
White with #7F9F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9F1C; }
p { color: rgb(127,159,28); }
H1.HeaderClassName
{
color: #7F9F1C;
}
.AnyTagClassName
{
color: #7F9F1C;
}
</style>
background-color css
<style>
a { background-color: #7F9F1C; }
a { background-color: rgb(127,159,28); }
div.DivClassName
{
background-color: #7F9F1C;
}
.BgClassName
{
background-color: #7F9F1C;
}
</style>
border-color css
<style>
span { border-color: #7F9F1C; }
span { border-color: rgb(127,159,28); }
td.TdClassName
{
border-color: #7F9F1C;
}
.TagClassName
{
border-color: #7F9F1C;
}
</style>