Shades of Green #136B0F
Tints of Green #136B0F
RGB
CMYK
RGB Variations
Color information
#136B0F (or 0x136B0F) is known color: Green. HEX triplet: 13, 6B and 0F. RGB value is (19,107,15). Sum of RGB (Red+Green+Blue) = 19+107+15=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 107 (42.19% from 255 or 75.89% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 107 - color contains mainly: green. Hex color #136B0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136B0F is #EC94F0. Grayscale: #464646. Windows color (decimal): -15504625 or 1010451. OLE color: 1010451.
HSL color Cylindrical-coordinate representation of color #136B0F: hue angle of 117.39º 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 #136B0F is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 15 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.58 |
| HSL | 117.39º | 0.75% | 0.24% | - |
| HSV(B) | 117.39º | 0.86% | 0.42% | - |
| XYZ | 5.61 | 10.69 | 2.22 | - |
| YUV | 70.2 | 96.85 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 15 | 0.82 | 0 | 0.86 | 0.58 | 117.39 | 0.75 | 0.24 |
| Hex | 13 | 6B | F | 52 | 0 | 56 | 3A | 75 | 4B | 18 |
| Octal | 23 | 153 | 17 | 122 | 0 | 126 | 72 | 165 | 113 | 30 |
| Binary | 10011 | 1101011 | 1111 | 1010010 | 0 | 1010110 | 111010 | 1110101 | 1001011 | 11000 |
Color Harmonies of #136B0F
Complementary color
Monochromatic Colors of #136B0F
Black with #136B0F
Text Example
Text Example
White with #136B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B0F; }
p { color: rgb(19,107,15); }
H1.HeaderClassName
{
color: #136B0F;
}
.AnyTagClassName
{
color: #136B0F;
}
</style>
background-color css
<style>
a { background-color: #136B0F; }
a { background-color: rgb(19,107,15); }
div.DivClassName
{
background-color: #136B0F;
}
.BgClassName
{
background-color: #136B0F;
}
</style>
border-color css
<style>
span { border-color: #136B0F; }
span { border-color: rgb(19,107,15); }
td.TdClassName
{
border-color: #136B0F;
}
.TagClassName
{
border-color: #136B0F;
}
</style>