Shades of Green #136B08
Tints of Green #136B08
RGB
CMYK
RGB Variations
Color information
#136B08 (or 0x136B08) is known color: Green. HEX triplet: 13, 6B and 08. RGB value is (19,107,8). Sum of RGB (Red+Green+Blue) = 19+107+8=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 107 (42.19% from 255 or 79.85% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 107 - color contains mainly: green. Hex color #136B08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136B08 is #EC94F7. Grayscale: #454545. Windows color (decimal): -15504632 or 551699. OLE color: 551699.
HSL color Cylindrical-coordinate representation of color #136B08: hue angle of 113.33º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #136B08 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 8 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.58 |
| HSL | 113.33º | 0.86% | 0.23% | - |
| HSV(B) | 113.33º | 0.93% | 0.42% | - |
| XYZ | 5.57 | 10.67 | 2 | - |
| YUV | 69.4 | 93.35 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 8 | 0.82 | 0 | 0.93 | 0.58 | 113.33 | 0.86 | 0.23 |
| Hex | 13 | 6B | 8 | 52 | 0 | 5D | 3A | 71 | 56 | 17 |
| Octal | 23 | 153 | 10 | 122 | 0 | 135 | 72 | 161 | 126 | 27 |
| Binary | 10011 | 1101011 | 1000 | 1010010 | 0 | 1011101 | 111010 | 1110001 | 1010110 | 10111 |
Color Harmonies of #136B08
Complementary color
Monochromatic Colors of #136B08
Black with #136B08
Text Example
Text Example
White with #136B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B08; }
p { color: rgb(19,107,8); }
H1.HeaderClassName
{
color: #136B08;
}
.AnyTagClassName
{
color: #136B08;
}
</style>
background-color css
<style>
a { background-color: #136B08; }
a { background-color: rgb(19,107,8); }
div.DivClassName
{
background-color: #136B08;
}
.BgClassName
{
background-color: #136B08;
}
</style>
border-color css
<style>
span { border-color: #136B08; }
span { border-color: rgb(19,107,8); }
td.TdClassName
{
border-color: #136B08;
}
.TagClassName
{
border-color: #136B08;
}
</style>