Shades of Green #136108
Tints of Green #136108
RGB
CMYK
RGB Variations
Color information
#136108 (or 0x136108) is known color: Green. HEX triplet: 13, 61 and 08. RGB value is (19,97,8). Sum of RGB (Red+Green+Blue) = 19+97+8=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 97 (38.28% from 255 or 78.23% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 97 - color contains mainly: green. Hex color #136108 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136108 is #EC9EF7. Grayscale: #3F3F3F. Windows color (decimal): -15507192 or 549139. OLE color: 549139.
HSL color Cylindrical-coordinate representation of color #136108: hue angle of 112.58º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136108 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 97 | 8 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.62 |
| HSL | 112.58º | 0.85% | 0.21% | - |
| HSV(B) | 112.58º | 0.92% | 0.38% | - |
| XYZ | 4.59 | 8.71 | 1.67 | - |
| YUV | 63.53 | 96.66 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 97 | 8 | 0.80 | 0 | 0.92 | 0.62 | 112.58 | 0.85 | 0.21 |
| Hex | 13 | 61 | 8 | 50 | 0 | 5C | 3E | 71 | 55 | 15 |
| Octal | 23 | 141 | 10 | 120 | 0 | 134 | 76 | 161 | 125 | 25 |
| Binary | 10011 | 1100001 | 1000 | 1010000 | 0 | 1011100 | 111110 | 1110001 | 1010101 | 10101 |
Color Harmonies of #136108
Complementary color
Monochromatic Colors of #136108
Black with #136108
Text Example
Text Example
White with #136108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136108; }
p { color: rgb(19,97,8); }
H1.HeaderClassName
{
color: #136108;
}
.AnyTagClassName
{
color: #136108;
}
</style>
background-color css
<style>
a { background-color: #136108; }
a { background-color: rgb(19,97,8); }
div.DivClassName
{
background-color: #136108;
}
.BgClassName
{
background-color: #136108;
}
</style>
border-color css
<style>
span { border-color: #136108; }
span { border-color: rgb(19,97,8); }
td.TdClassName
{
border-color: #136108;
}
.TagClassName
{
border-color: #136108;
}
</style>