Shades of Lima #7BA827
Tints of Lima #7BA827
RGB
CMYK
RGB Variations
Color information
#7BA827 (or 0x7BA827) is known color: Lima. HEX triplet: 7B, A8 and 27. RGB value is (123,168,39). Sum of RGB (Red+Green+Blue) = 123+168+39=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #7BA827 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA827 is #8457D8. Grayscale: #8C8C8C. Windows color (decimal): -8673241 or 2599035. OLE color: 2599035.
HSL color Cylindrical-coordinate representation of color #7BA827: hue angle of 80.93º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7BA827 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 168 | 39 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.34 |
| HSL | 80.93º | 0.62% | 0.41% | - |
| HSV(B) | 80.93º | 0.77% | 0.66% | - |
| XYZ | 22.54 | 32.36 | 6.98 | - |
| YUV | 139.84 | 71.09 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 168 | 39 | 0.27 | 0 | 0.77 | 0.34 | 80.93 | 0.62 | 0.41 |
| Hex | 7B | A8 | 27 | 1B | 0 | 4D | 22 | 51 | 3E | 29 |
| Octal | 173 | 250 | 47 | 33 | 0 | 115 | 42 | 121 | 76 | 51 |
| Binary | 1111011 | 10101000 | 100111 | 11011 | 0 | 1001101 | 100010 | 1010001 | 111110 | 101001 |
Color Harmonies of #7BA827
Complementary color
Monochromatic Colors of #7BA827
Black with #7BA827
Text Example
Text Example
White with #7BA827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA827; }
p { color: rgb(123,168,39); }
H1.HeaderClassName
{
color: #7BA827;
}
.AnyTagClassName
{
color: #7BA827;
}
</style>
background-color css
<style>
a { background-color: #7BA827; }
a { background-color: rgb(123,168,39); }
div.DivClassName
{
background-color: #7BA827;
}
.BgClassName
{
background-color: #7BA827;
}
</style>
border-color css
<style>
span { border-color: #7BA827; }
span { border-color: rgb(123,168,39); }
td.TdClassName
{
border-color: #7BA827;
}
.TagClassName
{
border-color: #7BA827;
}
</style>