Shades of Lima #7BAB27
Tints of Lima #7BAB27
RGB
CMYK
RGB Variations
Color information
#7BAB27 (or 0x7BAB27) is known color: Lima. HEX triplet: 7B, AB and 27. RGB value is (123,171,39). Sum of RGB (Red+Green+Blue) = 123+171+39=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAB27 is #8454D8. Grayscale: #8E8E8E. Windows color (decimal): -8672473 or 2599803. OLE color: 2599803.
HSL color Cylindrical-coordinate representation of color #7BAB27: hue angle of 81.82º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7BAB27 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 39 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.33 |
| HSL | 81.82º | 0.63% | 0.41% | - |
| HSV(B) | 81.82º | 0.77% | 0.67% | - |
| XYZ | 23.1 | 33.48 | 7.17 | - |
| YUV | 141.6 | 70.1 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 39 | 0.28 | 0 | 0.77 | 0.33 | 81.82 | 0.63 | 0.41 |
| Hex | 7B | AB | 27 | 1C | 0 | 4D | 21 | 52 | 3F | 29 |
| Octal | 173 | 253 | 47 | 34 | 0 | 115 | 41 | 122 | 77 | 51 |
| Binary | 1111011 | 10101011 | 100111 | 11100 | 0 | 1001101 | 100001 | 1010010 | 111111 | 101001 |
Color Harmonies of #7BAB27
Complementary color
Monochromatic Colors of #7BAB27
Black with #7BAB27
Text Example
Text Example
White with #7BAB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB27; }
p { color: rgb(123,171,39); }
H1.HeaderClassName
{
color: #7BAB27;
}
.AnyTagClassName
{
color: #7BAB27;
}
</style>
background-color css
<style>
a { background-color: #7BAB27; }
a { background-color: rgb(123,171,39); }
div.DivClassName
{
background-color: #7BAB27;
}
.BgClassName
{
background-color: #7BAB27;
}
</style>
border-color css
<style>
span { border-color: #7BAB27; }
span { border-color: rgb(123,171,39); }
td.TdClassName
{
border-color: #7BAB27;
}
.TagClassName
{
border-color: #7BAB27;
}
</style>