Shades of Lima #7BAB21
Tints of Lima #7BAB21
RGB
CMYK
RGB Variations
Color information
#7BAB21 (or 0x7BAB21) is known color: Lima. HEX triplet: 7B, AB and 21. RGB value is (123,171,33). Sum of RGB (Red+Green+Blue) = 123+171+33=327 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.61% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAB21 is #8454DE. Grayscale: #8D8D8D. Windows color (decimal): -8672479 or 2206587. OLE color: 2206587.
HSL color Cylindrical-coordinate representation of color #7BAB21: hue angle of 80.87º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7BAB21 is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 33 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.33 |
| HSL | 80.87º | 0.68% | 0.4% | - |
| HSV(B) | 80.87º | 0.81% | 0.67% | - |
| XYZ | 23.01 | 33.45 | 6.68 | - |
| YUV | 140.92 | 67.1 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 33 | 0.28 | 0 | 0.81 | 0.33 | 80.87 | 0.68 | 0.4 |
| Hex | 7B | AB | 21 | 1C | 0 | 51 | 21 | 51 | 44 | 28 |
| Octal | 173 | 253 | 41 | 34 | 0 | 121 | 41 | 121 | 104 | 50 |
| Binary | 1111011 | 10101011 | 100001 | 11100 | 0 | 1010001 | 100001 | 1010001 | 1000100 | 101000 |
Color Harmonies of #7BAB21
Complementary color
Monochromatic Colors of #7BAB21
Black with #7BAB21
Text Example
Text Example
White with #7BAB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB21; }
p { color: rgb(123,171,33); }
H1.HeaderClassName
{
color: #7BAB21;
}
.AnyTagClassName
{
color: #7BAB21;
}
</style>
background-color css
<style>
a { background-color: #7BAB21; }
a { background-color: rgb(123,171,33); }
div.DivClassName
{
background-color: #7BAB21;
}
.BgClassName
{
background-color: #7BAB21;
}
</style>
border-color css
<style>
span { border-color: #7BAB21; }
span { border-color: rgb(123,171,33); }
td.TdClassName
{
border-color: #7BAB21;
}
.TagClassName
{
border-color: #7BAB21;
}
</style>