Shades of Lima #7A9B1C
Tints of Lima #7A9B1C
RGB
CMYK
RGB Variations
Color information
#7A9B1C (or 0x7A9B1C) is known color: Lima. HEX triplet: 7A, 9B and 1C. RGB value is (122,155,28). Sum of RGB (Red+Green+Blue) = 122+155+28=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9B1C is #8564E3. Grayscale: #838383. Windows color (decimal): -8742116 or 1874810. OLE color: 1874810.
HSL color Cylindrical-coordinate representation of color #7A9B1C: 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.82%. Process color model (Four color, CMYK) of #7A9B1C is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 155 | 28 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.39 |
| HSL | 75.59º | 0.69% | 0.36% | - |
| HSV(B) | 75.59º | 0.82% | 0.61% | - |
| XYZ | 19.96 | 27.66 | 5.39 | - |
| YUV | 130.66 | 70.07 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 28 | 0.21 | 0 | 0.82 | 0.39 | 75.59 | 0.69 | 0.36 |
| Hex | 7A | 9B | 1C | 15 | 0 | 52 | 27 | 4C | 45 | 24 |
| Octal | 172 | 233 | 34 | 25 | 0 | 122 | 47 | 114 | 105 | 44 |
| Binary | 1111010 | 10011011 | 11100 | 10101 | 0 | 1010010 | 100111 | 1001100 | 1000101 | 100100 |
Color Harmonies of #7A9B1C
Complementary color
Monochromatic Colors of #7A9B1C
Black with #7A9B1C
Text Example
Text Example
White with #7A9B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9B1C; }
p { color: rgb(122,155,28); }
H1.HeaderClassName
{
color: #7A9B1C;
}
.AnyTagClassName
{
color: #7A9B1C;
}
</style>
background-color css
<style>
a { background-color: #7A9B1C; }
a { background-color: rgb(122,155,28); }
div.DivClassName
{
background-color: #7A9B1C;
}
.BgClassName
{
background-color: #7A9B1C;
}
</style>
border-color css
<style>
span { border-color: #7A9B1C; }
span { border-color: rgb(122,155,28); }
td.TdClassName
{
border-color: #7A9B1C;
}
.TagClassName
{
border-color: #7A9B1C;
}
</style>