Shades of Lima #78A623
Tints of Lima #78A623
RGB
CMYK
RGB Variations
Color information
#78A623 (or 0x78A623) is known color: Lima. HEX triplet: 78, A6 and 23. RGB value is (120,166,35). Sum of RGB (Red+Green+Blue) = 120+166+35=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #78A623 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A623 is #8759DC. Grayscale: #898989. Windows color (decimal): -8870365 or 2336376. OLE color: 2336376.
HSL color Cylindrical-coordinate representation of color #78A623: hue angle of 81.07º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78A623 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 166 | 35 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.35 |
| HSL | 81.07º | 0.65% | 0.39% | - |
| HSV(B) | 81.07º | 0.79% | 0.65% | - |
| XYZ | 21.69 | 31.39 | 6.51 | - |
| YUV | 137.31 | 70.26 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 166 | 35 | 0.28 | 0 | 0.79 | 0.35 | 81.07 | 0.65 | 0.39 |
| Hex | 78 | A6 | 23 | 1C | 0 | 4F | 23 | 51 | 41 | 27 |
| Octal | 170 | 246 | 43 | 34 | 0 | 117 | 43 | 121 | 101 | 47 |
| Binary | 1111000 | 10100110 | 100011 | 11100 | 0 | 1001111 | 100011 | 1010001 | 1000001 | 100111 |
Color Harmonies of #78A623
Complementary color
Monochromatic Colors of #78A623
Black with #78A623
Text Example
Text Example
White with #78A623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A623; }
p { color: rgb(120,166,35); }
H1.HeaderClassName
{
color: #78A623;
}
.AnyTagClassName
{
color: #78A623;
}
</style>
background-color css
<style>
a { background-color: #78A623; }
a { background-color: rgb(120,166,35); }
div.DivClassName
{
background-color: #78A623;
}
.BgClassName
{
background-color: #78A623;
}
</style>
border-color css
<style>
span { border-color: #78A623; }
span { border-color: rgb(120,166,35); }
td.TdClassName
{
border-color: #78A623;
}
.TagClassName
{
border-color: #78A623;
}
</style>