Shades of Lima #78A61E
Tints of Lima #78A61E
RGB
CMYK
RGB Variations
Color information
#78A61E (or 0x78A61E) is known color: Lima. HEX triplet: 78, A6 and 1E. RGB value is (120,166,30). Sum of RGB (Red+Green+Blue) = 120+166+30=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 166 (65.23% from 255 or 52.53% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 166 - color contains mainly: green. Hex color #78A61E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A61E is #8759E1. Grayscale: #898989. Windows color (decimal): -8870370 or 2008696. OLE color: 2008696.
HSL color Cylindrical-coordinate representation of color #78A61E: hue angle of 80.29º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78A61E is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 166 | 30 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.35 |
| HSL | 80.29º | 0.69% | 0.38% | - |
| HSV(B) | 80.29º | 0.82% | 0.65% | - |
| XYZ | 21.62 | 31.36 | 6.14 | - |
| YUV | 136.74 | 67.76 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 166 | 30 | 0.28 | 0 | 0.82 | 0.35 | 80.29 | 0.69 | 0.38 |
| Hex | 78 | A6 | 1E | 1C | 0 | 52 | 23 | 50 | 45 | 26 |
| Octal | 170 | 246 | 36 | 34 | 0 | 122 | 43 | 120 | 105 | 46 |
| Binary | 1111000 | 10100110 | 11110 | 11100 | 0 | 1010010 | 100011 | 1010000 | 1000101 | 100110 |
Color Harmonies of #78A61E
Complementary color
Monochromatic Colors of #78A61E
Black with #78A61E
Text Example
Text Example
White with #78A61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A61E; }
p { color: rgb(120,166,30); }
H1.HeaderClassName
{
color: #78A61E;
}
.AnyTagClassName
{
color: #78A61E;
}
</style>
background-color css
<style>
a { background-color: #78A61E; }
a { background-color: rgb(120,166,30); }
div.DivClassName
{
background-color: #78A61E;
}
.BgClassName
{
background-color: #78A61E;
}
</style>
border-color css
<style>
span { border-color: #78A61E; }
span { border-color: rgb(120,166,30); }
td.TdClassName
{
border-color: #78A61E;
}
.TagClassName
{
border-color: #78A61E;
}
</style>