Shades of Lima #7F9E1C
Tints of Lima #7F9E1C
RGB
CMYK
RGB Variations
Color information
#7F9E1C (or 0x7F9E1C) is known color: Lima. HEX triplet: 7F, 9E and 1C. RGB value is (127,158,28). Sum of RGB (Red+Green+Blue) = 127+158+28=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 158 (62.11% from 255 or 50.48% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 158 - color contains mainly: green. Hex color #7F9E1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9E1C is #8061E3. Grayscale: #868686. Windows color (decimal): -8413668 or 1875583. OLE color: 1875583.
HSL color Cylindrical-coordinate representation of color #7F9E1C: hue angle of 74.31º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F9E1C is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 158 | 28 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.38 |
| HSL | 74.31º | 0.7% | 0.36% | - |
| HSV(B) | 74.31º | 0.82% | 0.62% | - |
| XYZ | 21.19 | 29.05 | 5.59 | - |
| YUV | 133.91 | 68.23 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 158 | 28 | 0.20 | 0 | 0.82 | 0.38 | 74.31 | 0.7 | 0.36 |
| Hex | 7F | 9E | 1C | 14 | 0 | 52 | 26 | 4A | 46 | 24 |
| Octal | 177 | 236 | 34 | 24 | 0 | 122 | 46 | 112 | 106 | 44 |
| Binary | 1111111 | 10011110 | 11100 | 10100 | 0 | 1010010 | 100110 | 1001010 | 1000110 | 100100 |
Color Harmonies of #7F9E1C
Complementary color
Monochromatic Colors of #7F9E1C
Black with #7F9E1C
Text Example
Text Example
White with #7F9E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9E1C; }
p { color: rgb(127,158,28); }
H1.HeaderClassName
{
color: #7F9E1C;
}
.AnyTagClassName
{
color: #7F9E1C;
}
</style>
background-color css
<style>
a { background-color: #7F9E1C; }
a { background-color: rgb(127,158,28); }
div.DivClassName
{
background-color: #7F9E1C;
}
.BgClassName
{
background-color: #7F9E1C;
}
</style>
border-color css
<style>
span { border-color: #7F9E1C; }
span { border-color: rgb(127,158,28); }
td.TdClassName
{
border-color: #7F9E1C;
}
.TagClassName
{
border-color: #7F9E1C;
}
</style>