Shades of Lima #789D1D
Tints of Lima #789D1D
RGB
CMYK
RGB Variations
Color information
#789D1D (or 0x789D1D) is known color: Lima. HEX triplet: 78, 9D and 1D. RGB value is (120,157,29). Sum of RGB (Red+Green+Blue) = 120+157+29=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 157 (61.72% from 255 or 51.31% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 157 - color contains mainly: green. Hex color #789D1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789D1D is #8762E2. Grayscale: #838383. Windows color (decimal): -8872675 or 1940856. OLE color: 1940856.
HSL color Cylindrical-coordinate representation of color #789D1D: hue angle of 77.34º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #789D1D is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 157 | 29 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.38 |
| HSL | 77.34º | 0.69% | 0.36% | - |
| HSV(B) | 77.34º | 0.82% | 0.62% | - |
| XYZ | 20.02 | 28.2 | 5.55 | - |
| YUV | 131.35 | 70.24 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 29 | 0.24 | 0 | 0.82 | 0.38 | 77.34 | 0.69 | 0.36 |
| Hex | 78 | 9D | 1D | 18 | 0 | 52 | 26 | 4D | 45 | 24 |
| Octal | 170 | 235 | 35 | 30 | 0 | 122 | 46 | 115 | 105 | 44 |
| Binary | 1111000 | 10011101 | 11101 | 11000 | 0 | 1010010 | 100110 | 1001101 | 1000101 | 100100 |
Color Harmonies of #789D1D
Complementary color
Monochromatic Colors of #789D1D
Black with #789D1D
Text Example
Text Example
White with #789D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789D1D; }
p { color: rgb(120,157,29); }
H1.HeaderClassName
{
color: #789D1D;
}
.AnyTagClassName
{
color: #789D1D;
}
</style>
background-color css
<style>
a { background-color: #789D1D; }
a { background-color: rgb(120,157,29); }
div.DivClassName
{
background-color: #789D1D;
}
.BgClassName
{
background-color: #789D1D;
}
</style>
border-color css
<style>
span { border-color: #789D1D; }
span { border-color: rgb(120,157,29); }
td.TdClassName
{
border-color: #789D1D;
}
.TagClassName
{
border-color: #789D1D;
}
</style>