Shades of Green #136A06
Tints of Green #136A06
RGB
CMYK
RGB Variations
Color information
#136A06 (or 0x136A06) is known color: Green. HEX triplet: 13, 6A and 06. RGB value is (19,106,6). Sum of RGB (Red+Green+Blue) = 19+106+6=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 106 (41.80% from 255 or 80.92% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 106 - color contains mainly: green. Hex color #136A06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136A06 is #EC95F9. Grayscale: #444444. Windows color (decimal): -15504890 or 420371. OLE color: 420371.
HSL color Cylindrical-coordinate representation of color #136A06: hue angle of 112.2º 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 #136A06 is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 106 | 6 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.58 |
| HSL | 112.2º | 0.89% | 0.22% | - |
| HSV(B) | 112.2º | 0.94% | 0.42% | - |
| XYZ | 5.46 | 10.46 | 1.9 | - |
| YUV | 68.59 | 92.68 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 6 | 0.82 | 0 | 0.94 | 0.58 | 112.2 | 0.89 | 0.22 |
| Hex | 13 | 6A | 6 | 52 | 0 | 5E | 3A | 70 | 59 | 16 |
| Octal | 23 | 152 | 6 | 122 | 0 | 136 | 72 | 160 | 131 | 26 |
| Binary | 10011 | 1101010 | 110 | 1010010 | 0 | 1011110 | 111010 | 1110000 | 1011001 | 10110 |
Color Harmonies of #136A06
Complementary color
Monochromatic Colors of #136A06
Black with #136A06
Text Example
Text Example
White with #136A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136A06; }
p { color: rgb(19,106,6); }
H1.HeaderClassName
{
color: #136A06;
}
.AnyTagClassName
{
color: #136A06;
}
</style>
background-color css
<style>
a { background-color: #136A06; }
a { background-color: rgb(19,106,6); }
div.DivClassName
{
background-color: #136A06;
}
.BgClassName
{
background-color: #136A06;
}
</style>
border-color css
<style>
span { border-color: #136A06; }
span { border-color: rgb(19,106,6); }
td.TdClassName
{
border-color: #136A06;
}
.TagClassName
{
border-color: #136A06;
}
</style>