Shades of Lima #7B9F13
Tints of Lima #7B9F13
RGB
CMYK
RGB Variations
Color information
#7B9F13 (or 0x7B9F13) is known color: Lima. HEX triplet: 7B, 9F and 13. RGB value is (123,159,19). Sum of RGB (Red+Green+Blue) = 123+159+19=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 159 (62.5% from 255 or 52.82% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 159 - color contains mainly: green. Hex color #7B9F13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9F13 is #8460EC. Grayscale: #848484. Windows color (decimal): -8675565 or 1286011. OLE color: 1286011.
HSL color Cylindrical-coordinate representation of color #7B9F13: hue angle of 75.43º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B9F13 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 159 | 19 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.38 |
| HSL | 75.43º | 0.79% | 0.35% | - |
| HSV(B) | 75.43º | 0.88% | 0.62% | - |
| XYZ | 20.68 | 29.05 | 5.13 | - |
| YUV | 132.28 | 64.07 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 159 | 19 | 0.23 | 0 | 0.88 | 0.38 | 75.43 | 0.79 | 0.35 |
| Hex | 7B | 9F | 13 | 17 | 0 | 58 | 26 | 4B | 4F | 23 |
| Octal | 173 | 237 | 23 | 27 | 0 | 130 | 46 | 113 | 117 | 43 |
| Binary | 1111011 | 10011111 | 10011 | 10111 | 0 | 1011000 | 100110 | 1001011 | 1001111 | 100011 |
Color Harmonies of #7B9F13
Complementary color
Monochromatic Colors of #7B9F13
Black with #7B9F13
Text Example
Text Example
White with #7B9F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9F13; }
p { color: rgb(123,159,19); }
H1.HeaderClassName
{
color: #7B9F13;
}
.AnyTagClassName
{
color: #7B9F13;
}
</style>
background-color css
<style>
a { background-color: #7B9F13; }
a { background-color: rgb(123,159,19); }
div.DivClassName
{
background-color: #7B9F13;
}
.BgClassName
{
background-color: #7B9F13;
}
</style>
border-color css
<style>
span { border-color: #7B9F13; }
span { border-color: rgb(123,159,19); }
td.TdClassName
{
border-color: #7B9F13;
}
.TagClassName
{
border-color: #7B9F13;
}
</style>