Shades of Lima #799F19
Tints of Lima #799F19
RGB
CMYK
RGB Variations
Color information
#799F19 (or 0x799F19) is known color: Lima. HEX triplet: 79, 9F and 19. RGB value is (121,159,25). Sum of RGB (Red+Green+Blue) = 121+159+25=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 159 (62.5% from 255 or 52.13% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 159 - color contains mainly: green. Hex color #799F19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799F19 is #8660E6. Grayscale: #848484. Windows color (decimal): -8806631 or 1679225. OLE color: 1679225.
HSL color Cylindrical-coordinate representation of color #799F19: hue angle of 77.01º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #799F19 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 159 | 25 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.38 |
| HSL | 77.01º | 0.73% | 0.36% | - |
| HSV(B) | 77.01º | 0.84% | 0.62% | - |
| XYZ | 20.46 | 28.93 | 5.43 | - |
| YUV | 132.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 25 | 0.24 | 0 | 0.84 | 0.38 | 77.01 | 0.73 | 0.36 |
| Hex | 79 | 9F | 19 | 18 | 0 | 54 | 26 | 4D | 49 | 24 |
| Octal | 171 | 237 | 31 | 30 | 0 | 124 | 46 | 115 | 111 | 44 |
| Binary | 1111001 | 10011111 | 11001 | 11000 | 0 | 1010100 | 100110 | 1001101 | 1001001 | 100100 |
Color Harmonies of #799F19
Complementary color
Monochromatic Colors of #799F19
Black with #799F19
Text Example
Text Example
White with #799F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799F19; }
p { color: rgb(121,159,25); }
H1.HeaderClassName
{
color: #799F19;
}
.AnyTagClassName
{
color: #799F19;
}
</style>
background-color css
<style>
a { background-color: #799F19; }
a { background-color: rgb(121,159,25); }
div.DivClassName
{
background-color: #799F19;
}
.BgClassName
{
background-color: #799F19;
}
</style>
border-color css
<style>
span { border-color: #799F19; }
span { border-color: rgb(121,159,25); }
td.TdClassName
{
border-color: #799F19;
}
.TagClassName
{
border-color: #799F19;
}
</style>