Shades of Lima #7B9D1C
Tints of Lima #7B9D1C
RGB
CMYK
RGB Variations
Color information
#7B9D1C (or 0x7B9D1C) is known color: Lima. HEX triplet: 7B, 9D and 1C. RGB value is (123,157,28). Sum of RGB (Red+Green+Blue) = 123+157+28=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #7B9D1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9D1C is #8462E3. Grayscale: #848484. Windows color (decimal): -8676068 or 1875323. OLE color: 1875323.
HSL color Cylindrical-coordinate representation of color #7B9D1C: hue angle of 75.81º degrees, saturation: 0.7, 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 #7B9D1C is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 157 | 28 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.38 |
| HSL | 75.81º | 0.7% | 0.36% | - |
| HSV(B) | 75.81º | 0.82% | 0.62% | - |
| XYZ | 20.43 | 28.41 | 5.51 | - |
| YUV | 132.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 157 | 28 | 0.22 | 0 | 0.82 | 0.38 | 75.81 | 0.7 | 0.36 |
| Hex | 7B | 9D | 1C | 16 | 0 | 52 | 26 | 4C | 46 | 24 |
| Octal | 173 | 235 | 34 | 26 | 0 | 122 | 46 | 114 | 106 | 44 |
| Binary | 1111011 | 10011101 | 11100 | 10110 | 0 | 1010010 | 100110 | 1001100 | 1000110 | 100100 |
Color Harmonies of #7B9D1C
Complementary color
Monochromatic Colors of #7B9D1C
Black with #7B9D1C
Text Example
Text Example
White with #7B9D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9D1C; }
p { color: rgb(123,157,28); }
H1.HeaderClassName
{
color: #7B9D1C;
}
.AnyTagClassName
{
color: #7B9D1C;
}
</style>
background-color css
<style>
a { background-color: #7B9D1C; }
a { background-color: rgb(123,157,28); }
div.DivClassName
{
background-color: #7B9D1C;
}
.BgClassName
{
background-color: #7B9D1C;
}
</style>
border-color css
<style>
span { border-color: #7B9D1C; }
span { border-color: rgb(123,157,28); }
td.TdClassName
{
border-color: #7B9D1C;
}
.TagClassName
{
border-color: #7B9D1C;
}
</style>