Shades of Green #136708
Tints of Green #136708
RGB
CMYK
RGB Variations
Color information
#136708 (or 0x136708) is known color: Green. HEX triplet: 13, 67 and 08. RGB value is (19,103,8). Sum of RGB (Red+Green+Blue) = 19+103+8=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 103 (40.62% from 255 or 79.23% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 103 - color contains mainly: green. Hex color #136708 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136708 is #EC98F7. Grayscale: #434343. Windows color (decimal): -15505656 or 550675. OLE color: 550675.
HSL color Cylindrical-coordinate representation of color #136708: hue angle of 113.05º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136708 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 103 | 8 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.60 |
| HSL | 113.05º | 0.86% | 0.22% | - |
| HSV(B) | 113.05º | 0.92% | 0.4% | - |
| XYZ | 5.16 | 9.86 | 1.86 | - |
| YUV | 67.05 | 94.67 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 8 | 0.82 | 0 | 0.92 | 0.60 | 113.05 | 0.86 | 0.22 |
| Hex | 13 | 67 | 8 | 52 | 0 | 5C | 3C | 71 | 56 | 16 |
| Octal | 23 | 147 | 10 | 122 | 0 | 134 | 74 | 161 | 126 | 26 |
| Binary | 10011 | 1100111 | 1000 | 1010010 | 0 | 1011100 | 111100 | 1110001 | 1010110 | 10110 |
Color Harmonies of #136708
Complementary color
Monochromatic Colors of #136708
Black with #136708
Text Example
Text Example
White with #136708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136708; }
p { color: rgb(19,103,8); }
H1.HeaderClassName
{
color: #136708;
}
.AnyTagClassName
{
color: #136708;
}
</style>
background-color css
<style>
a { background-color: #136708; }
a { background-color: rgb(19,103,8); }
div.DivClassName
{
background-color: #136708;
}
.BgClassName
{
background-color: #136708;
}
</style>
border-color css
<style>
span { border-color: #136708; }
span { border-color: rgb(19,103,8); }
td.TdClassName
{
border-color: #136708;
}
.TagClassName
{
border-color: #136708;
}
</style>