Shades of Green #136806
Tints of Green #136806
RGB
CMYK
RGB Variations
Color information
#136806 (or 0x136806) is known color: Green. HEX triplet: 13, 68 and 06. RGB value is (19,104,6). Sum of RGB (Red+Green+Blue) = 19+104+6=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 104 (41.02% from 255 or 80.62% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 104 - color contains mainly: green. Hex color #136806 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136806 is #EC97F9. Grayscale: #434343. Windows color (decimal): -15505402 or 419859. OLE color: 419859.
HSL color Cylindrical-coordinate representation of color #136806: hue angle of 112.04º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #136806 is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 104 | 6 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.59 |
| HSL | 112.04º | 0.89% | 0.22% | - |
| HSV(B) | 112.04º | 0.94% | 0.41% | - |
| XYZ | 5.25 | 10.05 | 1.84 | - |
| YUV | 67.41 | 93.34 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 6 | 0.82 | 0 | 0.94 | 0.59 | 112.04 | 0.89 | 0.22 |
| Hex | 13 | 68 | 6 | 52 | 0 | 5E | 3B | 70 | 59 | 16 |
| Octal | 23 | 150 | 6 | 122 | 0 | 136 | 73 | 160 | 131 | 26 |
| Binary | 10011 | 1101000 | 110 | 1010010 | 0 | 1011110 | 111011 | 1110000 | 1011001 | 10110 |
Color Harmonies of #136806
Complementary color
Monochromatic Colors of #136806
Black with #136806
Text Example
Text Example
White with #136806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136806; }
p { color: rgb(19,104,6); }
H1.HeaderClassName
{
color: #136806;
}
.AnyTagClassName
{
color: #136806;
}
</style>
background-color css
<style>
a { background-color: #136806; }
a { background-color: rgb(19,104,6); }
div.DivClassName
{
background-color: #136806;
}
.BgClassName
{
background-color: #136806;
}
</style>
border-color css
<style>
span { border-color: #136806; }
span { border-color: rgb(19,104,6); }
td.TdClassName
{
border-color: #136806;
}
.TagClassName
{
border-color: #136806;
}
</style>