Shades of Green #136A0F
Tints of Green #136A0F
RGB
CMYK
RGB Variations
Color information
#136A0F (or 0x136A0F) is known color: Green. HEX triplet: 13, 6A and 0F. RGB value is (19,106,15). Sum of RGB (Red+Green+Blue) = 19+106+15=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 106 (41.80% from 255 or 75.71% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 106 - color contains mainly: green. Hex color #136A0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136A0F is #EC95F0. Grayscale: #454545. Windows color (decimal): -15504881 or 1010195. OLE color: 1010195.
HSL color Cylindrical-coordinate representation of color #136A0F: hue angle of 117.36º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136A0F is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 106 | 15 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.58 |
| HSL | 117.36º | 0.75% | 0.24% | - |
| HSV(B) | 117.36º | 0.86% | 0.42% | - |
| XYZ | 5.51 | 10.48 | 2.18 | - |
| YUV | 69.61 | 97.18 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 15 | 0.82 | 0 | 0.86 | 0.58 | 117.36 | 0.75 | 0.24 |
| Hex | 13 | 6A | F | 52 | 0 | 56 | 3A | 75 | 4B | 18 |
| Octal | 23 | 152 | 17 | 122 | 0 | 126 | 72 | 165 | 113 | 30 |
| Binary | 10011 | 1101010 | 1111 | 1010010 | 0 | 1010110 | 111010 | 1110101 | 1001011 | 11000 |
Color Harmonies of #136A0F
Complementary color
Monochromatic Colors of #136A0F
Black with #136A0F
Text Example
Text Example
White with #136A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136A0F; }
p { color: rgb(19,106,15); }
H1.HeaderClassName
{
color: #136A0F;
}
.AnyTagClassName
{
color: #136A0F;
}
</style>
background-color css
<style>
a { background-color: #136A0F; }
a { background-color: rgb(19,106,15); }
div.DivClassName
{
background-color: #136A0F;
}
.BgClassName
{
background-color: #136A0F;
}
</style>
border-color css
<style>
span { border-color: #136A0F; }
span { border-color: rgb(19,106,15); }
td.TdClassName
{
border-color: #136A0F;
}
.TagClassName
{
border-color: #136A0F;
}
</style>