Shades of Green #136F07
Tints of Green #136F07
RGB
CMYK
RGB Variations
Color information
#136F07 (or 0x136F07) is known color: Green. HEX triplet: 13, 6F and 07. RGB value is (19,111,7). Sum of RGB (Red+Green+Blue) = 19+111+7=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 111 (43.75% from 255 or 81.02% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 111 - color contains mainly: green. Hex color #136F07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136F07 is #EC90F8. Grayscale: #474747. Windows color (decimal): -15503609 or 487187. OLE color: 487187.
HSL color Cylindrical-coordinate representation of color #136F07: hue angle of 113.08º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #136F07 is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 111 | 7 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.56 |
| HSL | 113.08º | 0.88% | 0.23% | - |
| HSV(B) | 113.08º | 0.94% | 0.44% | - |
| XYZ | 5.99 | 11.52 | 2.11 | - |
| YUV | 71.64 | 91.52 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 7 | 0.83 | 0 | 0.94 | 0.56 | 113.08 | 0.88 | 0.23 |
| Hex | 13 | 6F | 7 | 53 | 0 | 5E | 38 | 71 | 58 | 17 |
| Octal | 23 | 157 | 7 | 123 | 0 | 136 | 70 | 161 | 130 | 27 |
| Binary | 10011 | 1101111 | 111 | 1010011 | 0 | 1011110 | 111000 | 1110001 | 1011000 | 10111 |
Color Harmonies of #136F07
Complementary color
Monochromatic Colors of #136F07
Black with #136F07
Text Example
Text Example
White with #136F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F07; }
p { color: rgb(19,111,7); }
H1.HeaderClassName
{
color: #136F07;
}
.AnyTagClassName
{
color: #136F07;
}
</style>
background-color css
<style>
a { background-color: #136F07; }
a { background-color: rgb(19,111,7); }
div.DivClassName
{
background-color: #136F07;
}
.BgClassName
{
background-color: #136F07;
}
</style>
border-color css
<style>
span { border-color: #136F07; }
span { border-color: rgb(19,111,7); }
td.TdClassName
{
border-color: #136F07;
}
.TagClassName
{
border-color: #136F07;
}
</style>