Shades of Green #136F06
Tints of Green #136F06
RGB
CMYK
RGB Variations
Color information
#136F06 (or 0x136F06) is known color: Green. HEX triplet: 13, 6F and 06. RGB value is (19,111,6). Sum of RGB (Red+Green+Blue) = 19+111+6=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 111 (43.75% from 255 or 81.62% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 111 - color contains mainly: green. Hex color #136F06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136F06 is #EC90F9. Grayscale: #474747. Windows color (decimal): -15503610 or 421651. OLE color: 421651.
HSL color Cylindrical-coordinate representation of color #136F06: hue angle of 112.57º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #136F06 is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 111 | 6 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.56 |
| HSL | 112.57º | 0.9% | 0.23% | - |
| HSV(B) | 112.57º | 0.95% | 0.44% | - |
| XYZ | 5.99 | 11.52 | 2.08 | - |
| YUV | 71.52 | 91.02 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 6 | 0.83 | 0 | 0.95 | 0.56 | 112.57 | 0.9 | 0.23 |
| Hex | 13 | 6F | 6 | 53 | 0 | 5F | 38 | 71 | 5A | 17 |
| Octal | 23 | 157 | 6 | 123 | 0 | 137 | 70 | 161 | 132 | 27 |
| Binary | 10011 | 1101111 | 110 | 1010011 | 0 | 1011111 | 111000 | 1110001 | 1011010 | 10111 |
Color Harmonies of #136F06
Complementary color
Monochromatic Colors of #136F06
Black with #136F06
Text Example
Text Example
White with #136F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F06; }
p { color: rgb(19,111,6); }
H1.HeaderClassName
{
color: #136F06;
}
.AnyTagClassName
{
color: #136F06;
}
</style>
background-color css
<style>
a { background-color: #136F06; }
a { background-color: rgb(19,111,6); }
div.DivClassName
{
background-color: #136F06;
}
.BgClassName
{
background-color: #136F06;
}
</style>
border-color css
<style>
span { border-color: #136F06; }
span { border-color: rgb(19,111,6); }
td.TdClassName
{
border-color: #136F06;
}
.TagClassName
{
border-color: #136F06;
}
</style>