Shades of Green #137706
Tints of Green #137706
RGB
CMYK
RGB Variations
Color information
#137706 (or 0x137706) is known color: Green. HEX triplet: 13, 77 and 06. RGB value is (19,119,6). Sum of RGB (Red+Green+Blue) = 19+119+6=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 119 (46.88% from 255 or 82.64% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 119 - color contains mainly: green. Hex color #137706 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137706 is #EC88F9. Grayscale: #4C4C4C. Windows color (decimal): -15501562 or 423699. OLE color: 423699.
HSL color Cylindrical-coordinate representation of color #137706: hue angle of 113.1º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #137706 is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 119 | 6 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.53 |
| HSL | 113.1º | 0.9% | 0.25% | - |
| HSV(B) | 113.1º | 0.95% | 0.47% | - |
| XYZ | 6.9 | 13.35 | 2.38 | - |
| YUV | 76.22 | 88.37 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 6 | 0.84 | 0 | 0.95 | 0.53 | 113.1 | 0.9 | 0.25 |
| Hex | 13 | 77 | 6 | 54 | 0 | 5F | 35 | 71 | 5A | 19 |
| Octal | 23 | 167 | 6 | 124 | 0 | 137 | 65 | 161 | 132 | 31 |
| Binary | 10011 | 1110111 | 110 | 1010100 | 0 | 1011111 | 110101 | 1110001 | 1011010 | 11001 |
Color Harmonies of #137706
Complementary color
Monochromatic Colors of #137706
Black with #137706
Text Example
Text Example
White with #137706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137706; }
p { color: rgb(19,119,6); }
H1.HeaderClassName
{
color: #137706;
}
.AnyTagClassName
{
color: #137706;
}
</style>
background-color css
<style>
a { background-color: #137706; }
a { background-color: rgb(19,119,6); }
div.DivClassName
{
background-color: #137706;
}
.BgClassName
{
background-color: #137706;
}
</style>
border-color css
<style>
span { border-color: #137706; }
span { border-color: rgb(19,119,6); }
td.TdClassName
{
border-color: #137706;
}
.TagClassName
{
border-color: #137706;
}
</style>