Shades of Green #137107
Tints of Green #137107
RGB
CMYK
RGB Variations
Color information
#137107 (or 0x137107) is known color: Green. HEX triplet: 13, 71 and 07. RGB value is (19,113,7). Sum of RGB (Red+Green+Blue) = 19+113+7=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 113 (44.53% from 255 or 81.29% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 113 - color contains mainly: green. Hex color #137107 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137107 is #EC8EF8. Grayscale: #494949. Windows color (decimal): -15503097 or 487699. OLE color: 487699.
HSL color Cylindrical-coordinate representation of color #137107: hue angle of 113.21º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #137107 is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 113 | 7 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.56 |
| HSL | 113.21º | 0.88% | 0.24% | - |
| HSV(B) | 113.21º | 0.94% | 0.44% | - |
| XYZ | 6.21 | 11.96 | 2.18 | - |
| YUV | 72.81 | 90.86 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 7 | 0.83 | 0 | 0.94 | 0.56 | 113.21 | 0.88 | 0.24 |
| Hex | 13 | 71 | 7 | 53 | 0 | 5E | 38 | 71 | 58 | 18 |
| Octal | 23 | 161 | 7 | 123 | 0 | 136 | 70 | 161 | 130 | 30 |
| Binary | 10011 | 1110001 | 111 | 1010011 | 0 | 1011110 | 111000 | 1110001 | 1011000 | 11000 |
Color Harmonies of #137107
Complementary color
Monochromatic Colors of #137107
Black with #137107
Text Example
Text Example
White with #137107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137107; }
p { color: rgb(19,113,7); }
H1.HeaderClassName
{
color: #137107;
}
.AnyTagClassName
{
color: #137107;
}
</style>
background-color css
<style>
a { background-color: #137107; }
a { background-color: rgb(19,113,7); }
div.DivClassName
{
background-color: #137107;
}
.BgClassName
{
background-color: #137107;
}
</style>
border-color css
<style>
span { border-color: #137107; }
span { border-color: rgb(19,113,7); }
td.TdClassName
{
border-color: #137107;
}
.TagClassName
{
border-color: #137107;
}
</style>