Shades of Green #137607
Tints of Green #137607
RGB
CMYK
RGB Variations
Color information
#137607 (or 0x137607) is known color: Green. HEX triplet: 13, 76 and 07. RGB value is (19,118,7). Sum of RGB (Red+Green+Blue) = 19+118+7=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 118 (46.48% from 255 or 81.94% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 118 - color contains mainly: green. Hex color #137607 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137607 is #EC89F8. Grayscale: #4C4C4C. Windows color (decimal): -15501817 or 488979. OLE color: 488979.
HSL color Cylindrical-coordinate representation of color #137607: hue angle of 113.51º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #137607 is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 118 | 7 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.54 |
| HSL | 113.51º | 0.89% | 0.25% | - |
| HSV(B) | 113.51º | 0.94% | 0.46% | - |
| XYZ | 6.79 | 13.11 | 2.37 | - |
| YUV | 75.75 | 89.2 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 118 | 7 | 0.84 | 0 | 0.94 | 0.54 | 113.51 | 0.89 | 0.25 |
| Hex | 13 | 76 | 7 | 54 | 0 | 5E | 36 | 72 | 59 | 19 |
| Octal | 23 | 166 | 7 | 124 | 0 | 136 | 66 | 162 | 131 | 31 |
| Binary | 10011 | 1110110 | 111 | 1010100 | 0 | 1011110 | 110110 | 1110010 | 1011001 | 11001 |
Color Harmonies of #137607
Complementary color
Monochromatic Colors of #137607
Black with #137607
Text Example
Text Example
White with #137607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137607; }
p { color: rgb(19,118,7); }
H1.HeaderClassName
{
color: #137607;
}
.AnyTagClassName
{
color: #137607;
}
</style>
background-color css
<style>
a { background-color: #137607; }
a { background-color: rgb(19,118,7); }
div.DivClassName
{
background-color: #137607;
}
.BgClassName
{
background-color: #137607;
}
</style>
border-color css
<style>
span { border-color: #137607; }
span { border-color: rgb(19,118,7); }
td.TdClassName
{
border-color: #137607;
}
.TagClassName
{
border-color: #137607;
}
</style>