Shades of Lima #7F9F0D
Tints of Lima #7F9F0D
RGB
CMYK
RGB Variations
Color information
#7F9F0D (or 0x7F9F0D) is known color: Lima. HEX triplet: 7F, 9F and 0D. RGB value is (127,159,13). Sum of RGB (Red+Green+Blue) = 127+159+13=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #7F9F0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9F0D is #8060F2. Grayscale: #858585. Windows color (decimal): -8413427 or 892799. OLE color: 892799.
HSL color Cylindrical-coordinate representation of color #7F9F0D: hue angle of 73.15º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F9F0D is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 159 | 13 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.38 |
| HSL | 73.15º | 0.85% | 0.34% | - |
| HSV(B) | 73.15º | 0.92% | 0.62% | - |
| XYZ | 21.22 | 29.34 | 4.92 | - |
| YUV | 132.79 | 60.4 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 159 | 13 | 0.20 | 0 | 0.92 | 0.38 | 73.15 | 0.85 | 0.34 |
| Hex | 7F | 9F | D | 14 | 0 | 5C | 26 | 49 | 55 | 22 |
| Octal | 177 | 237 | 15 | 24 | 0 | 134 | 46 | 111 | 125 | 42 |
| Binary | 1111111 | 10011111 | 1101 | 10100 | 0 | 1011100 | 100110 | 1001001 | 1010101 | 100010 |
Color Harmonies of #7F9F0D
Complementary color
Monochromatic Colors of #7F9F0D
Black with #7F9F0D
Text Example
Text Example
White with #7F9F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9F0D; }
p { color: rgb(127,159,13); }
H1.HeaderClassName
{
color: #7F9F0D;
}
.AnyTagClassName
{
color: #7F9F0D;
}
</style>
background-color css
<style>
a { background-color: #7F9F0D; }
a { background-color: rgb(127,159,13); }
div.DivClassName
{
background-color: #7F9F0D;
}
.BgClassName
{
background-color: #7F9F0D;
}
</style>
border-color css
<style>
span { border-color: #7F9F0D; }
span { border-color: rgb(127,159,13); }
td.TdClassName
{
border-color: #7F9F0D;
}
.TagClassName
{
border-color: #7F9F0D;
}
</style>