Shades of Lima #7BA81F
Tints of Lima #7BA81F
RGB
CMYK
RGB Variations
Color information
#7BA81F (or 0x7BA81F) is known color: Lima. HEX triplet: 7B, A8 and 1F. RGB value is (123,168,31). Sum of RGB (Red+Green+Blue) = 123+168+31=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #7BA81F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA81F is #8457E0. Grayscale: #8B8B8B. Windows color (decimal): -8673249 or 2074747. OLE color: 2074747.
HSL color Cylindrical-coordinate representation of color #7BA81F: hue angle of 79.71º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7BA81F is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 168 | 31 | - |
| CMYK | 0.27 | 0 | 0.82 | 0.34 |
| HSL | 79.71º | 0.69% | 0.39% | - |
| HSV(B) | 79.71º | 0.82% | 0.66% | - |
| XYZ | 22.42 | 32.32 | 6.35 | - |
| YUV | 138.93 | 67.09 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 168 | 31 | 0.27 | 0 | 0.82 | 0.34 | 79.71 | 0.69 | 0.39 |
| Hex | 7B | A8 | 1F | 1B | 0 | 52 | 22 | 50 | 45 | 27 |
| Octal | 173 | 250 | 37 | 33 | 0 | 122 | 42 | 120 | 105 | 47 |
| Binary | 1111011 | 10101000 | 11111 | 11011 | 0 | 1010010 | 100010 | 1010000 | 1000101 | 100111 |
Color Harmonies of #7BA81F
Complementary color
Monochromatic Colors of #7BA81F
Black with #7BA81F
Text Example
Text Example
White with #7BA81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA81F; }
p { color: rgb(123,168,31); }
H1.HeaderClassName
{
color: #7BA81F;
}
.AnyTagClassName
{
color: #7BA81F;
}
</style>
background-color css
<style>
a { background-color: #7BA81F; }
a { background-color: rgb(123,168,31); }
div.DivClassName
{
background-color: #7BA81F;
}
.BgClassName
{
background-color: #7BA81F;
}
</style>
border-color css
<style>
span { border-color: #7BA81F; }
span { border-color: rgb(123,168,31); }
td.TdClassName
{
border-color: #7BA81F;
}
.TagClassName
{
border-color: #7BA81F;
}
</style>