Shades of Green #136E07
Tints of Green #136E07
RGB
CMYK
RGB Variations
Color information
#136E07 (or 0x136E07) is known color: Green. HEX triplet: 13, 6E and 07. RGB value is (19,110,7). Sum of RGB (Red+Green+Blue) = 19+110+7=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 110 (43.36% from 255 or 80.88% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 110 - color contains mainly: green. Hex color #136E07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136E07 is #EC91F8. Grayscale: #474747. Windows color (decimal): -15503865 or 486931. OLE color: 486931.
HSL color Cylindrical-coordinate representation of color #136E07: hue angle of 113.01º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #136E07 is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 110 | 7 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.57 |
| HSL | 113.01º | 0.88% | 0.23% | - |
| HSV(B) | 113.01º | 0.94% | 0.43% | - |
| XYZ | 5.88 | 11.31 | 2.07 | - |
| YUV | 71.05 | 91.85 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 7 | 0.83 | 0 | 0.94 | 0.57 | 113.01 | 0.88 | 0.23 |
| Hex | 13 | 6E | 7 | 53 | 0 | 5E | 39 | 71 | 58 | 17 |
| Octal | 23 | 156 | 7 | 123 | 0 | 136 | 71 | 161 | 130 | 27 |
| Binary | 10011 | 1101110 | 111 | 1010011 | 0 | 1011110 | 111001 | 1110001 | 1011000 | 10111 |
Color Harmonies of #136E07
Complementary color
Monochromatic Colors of #136E07
Black with #136E07
Text Example
Text Example
White with #136E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136E07; }
p { color: rgb(19,110,7); }
H1.HeaderClassName
{
color: #136E07;
}
.AnyTagClassName
{
color: #136E07;
}
</style>
background-color css
<style>
a { background-color: #136E07; }
a { background-color: rgb(19,110,7); }
div.DivClassName
{
background-color: #136E07;
}
.BgClassName
{
background-color: #136E07;
}
</style>
border-color css
<style>
span { border-color: #136E07; }
span { border-color: rgb(19,110,7); }
td.TdClassName
{
border-color: #136E07;
}
.TagClassName
{
border-color: #136E07;
}
</style>