Shades of Lima #7BAF1F
Tints of Lima #7BAF1F
RGB
CMYK
RGB Variations
Color information
#7BAF1F (or 0x7BAF1F) is known color: Lima. HEX triplet: 7B, AF and 1F. RGB value is (123,175,31). Sum of RGB (Red+Green+Blue) = 123+175+31=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAF1F is #8450E0. Grayscale: #8F8F8F. Windows color (decimal): -8671457 or 2076539. OLE color: 2076539.
HSL color Cylindrical-coordinate representation of color #7BAF1F: hue angle of 81.67º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7BAF1F is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 31 | - |
| CMYK | 0.30 | 0 | 0.82 | 0.31 |
| HSL | 81.67º | 0.7% | 0.4% | - |
| HSV(B) | 81.67º | 0.82% | 0.69% | - |
| XYZ | 23.75 | 34.97 | 6.79 | - |
| YUV | 143.04 | 64.77 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 31 | 0.30 | 0 | 0.82 | 0.31 | 81.67 | 0.7 | 0.4 |
| Hex | 7B | AF | 1F | 1E | 0 | 52 | 1F | 52 | 46 | 28 |
| Octal | 173 | 257 | 37 | 36 | 0 | 122 | 37 | 122 | 106 | 50 |
| Binary | 1111011 | 10101111 | 11111 | 11110 | 0 | 1010010 | 11111 | 1010010 | 1000110 | 101000 |
Color Harmonies of #7BAF1F
Complementary color
Monochromatic Colors of #7BAF1F
Black with #7BAF1F
Text Example
Text Example
White with #7BAF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF1F; }
p { color: rgb(123,175,31); }
H1.HeaderClassName
{
color: #7BAF1F;
}
.AnyTagClassName
{
color: #7BAF1F;
}
</style>
background-color css
<style>
a { background-color: #7BAF1F; }
a { background-color: rgb(123,175,31); }
div.DivClassName
{
background-color: #7BAF1F;
}
.BgClassName
{
background-color: #7BAF1F;
}
</style>
border-color css
<style>
span { border-color: #7BAF1F; }
span { border-color: rgb(123,175,31); }
td.TdClassName
{
border-color: #7BAF1F;
}
.TagClassName
{
border-color: #7BAF1F;
}
</style>