Shades of Green #136F09
Tints of Green #136F09
RGB
CMYK
RGB Variations
Color information
#136F09 (or 0x136F09) is known color: Green. HEX triplet: 13, 6F and 09. RGB value is (19,111,9). Sum of RGB (Red+Green+Blue) = 19+111+9=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 111 (43.75% from 255 or 79.86% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 111 - color contains mainly: green. Hex color #136F09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136F09 is #EC90F6. Grayscale: #484848. Windows color (decimal): -15503607 or 618259. OLE color: 618259.
HSL color Cylindrical-coordinate representation of color #136F09: hue angle of 114.12º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136F09 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 111 | 9 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.56 |
| HSL | 114.12º | 0.85% | 0.24% | - |
| HSV(B) | 114.12º | 0.92% | 0.44% | - |
| XYZ | 6 | 11.53 | 2.17 | - |
| YUV | 71.86 | 92.52 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 9 | 0.83 | 0 | 0.92 | 0.56 | 114.12 | 0.85 | 0.24 |
| Hex | 13 | 6F | 9 | 53 | 0 | 5C | 38 | 72 | 55 | 18 |
| Octal | 23 | 157 | 11 | 123 | 0 | 134 | 70 | 162 | 125 | 30 |
| Binary | 10011 | 1101111 | 1001 | 1010011 | 0 | 1011100 | 111000 | 1110010 | 1010101 | 11000 |
Color Harmonies of #136F09
Complementary color
Monochromatic Colors of #136F09
Black with #136F09
Text Example
Text Example
White with #136F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F09; }
p { color: rgb(19,111,9); }
H1.HeaderClassName
{
color: #136F09;
}
.AnyTagClassName
{
color: #136F09;
}
</style>
background-color css
<style>
a { background-color: #136F09; }
a { background-color: rgb(19,111,9); }
div.DivClassName
{
background-color: #136F09;
}
.BgClassName
{
background-color: #136F09;
}
</style>
border-color css
<style>
span { border-color: #136F09; }
span { border-color: rgb(19,111,9); }
td.TdClassName
{
border-color: #136F09;
}
.TagClassName
{
border-color: #136F09;
}
</style>