Shades of Green #137D06
Tints of Green #137D06
RGB
CMYK
RGB Variations
Color information
#137D06 (or 0x137D06) is known color: Green. HEX triplet: 13, 7D and 06. RGB value is (19,125,6). Sum of RGB (Red+Green+Blue) = 19+125+6=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 125 (49.22% from 255 or 83.33% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 125 - color contains mainly: green. Hex color #137D06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137D06 is #EC82F9. Grayscale: #505050. Windows color (decimal): -15500026 or 425235. OLE color: 425235.
HSL color Cylindrical-coordinate representation of color #137D06: hue angle of 113.45º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #137D06 is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 125 | 6 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.51 |
| HSL | 113.45º | 0.91% | 0.26% | - |
| HSV(B) | 113.45º | 0.95% | 0.49% | - |
| XYZ | 7.64 | 14.82 | 2.63 | - |
| YUV | 79.74 | 86.38 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 6 | 0.85 | 0 | 0.95 | 0.51 | 113.45 | 0.91 | 0.26 |
| Hex | 13 | 7D | 6 | 55 | 0 | 5F | 33 | 71 | 5B | 1A |
| Octal | 23 | 175 | 6 | 125 | 0 | 137 | 63 | 161 | 133 | 32 |
| Binary | 10011 | 1111101 | 110 | 1010101 | 0 | 1011111 | 110011 | 1110001 | 1011011 | 11010 |
Color Harmonies of #137D06
Complementary color
Monochromatic Colors of #137D06
Black with #137D06
Text Example
Text Example
White with #137D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137D06; }
p { color: rgb(19,125,6); }
H1.HeaderClassName
{
color: #137D06;
}
.AnyTagClassName
{
color: #137D06;
}
</style>
background-color css
<style>
a { background-color: #137D06; }
a { background-color: rgb(19,125,6); }
div.DivClassName
{
background-color: #137D06;
}
.BgClassName
{
background-color: #137D06;
}
</style>
border-color css
<style>
span { border-color: #137D06; }
span { border-color: rgb(19,125,6); }
td.TdClassName
{
border-color: #137D06;
}
.TagClassName
{
border-color: #137D06;
}
</style>