Shades of Lima #7BAF0E
Tints of Lima #7BAF0E
RGB
CMYK
RGB Variations
Color information
#7BAF0E (or 0x7BAF0E) is known color: Lima. HEX triplet: 7B, AF and 0E. RGB value is (123,175,14). Sum of RGB (Red+Green+Blue) = 123+175+14=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAF0E is #8450F1. Grayscale: #8D8D8D. Windows color (decimal): -8671474 or 962427. OLE color: 962427.
HSL color Cylindrical-coordinate representation of color #7BAF0E: hue angle of 79.38º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7BAF0E is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 14 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.31 |
| HSL | 79.38º | 0.85% | 0.37% | - |
| HSV(B) | 79.38º | 0.92% | 0.69% | - |
| XYZ | 23.58 | 34.9 | 5.91 | - |
| YUV | 141.1 | 56.27 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 14 | 0.30 | 0 | 0.92 | 0.31 | 79.38 | 0.85 | 0.37 |
| Hex | 7B | AF | E | 1E | 0 | 5C | 1F | 4F | 55 | 25 |
| Octal | 173 | 257 | 16 | 36 | 0 | 134 | 37 | 117 | 125 | 45 |
| Binary | 1111011 | 10101111 | 1110 | 11110 | 0 | 1011100 | 11111 | 1001111 | 1010101 | 100101 |
Color Harmonies of #7BAF0E
Complementary color
Monochromatic Colors of #7BAF0E
Black with #7BAF0E
Text Example
Text Example
White with #7BAF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF0E; }
p { color: rgb(123,175,14); }
H1.HeaderClassName
{
color: #7BAF0E;
}
.AnyTagClassName
{
color: #7BAF0E;
}
</style>
background-color css
<style>
a { background-color: #7BAF0E; }
a { background-color: rgb(123,175,14); }
div.DivClassName
{
background-color: #7BAF0E;
}
.BgClassName
{
background-color: #7BAF0E;
}
</style>
border-color css
<style>
span { border-color: #7BAF0E; }
span { border-color: rgb(123,175,14); }
td.TdClassName
{
border-color: #7BAF0E;
}
.TagClassName
{
border-color: #7BAF0E;
}
</style>