Shades of Green #136908
Tints of Green #136908
RGB
CMYK
RGB Variations
Color information
#136908 (or 0x136908) is known color: Green. HEX triplet: 13, 69 and 08. RGB value is (19,105,8). Sum of RGB (Red+Green+Blue) = 19+105+8=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 105 (41.41% from 255 or 79.55% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 105 - color contains mainly: green. Hex color #136908 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136908 is #EC96F7. Grayscale: #444444. Windows color (decimal): -15505144 or 551187. OLE color: 551187.
HSL color Cylindrical-coordinate representation of color #136908: hue angle of 113.2º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136908 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 105 | 8 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.59 |
| HSL | 113.2º | 0.86% | 0.22% | - |
| HSV(B) | 113.2º | 0.92% | 0.41% | - |
| XYZ | 5.36 | 10.26 | 1.93 | - |
| YUV | 68.23 | 94.01 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 8 | 0.82 | 0 | 0.92 | 0.59 | 113.2 | 0.86 | 0.22 |
| Hex | 13 | 69 | 8 | 52 | 0 | 5C | 3B | 71 | 56 | 16 |
| Octal | 23 | 151 | 10 | 122 | 0 | 134 | 73 | 161 | 126 | 26 |
| Binary | 10011 | 1101001 | 1000 | 1010010 | 0 | 1011100 | 111011 | 1110001 | 1010110 | 10110 |
Color Harmonies of #136908
Complementary color
Monochromatic Colors of #136908
Black with #136908
Text Example
Text Example
White with #136908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136908; }
p { color: rgb(19,105,8); }
H1.HeaderClassName
{
color: #136908;
}
.AnyTagClassName
{
color: #136908;
}
</style>
background-color css
<style>
a { background-color: #136908; }
a { background-color: rgb(19,105,8); }
div.DivClassName
{
background-color: #136908;
}
.BgClassName
{
background-color: #136908;
}
</style>
border-color css
<style>
span { border-color: #136908; }
span { border-color: rgb(19,105,8); }
td.TdClassName
{
border-color: #136908;
}
.TagClassName
{
border-color: #136908;
}
</style>