Shades of Green #136C08
Tints of Green #136C08
RGB
CMYK
RGB Variations
Color information
#136C08 (or 0x136C08) is known color: Green. HEX triplet: 13, 6C and 08. RGB value is (19,108,8). Sum of RGB (Red+Green+Blue) = 19+108+8=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 108 (42.58% from 255 or 80% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 108 - color contains mainly: green. Hex color #136C08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136C08 is #EC93F7. Grayscale: #464646. Windows color (decimal): -15504376 or 551955. OLE color: 551955.
HSL color Cylindrical-coordinate representation of color #136C08: hue angle of 113.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #136C08 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 108 | 8 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.58 |
| HSL | 113.4º | 0.86% | 0.23% | - |
| HSV(B) | 113.4º | 0.93% | 0.42% | - |
| XYZ | 5.67 | 10.88 | 2.03 | - |
| YUV | 69.99 | 93.01 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 8 | 0.82 | 0 | 0.93 | 0.58 | 113.4 | 0.86 | 0.23 |
| Hex | 13 | 6C | 8 | 52 | 0 | 5D | 3A | 71 | 56 | 17 |
| Octal | 23 | 154 | 10 | 122 | 0 | 135 | 72 | 161 | 126 | 27 |
| Binary | 10011 | 1101100 | 1000 | 1010010 | 0 | 1011101 | 111010 | 1110001 | 1010110 | 10111 |
Color Harmonies of #136C08
Complementary color
Monochromatic Colors of #136C08
Black with #136C08
Text Example
Text Example
White with #136C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136C08; }
p { color: rgb(19,108,8); }
H1.HeaderClassName
{
color: #136C08;
}
.AnyTagClassName
{
color: #136C08;
}
</style>
background-color css
<style>
a { background-color: #136C08; }
a { background-color: rgb(19,108,8); }
div.DivClassName
{
background-color: #136C08;
}
.BgClassName
{
background-color: #136C08;
}
</style>
border-color css
<style>
span { border-color: #136C08; }
span { border-color: rgb(19,108,8); }
td.TdClassName
{
border-color: #136C08;
}
.TagClassName
{
border-color: #136C08;
}
</style>