Shades of Lima #7BAF15
Tints of Lima #7BAF15
RGB
CMYK
RGB Variations
Color information
#7BAF15 (or 0x7BAF15) is known color: Lima. HEX triplet: 7B, AF and 15. RGB value is (123,175,21). Sum of RGB (Red+Green+Blue) = 123+175+21=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAF15 is #8450EA. Grayscale: #8E8E8E. Windows color (decimal): -8671467 or 1421179. OLE color: 1421179.
HSL color Cylindrical-coordinate representation of color #7BAF15: hue angle of 80.26º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7BAF15 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 21 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.31 |
| HSL | 80.26º | 0.79% | 0.38% | - |
| HSV(B) | 80.26º | 0.88% | 0.69% | - |
| XYZ | 23.63 | 34.93 | 6.21 | - |
| YUV | 141.9 | 59.77 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 21 | 0.30 | 0 | 0.88 | 0.31 | 80.26 | 0.79 | 0.38 |
| Hex | 7B | AF | 15 | 1E | 0 | 58 | 1F | 50 | 4F | 26 |
| Octal | 173 | 257 | 25 | 36 | 0 | 130 | 37 | 120 | 117 | 46 |
| Binary | 1111011 | 10101111 | 10101 | 11110 | 0 | 1011000 | 11111 | 1010000 | 1001111 | 100110 |
Color Harmonies of #7BAF15
Complementary color
Monochromatic Colors of #7BAF15
Black with #7BAF15
Text Example
Text Example
White with #7BAF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF15; }
p { color: rgb(123,175,21); }
H1.HeaderClassName
{
color: #7BAF15;
}
.AnyTagClassName
{
color: #7BAF15;
}
</style>
background-color css
<style>
a { background-color: #7BAF15; }
a { background-color: rgb(123,175,21); }
div.DivClassName
{
background-color: #7BAF15;
}
.BgClassName
{
background-color: #7BAF15;
}
</style>
border-color css
<style>
span { border-color: #7BAF15; }
span { border-color: rgb(123,175,21); }
td.TdClassName
{
border-color: #7BAF15;
}
.TagClassName
{
border-color: #7BAF15;
}
</style>