Shades of Lima #7F9F0A
Tints of Lima #7F9F0A
RGB
CMYK
RGB Variations
Color information
#7F9F0A (or 0x7F9F0A) is known color: Lima. HEX triplet: 7F, 9F and 0A. RGB value is (127,159,10). Sum of RGB (Red+Green+Blue) = 127+159+10=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 159 (62.5% from 255 or 53.72% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 159 - color contains mainly: green. Hex color #7F9F0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9F0A is #8060F5. Grayscale: #858585. Windows color (decimal): -8413430 or 696191. OLE color: 696191.
HSL color Cylindrical-coordinate representation of color #7F9F0A: hue angle of 72.89º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F9F0A is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 159 | 10 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.38 |
| HSL | 72.89º | 0.88% | 0.33% | - |
| HSV(B) | 72.89º | 0.94% | 0.62% | - |
| XYZ | 21.21 | 29.33 | 4.83 | - |
| YUV | 132.45 | 58.9 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 159 | 10 | 0.20 | 0 | 0.94 | 0.38 | 72.89 | 0.88 | 0.33 |
| Hex | 7F | 9F | A | 14 | 0 | 5E | 26 | 49 | 58 | 21 |
| Octal | 177 | 237 | 12 | 24 | 0 | 136 | 46 | 111 | 130 | 41 |
| Binary | 1111111 | 10011111 | 1010 | 10100 | 0 | 1011110 | 100110 | 1001001 | 1011000 | 100001 |
Color Harmonies of #7F9F0A
Complementary color
Monochromatic Colors of #7F9F0A
Black with #7F9F0A
Text Example
Text Example
White with #7F9F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9F0A; }
p { color: rgb(127,159,10); }
H1.HeaderClassName
{
color: #7F9F0A;
}
.AnyTagClassName
{
color: #7F9F0A;
}
</style>
background-color css
<style>
a { background-color: #7F9F0A; }
a { background-color: rgb(127,159,10); }
div.DivClassName
{
background-color: #7F9F0A;
}
.BgClassName
{
background-color: #7F9F0A;
}
</style>
border-color css
<style>
span { border-color: #7F9F0A; }
span { border-color: rgb(127,159,10); }
td.TdClassName
{
border-color: #7F9F0A;
}
.TagClassName
{
border-color: #7F9F0A;
}
</style>