Shades of Lima #7B9C1D
Tints of Lima #7B9C1D
RGB
CMYK
RGB Variations
Color information
#7B9C1D (or 0x7B9C1D) is known color: Lima. HEX triplet: 7B, 9C and 1D. RGB value is (123,156,29). Sum of RGB (Red+Green+Blue) = 123+156+29=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #7B9C1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9C1D is #8463E2. Grayscale: #848484. Windows color (decimal): -8676323 or 1940603. OLE color: 1940603.
HSL color Cylindrical-coordinate representation of color #7B9C1D: hue angle of 75.59º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B9C1D is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 156 | 29 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.39 |
| HSL | 75.59º | 0.69% | 0.36% | - |
| HSV(B) | 75.59º | 0.81% | 0.61% | - |
| XYZ | 20.28 | 28.08 | 5.51 | - |
| YUV | 131.66 | 70.07 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 156 | 29 | 0.21 | 0 | 0.81 | 0.39 | 75.59 | 0.69 | 0.36 |
| Hex | 7B | 9C | 1D | 15 | 0 | 51 | 27 | 4C | 45 | 24 |
| Octal | 173 | 234 | 35 | 25 | 0 | 121 | 47 | 114 | 105 | 44 |
| Binary | 1111011 | 10011100 | 11101 | 10101 | 0 | 1010001 | 100111 | 1001100 | 1000101 | 100100 |
Color Harmonies of #7B9C1D
Complementary color
Monochromatic Colors of #7B9C1D
Black with #7B9C1D
Text Example
Text Example
White with #7B9C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9C1D; }
p { color: rgb(123,156,29); }
H1.HeaderClassName
{
color: #7B9C1D;
}
.AnyTagClassName
{
color: #7B9C1D;
}
</style>
background-color css
<style>
a { background-color: #7B9C1D; }
a { background-color: rgb(123,156,29); }
div.DivClassName
{
background-color: #7B9C1D;
}
.BgClassName
{
background-color: #7B9C1D;
}
</style>
border-color css
<style>
span { border-color: #7B9C1D; }
span { border-color: rgb(123,156,29); }
td.TdClassName
{
border-color: #7B9C1D;
}
.TagClassName
{
border-color: #7B9C1D;
}
</style>