Shades of Lima #7B9D15
Tints of Lima #7B9D15
RGB
CMYK
RGB Variations
Color information
#7B9D15 (or 0x7B9D15) is known color: Lima. HEX triplet: 7B, 9D and 15. RGB value is (123,157,21). Sum of RGB (Red+Green+Blue) = 123+157+21=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #7B9D15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9D15 is #8462EA. Grayscale: #838383. Windows color (decimal): -8676075 or 1416571. OLE color: 1416571.
HSL color Cylindrical-coordinate representation of color #7B9D15: hue angle of 75º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B9D15 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 157 | 21 | - |
| CMYK | 0.22 | 0 | 0.87 | 0.38 |
| HSL | 75º | 0.76% | 0.35% | - |
| HSV(B) | 75º | 0.87% | 0.62% | - |
| XYZ | 20.36 | 28.38 | 5.11 | - |
| YUV | 131.33 | 65.74 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 157 | 21 | 0.22 | 0 | 0.87 | 0.38 | 75 | 0.76 | 0.35 |
| Hex | 7B | 9D | 15 | 16 | 0 | 57 | 26 | 4B | 4C | 23 |
| Octal | 173 | 235 | 25 | 26 | 0 | 127 | 46 | 113 | 114 | 43 |
| Binary | 1111011 | 10011101 | 10101 | 10110 | 0 | 1010111 | 100110 | 1001011 | 1001100 | 100011 |
Color Harmonies of #7B9D15
Complementary color
Monochromatic Colors of #7B9D15
Black with #7B9D15
Text Example
Text Example
White with #7B9D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9D15; }
p { color: rgb(123,157,21); }
H1.HeaderClassName
{
color: #7B9D15;
}
.AnyTagClassName
{
color: #7B9D15;
}
</style>
background-color css
<style>
a { background-color: #7B9D15; }
a { background-color: rgb(123,157,21); }
div.DivClassName
{
background-color: #7B9D15;
}
.BgClassName
{
background-color: #7B9D15;
}
</style>
border-color css
<style>
span { border-color: #7B9D15; }
span { border-color: rgb(123,157,21); }
td.TdClassName
{
border-color: #7B9D15;
}
.TagClassName
{
border-color: #7B9D15;
}
</style>