Shades of Lima #789F20
Tints of Lima #789F20
RGB
CMYK
RGB Variations
Color information
#789F20 (or 0x789F20) is known color: Lima. HEX triplet: 78, 9F and 20. RGB value is (120,159,32). Sum of RGB (Red+Green+Blue) = 120+159+32=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 159 (62.5% from 255 or 51.13% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 159 - color contains mainly: green. Hex color #789F20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789F20 is #8760DF. Grayscale: #858585. Windows color (decimal): -8872160 or 2137976. OLE color: 2137976.
HSL color Cylindrical-coordinate representation of color #789F20: hue angle of 78.43º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #789F20 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 159 | 32 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.38 |
| HSL | 78.43º | 0.66% | 0.37% | - |
| HSV(B) | 78.43º | 0.8% | 0.62% | - |
| XYZ | 20.4 | 28.89 | 5.87 | - |
| YUV | 132.86 | 71.08 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 32 | 0.25 | 0 | 0.80 | 0.38 | 78.43 | 0.66 | 0.37 |
| Hex | 78 | 9F | 20 | 19 | 0 | 50 | 26 | 4E | 42 | 25 |
| Octal | 170 | 237 | 40 | 31 | 0 | 120 | 46 | 116 | 102 | 45 |
| Binary | 1111000 | 10011111 | 100000 | 11001 | 0 | 1010000 | 100110 | 1001110 | 1000010 | 100101 |
Color Harmonies of #789F20
Complementary color
Monochromatic Colors of #789F20
Black with #789F20
Text Example
Text Example
White with #789F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789F20; }
p { color: rgb(120,159,32); }
H1.HeaderClassName
{
color: #789F20;
}
.AnyTagClassName
{
color: #789F20;
}
</style>
background-color css
<style>
a { background-color: #789F20; }
a { background-color: rgb(120,159,32); }
div.DivClassName
{
background-color: #789F20;
}
.BgClassName
{
background-color: #789F20;
}
</style>
border-color css
<style>
span { border-color: #789F20; }
span { border-color: rgb(120,159,32); }
td.TdClassName
{
border-color: #789F20;
}
.TagClassName
{
border-color: #789F20;
}
</style>