Shades of Pine Green #137D73
Tints of Pine Green #137D73
RGB
CMYK
RGB Variations
Color information
#137D73 (or 0x137D73) is known color: Pine Green. HEX triplet: 13, 7D and 73. RGB value is (19,125,115). Sum of RGB (Red+Green+Blue) = 19+125+115=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 125 (49.22% from 255 or 48.26% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 125 - color contains mainly: green. Hex color #137D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137D73 is #EC828C. Grayscale: #5C5C5C. Windows color (decimal): -15499917 or 7568659. OLE color: 7568659.
HSL color Cylindrical-coordinate representation of color #137D73: hue angle of 174.34º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137D73 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 125 | 115 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.51 |
| HSL | 174.34º | 0.74% | 0.28% | - |
| HSV(B) | 174.34º | 0.85% | 0.49% | - |
| XYZ | 10.7 | 16.04 | 18.75 | - |
| YUV | 92.17 | 140.88 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 115 | 0.85 | 0 | 0.08 | 0.51 | 174.34 | 0.74 | 0.28 |
| Hex | 13 | 7D | 73 | 55 | 0 | 8 | 33 | AE | 4A | 1C |
| Octal | 23 | 175 | 163 | 125 | 0 | 10 | 63 | 256 | 112 | 34 |
| Binary | 10011 | 1111101 | 1110011 | 1010101 | 0 | 1000 | 110011 | 10101110 | 1001010 | 11100 |
Color Harmonies of #137D73
Complementary color
Monochromatic Colors of #137D73
Black with #137D73
Text Example
Text Example
White with #137D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137D73; }
p { color: rgb(19,125,115); }
H1.HeaderClassName
{
color: #137D73;
}
.AnyTagClassName
{
color: #137D73;
}
</style>
background-color css
<style>
a { background-color: #137D73; }
a { background-color: rgb(19,125,115); }
div.DivClassName
{
background-color: #137D73;
}
.BgClassName
{
background-color: #137D73;
}
</style>
border-color css
<style>
span { border-color: #137D73; }
span { border-color: rgb(19,125,115); }
td.TdClassName
{
border-color: #137D73;
}
.TagClassName
{
border-color: #137D73;
}
</style>