Shades of Green #137A0A
Tints of Green #137A0A
RGB
CMYK
RGB Variations
Color information
#137A0A (or 0x137A0A) is known color: Green. HEX triplet: 13, 7A and 0A. RGB value is (19,122,10). Sum of RGB (Red+Green+Blue) = 19+122+10=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 122 (48.05% from 255 or 80.79% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 122 - color contains mainly: green. Hex color #137A0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137A0A is #EC85F5. Grayscale: #4E4E4E. Windows color (decimal): -15500790 or 686611. OLE color: 686611.
HSL color Cylindrical-coordinate representation of color #137A0A: hue angle of 115.18º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137A0A is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 122 | 10 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.52 |
| HSL | 115.18º | 0.85% | 0.26% | - |
| HSV(B) | 115.18º | 0.92% | 0.48% | - |
| XYZ | 7.28 | 14.08 | 2.62 | - |
| YUV | 78.44 | 89.38 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 10 | 0.84 | 0 | 0.92 | 0.52 | 115.18 | 0.85 | 0.26 |
| Hex | 13 | 7A | A | 54 | 0 | 5C | 34 | 73 | 55 | 1A |
| Octal | 23 | 172 | 12 | 124 | 0 | 134 | 64 | 163 | 125 | 32 |
| Binary | 10011 | 1111010 | 1010 | 1010100 | 0 | 1011100 | 110100 | 1110011 | 1010101 | 11010 |
Color Harmonies of #137A0A
Complementary color
Monochromatic Colors of #137A0A
Black with #137A0A
Text Example
Text Example
White with #137A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137A0A; }
p { color: rgb(19,122,10); }
H1.HeaderClassName
{
color: #137A0A;
}
.AnyTagClassName
{
color: #137A0A;
}
</style>
background-color css
<style>
a { background-color: #137A0A; }
a { background-color: rgb(19,122,10); }
div.DivClassName
{
background-color: #137A0A;
}
.BgClassName
{
background-color: #137A0A;
}
</style>
border-color css
<style>
span { border-color: #137A0A; }
span { border-color: rgb(19,122,10); }
td.TdClassName
{
border-color: #137A0A;
}
.TagClassName
{
border-color: #137A0A;
}
</style>