Shades of Green #136607
Tints of Green #136607
RGB
CMYK
RGB Variations
Color information
#136607 (or 0x136607) is known color: Green. HEX triplet: 13, 66 and 07. RGB value is (19,102,7). Sum of RGB (Red+Green+Blue) = 19+102+7=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 102 (40.23% from 255 or 79.69% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 102 - color contains mainly: green. Hex color #136607 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136607 is #EC99F8. Grayscale: #424242. Windows color (decimal): -15505913 or 484883. OLE color: 484883.
HSL color Cylindrical-coordinate representation of color #136607: hue angle of 112.42º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #136607 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 19 | 102 | 7 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.6 |
| HSL | 112.42º | 0.87% | 0.21% | - |
| HSV(B) | 112.42º | 0.93% | 0.4% | - |
| XYZ | 5.06 | 9.66 | 1.8 | - |
| YUV | 66.35 | 94.5 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 102 | 7 | 0.81 | 0 | 0.93 | 0.6 | 112.42 | 0.87 | 0.21 |
| Hex | 13 | 66 | 7 | 51 | 0 | 5D | 3C | 70 | 57 | 15 |
| Octal | 23 | 146 | 7 | 121 | 0 | 135 | 74 | 160 | 127 | 25 |
| Binary | 10011 | 1100110 | 111 | 1010001 | 0 | 1011101 | 111100 | 1110000 | 1010111 | 10101 |
Color Harmonies of #136607
Complementary color
Monochromatic Colors of #136607
Black with #136607
Text Example
Text Example
White with #136607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136607; }
p { color: rgb(19,102,7); }
H1.HeaderClassName
{
color: #136607;
}
.AnyTagClassName
{
color: #136607;
}
</style>
background-color css
<style>
a { background-color: #136607; }
a { background-color: rgb(19,102,7); }
div.DivClassName
{
background-color: #136607;
}
.BgClassName
{
background-color: #136607;
}
</style>
border-color css
<style>
span { border-color: #136607; }
span { border-color: rgb(19,102,7); }
td.TdClassName
{
border-color: #136607;
}
.TagClassName
{
border-color: #136607;
}
</style>