Shades of Green #136B06
Tints of Green #136B06
RGB
CMYK
RGB Variations
Color information
#136B06 (or 0x136B06) is known color: Green. HEX triplet: 13, 6B and 06. RGB value is (19,107,6). Sum of RGB (Red+Green+Blue) = 19+107+6=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 107 (42.19% from 255 or 81.06% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 107 - color contains mainly: green. Hex color #136B06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136B06 is #EC94F9. Grayscale: #454545. Windows color (decimal): -15504634 or 420627. OLE color: 420627.
HSL color Cylindrical-coordinate representation of color #136B06: hue angle of 112.28º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #136B06 is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 6 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.58 |
| HSL | 112.28º | 0.89% | 0.22% | - |
| HSV(B) | 112.28º | 0.94% | 0.42% | - |
| XYZ | 5.56 | 10.67 | 1.94 | - |
| YUV | 69.17 | 92.35 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 6 | 0.82 | 0 | 0.94 | 0.58 | 112.28 | 0.89 | 0.22 |
| Hex | 13 | 6B | 6 | 52 | 0 | 5E | 3A | 70 | 59 | 16 |
| Octal | 23 | 153 | 6 | 122 | 0 | 136 | 72 | 160 | 131 | 26 |
| Binary | 10011 | 1101011 | 110 | 1010010 | 0 | 1011110 | 111010 | 1110000 | 1011001 | 10110 |
Color Harmonies of #136B06
Complementary color
Monochromatic Colors of #136B06
Black with #136B06
Text Example
Text Example
White with #136B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B06; }
p { color: rgb(19,107,6); }
H1.HeaderClassName
{
color: #136B06;
}
.AnyTagClassName
{
color: #136B06;
}
</style>
background-color css
<style>
a { background-color: #136B06; }
a { background-color: rgb(19,107,6); }
div.DivClassName
{
background-color: #136B06;
}
.BgClassName
{
background-color: #136B06;
}
</style>
border-color css
<style>
span { border-color: #136B06; }
span { border-color: rgb(19,107,6); }
td.TdClassName
{
border-color: #136B06;
}
.TagClassName
{
border-color: #136B06;
}
</style>