Shades of Lima #78B736
Tints of Lima #78B736
RGB
CMYK
RGB Variations
Color information
#78B736 (or 0x78B736) is known color: Lima. HEX triplet: 78, B7 and 36. RGB value is (120,183,54). Sum of RGB (Red+Green+Blue) = 120+183+54=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 183 (71.88% from 255 or 51.26% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 183 - color contains mainly: green. Hex color #78B736 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B736 is #8748C9. Grayscale: #959595. Windows color (decimal): -8865994 or 3585912. OLE color: 3585912.
HSL color Cylindrical-coordinate representation of color #78B736: hue angle of 89.3º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78B736 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 183 | 54 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.28 |
| HSL | 89.3º | 0.54% | 0.46% | - |
| HSV(B) | 89.3º | 0.7% | 0.72% | - |
| XYZ | 25.35 | 38.13 | 9.51 | - |
| YUV | 149.46 | 74.13 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 183 | 54 | 0.34 | 0 | 0.70 | 0.28 | 89.3 | 0.54 | 0.46 |
| Hex | 78 | B7 | 36 | 22 | 0 | 46 | 1C | 59 | 36 | 2E |
| Octal | 170 | 267 | 66 | 42 | 0 | 106 | 34 | 131 | 66 | 56 |
| Binary | 1111000 | 10110111 | 110110 | 100010 | 0 | 1000110 | 11100 | 1011001 | 110110 | 101110 |
Color Harmonies of #78B736
Complementary color
Monochromatic Colors of #78B736
Black with #78B736
Text Example
Text Example
White with #78B736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B736; }
p { color: rgb(120,183,54); }
H1.HeaderClassName
{
color: #78B736;
}
.AnyTagClassName
{
color: #78B736;
}
</style>
background-color css
<style>
a { background-color: #78B736; }
a { background-color: rgb(120,183,54); }
div.DivClassName
{
background-color: #78B736;
}
.BgClassName
{
background-color: #78B736;
}
</style>
border-color css
<style>
span { border-color: #78B736; }
span { border-color: rgb(120,183,54); }
td.TdClassName
{
border-color: #78B736;
}
.TagClassName
{
border-color: #78B736;
}
</style>