Shades of Lima #7BAC1B
Tints of Lima #7BAC1B
RGB
CMYK
RGB Variations
Color information
#7BAC1B (or 0x7BAC1B) is known color: Lima. HEX triplet: 7B, AC and 1B. RGB value is (123,172,27). Sum of RGB (Red+Green+Blue) = 123+172+27=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAC1B is #8453E4. Grayscale: #8D8D8D. Windows color (decimal): -8672229 or 1813627. OLE color: 1813627.
HSL color Cylindrical-coordinate representation of color #7BAC1B: hue angle of 80.28º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7BAC1B is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 27 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.33 |
| HSL | 80.28º | 0.73% | 0.39% | - |
| HSV(B) | 80.28º | 0.84% | 0.67% | - |
| XYZ | 23.12 | 33.8 | 6.34 | - |
| YUV | 140.82 | 63.77 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 27 | 0.28 | 0 | 0.84 | 0.33 | 80.28 | 0.73 | 0.39 |
| Hex | 7B | AC | 1B | 1C | 0 | 54 | 21 | 50 | 49 | 27 |
| Octal | 173 | 254 | 33 | 34 | 0 | 124 | 41 | 120 | 111 | 47 |
| Binary | 1111011 | 10101100 | 11011 | 11100 | 0 | 1010100 | 100001 | 1010000 | 1001001 | 100111 |
Color Harmonies of #7BAC1B
Complementary color
Monochromatic Colors of #7BAC1B
Black with #7BAC1B
Text Example
Text Example
White with #7BAC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC1B; }
p { color: rgb(123,172,27); }
H1.HeaderClassName
{
color: #7BAC1B;
}
.AnyTagClassName
{
color: #7BAC1B;
}
</style>
background-color css
<style>
a { background-color: #7BAC1B; }
a { background-color: rgb(123,172,27); }
div.DivClassName
{
background-color: #7BAC1B;
}
.BgClassName
{
background-color: #7BAC1B;
}
</style>
border-color css
<style>
span { border-color: #7BAC1B; }
span { border-color: rgb(123,172,27); }
td.TdClassName
{
border-color: #7BAC1B;
}
.TagClassName
{
border-color: #7BAC1B;
}
</style>