Shades of Lima #78A619
Tints of Lima #78A619
RGB
CMYK
RGB Variations
Color information
#78A619 (or 0x78A619) is known color: Lima. HEX triplet: 78, A6 and 19. RGB value is (120,166,25). Sum of RGB (Red+Green+Blue) = 120+166+25=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 166 (65.23% from 255 or 53.38% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 166 - color contains mainly: green. Hex color #78A619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78A619 is #8759E6. Grayscale: #888888. Windows color (decimal): -8870375 or 1681016. OLE color: 1681016.
HSL color Cylindrical-coordinate representation of color #78A619: hue angle of 79.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #78A619 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 166 | 25 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.35 |
| HSL | 79.57º | 0.74% | 0.37% | - |
| HSV(B) | 79.57º | 0.85% | 0.65% | - |
| XYZ | 21.56 | 31.34 | 5.83 | - |
| YUV | 136.17 | 65.26 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 166 | 25 | 0.28 | 0 | 0.85 | 0.35 | 79.57 | 0.74 | 0.37 |
| Hex | 78 | A6 | 19 | 1C | 0 | 55 | 23 | 50 | 4A | 25 |
| Octal | 170 | 246 | 31 | 34 | 0 | 125 | 43 | 120 | 112 | 45 |
| Binary | 1111000 | 10100110 | 11001 | 11100 | 0 | 1010101 | 100011 | 1010000 | 1001010 | 100101 |
Color Harmonies of #78A619
Complementary color
Monochromatic Colors of #78A619
Black with #78A619
Text Example
Text Example
White with #78A619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A619; }
p { color: rgb(120,166,25); }
H1.HeaderClassName
{
color: #78A619;
}
.AnyTagClassName
{
color: #78A619;
}
</style>
background-color css
<style>
a { background-color: #78A619; }
a { background-color: rgb(120,166,25); }
div.DivClassName
{
background-color: #78A619;
}
.BgClassName
{
background-color: #78A619;
}
</style>
border-color css
<style>
span { border-color: #78A619; }
span { border-color: rgb(120,166,25); }
td.TdClassName
{
border-color: #78A619;
}
.TagClassName
{
border-color: #78A619;
}
</style>