Shades of Lima #7BAF13
Tints of Lima #7BAF13
RGB
CMYK
RGB Variations
Color information
#7BAF13 (or 0x7BAF13) is known color: Lima. HEX triplet: 7B, AF and 13. RGB value is (123,175,19). Sum of RGB (Red+Green+Blue) = 123+175+19=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAF13 is #8450EC. Grayscale: #8E8E8E. Windows color (decimal): -8671469 or 1290107. OLE color: 1290107.
HSL color Cylindrical-coordinate representation of color #7BAF13: hue angle of 80º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7BAF13 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 19 | - |
| CMYK | 0.30 | 0 | 0.89 | 0.31 |
| HSL | 80º | 0.8% | 0.38% | - |
| HSV(B) | 80º | 0.89% | 0.69% | - |
| XYZ | 23.62 | 34.92 | 6.11 | - |
| YUV | 141.67 | 58.77 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 19 | 0.30 | 0 | 0.89 | 0.31 | 80 | 0.8 | 0.38 |
| Hex | 7B | AF | 13 | 1E | 0 | 59 | 1F | 50 | 50 | 26 |
| Octal | 173 | 257 | 23 | 36 | 0 | 131 | 37 | 120 | 120 | 46 |
| Binary | 1111011 | 10101111 | 10011 | 11110 | 0 | 1011001 | 11111 | 1010000 | 1010000 | 100110 |
Color Harmonies of #7BAF13
Complementary color
Monochromatic Colors of #7BAF13
Black with #7BAF13
Text Example
Text Example
White with #7BAF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF13; }
p { color: rgb(123,175,19); }
H1.HeaderClassName
{
color: #7BAF13;
}
.AnyTagClassName
{
color: #7BAF13;
}
</style>
background-color css
<style>
a { background-color: #7BAF13; }
a { background-color: rgb(123,175,19); }
div.DivClassName
{
background-color: #7BAF13;
}
.BgClassName
{
background-color: #7BAF13;
}
</style>
border-color css
<style>
span { border-color: #7BAF13; }
span { border-color: rgb(123,175,19); }
td.TdClassName
{
border-color: #7BAF13;
}
.TagClassName
{
border-color: #7BAF13;
}
</style>