Shades of Lima #7BAF20
Tints of Lima #7BAF20
RGB
CMYK
RGB Variations
Color information
#7BAF20 (or 0x7BAF20) is known color: Lima. HEX triplet: 7B, AF and 20. RGB value is (123,175,32). Sum of RGB (Red+Green+Blue) = 123+175+32=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 175 (68.75% from 255 or 53.03% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAF20 is #8450DF. Grayscale: #8F8F8F. Windows color (decimal): -8671456 or 2142075. OLE color: 2142075.
HSL color Cylindrical-coordinate representation of color #7BAF20: hue angle of 81.82º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7BAF20 is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 32 | - |
| CMYK | 0.30 | 0 | 0.82 | 0.31 |
| HSL | 81.82º | 0.69% | 0.41% | - |
| HSV(B) | 81.82º | 0.82% | 0.69% | - |
| XYZ | 23.76 | 34.98 | 6.87 | - |
| YUV | 143.15 | 65.27 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 32 | 0.30 | 0 | 0.82 | 0.31 | 81.82 | 0.69 | 0.41 |
| Hex | 7B | AF | 20 | 1E | 0 | 52 | 1F | 52 | 45 | 29 |
| Octal | 173 | 257 | 40 | 36 | 0 | 122 | 37 | 122 | 105 | 51 |
| Binary | 1111011 | 10101111 | 100000 | 11110 | 0 | 1010010 | 11111 | 1010010 | 1000101 | 101001 |
Color Harmonies of #7BAF20
Complementary color
Monochromatic Colors of #7BAF20
Black with #7BAF20
Text Example
Text Example
White with #7BAF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF20; }
p { color: rgb(123,175,32); }
H1.HeaderClassName
{
color: #7BAF20;
}
.AnyTagClassName
{
color: #7BAF20;
}
</style>
background-color css
<style>
a { background-color: #7BAF20; }
a { background-color: rgb(123,175,32); }
div.DivClassName
{
background-color: #7BAF20;
}
.BgClassName
{
background-color: #7BAF20;
}
</style>
border-color css
<style>
span { border-color: #7BAF20; }
span { border-color: rgb(123,175,32); }
td.TdClassName
{
border-color: #7BAF20;
}
.TagClassName
{
border-color: #7BAF20;
}
</style>