Shades of Lima #7BAB23
Tints of Lima #7BAB23
RGB
CMYK
RGB Variations
Color information
#7BAB23 (or 0x7BAB23) is known color: Lima. HEX triplet: 7B, AB and 23. RGB value is (123,171,35). Sum of RGB (Red+Green+Blue) = 123+171+35=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAB23 is #8454DC. Grayscale: #8D8D8D. Windows color (decimal): -8672477 or 2337659. OLE color: 2337659.
HSL color Cylindrical-coordinate representation of color #7BAB23: hue angle of 81.18º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7BAB23 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 35 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.33 |
| HSL | 81.18º | 0.66% | 0.4% | - |
| HSV(B) | 81.18º | 0.8% | 0.67% | - |
| XYZ | 23.03 | 33.46 | 6.83 | - |
| YUV | 141.14 | 68.1 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 35 | 0.28 | 0 | 0.80 | 0.33 | 81.18 | 0.66 | 0.4 |
| Hex | 7B | AB | 23 | 1C | 0 | 50 | 21 | 51 | 42 | 28 |
| Octal | 173 | 253 | 43 | 34 | 0 | 120 | 41 | 121 | 102 | 50 |
| Binary | 1111011 | 10101011 | 100011 | 11100 | 0 | 1010000 | 100001 | 1010001 | 1000010 | 101000 |
Color Harmonies of #7BAB23
Complementary color
Monochromatic Colors of #7BAB23
Black with #7BAB23
Text Example
Text Example
White with #7BAB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB23; }
p { color: rgb(123,171,35); }
H1.HeaderClassName
{
color: #7BAB23;
}
.AnyTagClassName
{
color: #7BAB23;
}
</style>
background-color css
<style>
a { background-color: #7BAB23; }
a { background-color: rgb(123,171,35); }
div.DivClassName
{
background-color: #7BAB23;
}
.BgClassName
{
background-color: #7BAB23;
}
</style>
border-color css
<style>
span { border-color: #7BAB23; }
span { border-color: rgb(123,171,35); }
td.TdClassName
{
border-color: #7BAB23;
}
.TagClassName
{
border-color: #7BAB23;
}
</style>