Shades of Lima #78B739
Tints of Lima #78B739
RGB
CMYK
RGB Variations
Color information
#78B739 (or 0x78B739) is known color: Lima. HEX triplet: 78, B7 and 39. RGB value is (120,183,57). Sum of RGB (Red+Green+Blue) = 120+183+57=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #78B739 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B739 is #8748C6. Grayscale: #969696. Windows color (decimal): -8865991 or 3782520. OLE color: 3782520.
HSL color Cylindrical-coordinate representation of color #78B739: hue angle of 90º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78B739 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 183 | 57 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.28 |
| HSL | 90º | 0.53% | 0.47% | - |
| HSV(B) | 90º | 0.69% | 0.72% | - |
| XYZ | 25.42 | 38.16 | 9.9 | - |
| YUV | 149.8 | 75.63 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 183 | 57 | 0.34 | 0 | 0.69 | 0.28 | 90 | 0.53 | 0.47 |
| Hex | 78 | B7 | 39 | 22 | 0 | 45 | 1C | 5A | 34 | 2F |
| Octal | 170 | 267 | 71 | 42 | 0 | 105 | 34 | 132 | 64 | 57 |
| Binary | 1111000 | 10110111 | 111001 | 100010 | 0 | 1000101 | 11100 | 1011010 | 110100 | 101111 |
Color Harmonies of #78B739
Complementary color
Monochromatic Colors of #78B739
Black with #78B739
Text Example
Text Example
White with #78B739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B739; }
p { color: rgb(120,183,57); }
H1.HeaderClassName
{
color: #78B739;
}
.AnyTagClassName
{
color: #78B739;
}
</style>
background-color css
<style>
a { background-color: #78B739; }
a { background-color: rgb(120,183,57); }
div.DivClassName
{
background-color: #78B739;
}
.BgClassName
{
background-color: #78B739;
}
</style>
border-color css
<style>
span { border-color: #78B739; }
span { border-color: rgb(120,183,57); }
td.TdClassName
{
border-color: #78B739;
}
.TagClassName
{
border-color: #78B739;
}
</style>