Shades of Green #136F08
Tints of Green #136F08
RGB
CMYK
RGB Variations
Color information
#136F08 (or 0x136F08) is known color: Green. HEX triplet: 13, 6F and 08. RGB value is (19,111,8). Sum of RGB (Red+Green+Blue) = 19+111+8=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 111 (43.75% from 255 or 80.43% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 111 - color contains mainly: green. Hex color #136F08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136F08 is #EC90F7. Grayscale: #484848. Windows color (decimal): -15503608 or 552723. OLE color: 552723.
HSL color Cylindrical-coordinate representation of color #136F08: hue angle of 113.59º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #136F08 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 111 | 8 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.56 |
| HSL | 113.59º | 0.87% | 0.23% | - |
| HSV(B) | 113.59º | 0.93% | 0.44% | - |
| XYZ | 6 | 11.52 | 2.14 | - |
| YUV | 71.75 | 92.02 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 8 | 0.83 | 0 | 0.93 | 0.56 | 113.59 | 0.87 | 0.23 |
| Hex | 13 | 6F | 8 | 53 | 0 | 5D | 38 | 72 | 57 | 17 |
| Octal | 23 | 157 | 10 | 123 | 0 | 135 | 70 | 162 | 127 | 27 |
| Binary | 10011 | 1101111 | 1000 | 1010011 | 0 | 1011101 | 111000 | 1110010 | 1010111 | 10111 |
Color Harmonies of #136F08
Complementary color
Monochromatic Colors of #136F08
Black with #136F08
Text Example
Text Example
White with #136F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F08; }
p { color: rgb(19,111,8); }
H1.HeaderClassName
{
color: #136F08;
}
.AnyTagClassName
{
color: #136F08;
}
</style>
background-color css
<style>
a { background-color: #136F08; }
a { background-color: rgb(19,111,8); }
div.DivClassName
{
background-color: #136F08;
}
.BgClassName
{
background-color: #136F08;
}
</style>
border-color css
<style>
span { border-color: #136F08; }
span { border-color: rgb(19,111,8); }
td.TdClassName
{
border-color: #136F08;
}
.TagClassName
{
border-color: #136F08;
}
</style>