Shades of Lima #7BAF0C
Tints of Lima #7BAF0C
RGB
CMYK
RGB Variations
Color information
#7BAF0C (or 0x7BAF0C) is known color: Lima. HEX triplet: 7B, AF and 0C. RGB value is (123,175,12). Sum of RGB (Red+Green+Blue) = 123+175+12=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAF0C is #8450F3. Grayscale: #8D8D8D. Windows color (decimal): -8671476 or 831355. OLE color: 831355.
HSL color Cylindrical-coordinate representation of color #7BAF0C: hue angle of 79.14º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7BAF0C is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 12 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.31 |
| HSL | 79.14º | 0.87% | 0.37% | - |
| HSV(B) | 79.14º | 0.93% | 0.69% | - |
| XYZ | 23.56 | 34.9 | 5.84 | - |
| YUV | 140.87 | 55.27 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 12 | 0.30 | 0 | 0.93 | 0.31 | 79.14 | 0.87 | 0.37 |
| Hex | 7B | AF | C | 1E | 0 | 5D | 1F | 4F | 57 | 25 |
| Octal | 173 | 257 | 14 | 36 | 0 | 135 | 37 | 117 | 127 | 45 |
| Binary | 1111011 | 10101111 | 1100 | 11110 | 0 | 1011101 | 11111 | 1001111 | 1010111 | 100101 |
Color Harmonies of #7BAF0C
Complementary color
Monochromatic Colors of #7BAF0C
Black with #7BAF0C
Text Example
Text Example
White with #7BAF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF0C; }
p { color: rgb(123,175,12); }
H1.HeaderClassName
{
color: #7BAF0C;
}
.AnyTagClassName
{
color: #7BAF0C;
}
</style>
background-color css
<style>
a { background-color: #7BAF0C; }
a { background-color: rgb(123,175,12); }
div.DivClassName
{
background-color: #7BAF0C;
}
.BgClassName
{
background-color: #7BAF0C;
}
</style>
border-color css
<style>
span { border-color: #7BAF0C; }
span { border-color: rgb(123,175,12); }
td.TdClassName
{
border-color: #7BAF0C;
}
.TagClassName
{
border-color: #7BAF0C;
}
</style>