Shades of Green #136E06
Tints of Green #136E06
RGB
CMYK
RGB Variations
Color information
#136E06 (or 0x136E06) is known color: Green. HEX triplet: 13, 6E and 06. RGB value is (19,110,6). Sum of RGB (Red+Green+Blue) = 19+110+6=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 110 (43.36% from 255 or 81.48% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 110 - color contains mainly: green. Hex color #136E06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136E06 is #EC91F9. Grayscale: #474747. Windows color (decimal): -15503866 or 421395. OLE color: 421395.
HSL color Cylindrical-coordinate representation of color #136E06: hue angle of 112.5º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #136E06 is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 110 | 6 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.57 |
| HSL | 112.5º | 0.9% | 0.23% | - |
| HSV(B) | 112.5º | 0.95% | 0.43% | - |
| XYZ | 5.88 | 11.3 | 2.04 | - |
| YUV | 70.94 | 91.35 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 6 | 0.83 | 0 | 0.95 | 0.57 | 112.5 | 0.9 | 0.23 |
| Hex | 13 | 6E | 6 | 53 | 0 | 5F | 39 | 70 | 5A | 17 |
| Octal | 23 | 156 | 6 | 123 | 0 | 137 | 71 | 160 | 132 | 27 |
| Binary | 10011 | 1101110 | 110 | 1010011 | 0 | 1011111 | 111001 | 1110000 | 1011010 | 10111 |
Color Harmonies of #136E06
Complementary color
Monochromatic Colors of #136E06
Black with #136E06
Text Example
Text Example
White with #136E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136E06; }
p { color: rgb(19,110,6); }
H1.HeaderClassName
{
color: #136E06;
}
.AnyTagClassName
{
color: #136E06;
}
</style>
background-color css
<style>
a { background-color: #136E06; }
a { background-color: rgb(19,110,6); }
div.DivClassName
{
background-color: #136E06;
}
.BgClassName
{
background-color: #136E06;
}
</style>
border-color css
<style>
span { border-color: #136E06; }
span { border-color: rgb(19,110,6); }
td.TdClassName
{
border-color: #136E06;
}
.TagClassName
{
border-color: #136E06;
}
</style>