Shades of Green #137907
Tints of Green #137907
RGB
CMYK
RGB Variations
Color information
#137907 (or 0x137907) is known color: Green. HEX triplet: 13, 79 and 07. RGB value is (19,121,7). Sum of RGB (Red+Green+Blue) = 19+121+7=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 121 (47.66% from 255 or 82.31% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 121 - color contains mainly: green. Hex color #137907 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137907 is #EC86F8. Grayscale: #4D4D4D. Windows color (decimal): -15501049 or 489747. OLE color: 489747.
HSL color Cylindrical-coordinate representation of color #137907: hue angle of 113.68º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #137907 is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 121 | 7 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.53 |
| HSL | 113.68º | 0.89% | 0.25% | - |
| HSV(B) | 113.68º | 0.94% | 0.47% | - |
| XYZ | 7.14 | 13.83 | 2.49 | - |
| YUV | 77.51 | 88.21 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 121 | 7 | 0.84 | 0 | 0.94 | 0.53 | 113.68 | 0.89 | 0.25 |
| Hex | 13 | 79 | 7 | 54 | 0 | 5E | 35 | 72 | 59 | 19 |
| Octal | 23 | 171 | 7 | 124 | 0 | 136 | 65 | 162 | 131 | 31 |
| Binary | 10011 | 1111001 | 111 | 1010100 | 0 | 1011110 | 110101 | 1110010 | 1011001 | 11001 |
Color Harmonies of #137907
Complementary color
Monochromatic Colors of #137907
Black with #137907
Text Example
Text Example
White with #137907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137907; }
p { color: rgb(19,121,7); }
H1.HeaderClassName
{
color: #137907;
}
.AnyTagClassName
{
color: #137907;
}
</style>
background-color css
<style>
a { background-color: #137907; }
a { background-color: rgb(19,121,7); }
div.DivClassName
{
background-color: #137907;
}
.BgClassName
{
background-color: #137907;
}
</style>
border-color css
<style>
span { border-color: #137907; }
span { border-color: rgb(19,121,7); }
td.TdClassName
{
border-color: #137907;
}
.TagClassName
{
border-color: #137907;
}
</style>