Shades of Pine Green #137C74
Tints of Pine Green #137C74
RGB
CMYK
RGB Variations
Color information
#137C74 (or 0x137C74) is known color: Pine Green. HEX triplet: 13, 7C and 74. RGB value is (19,124,116). Sum of RGB (Red+Green+Blue) = 19+124+116=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 124 - color contains mainly: green. Hex color #137C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C74 is #EC838B. Grayscale: #5B5B5B. Windows color (decimal): -15500172 or 7633939. OLE color: 7633939.
HSL color Cylindrical-coordinate representation of color #137C74: hue angle of 175.43º degrees, saturation: 0.73, 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 #137C74 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 124 | 116 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.51 |
| HSL | 175.43º | 0.73% | 0.28% | - |
| HSV(B) | 175.43º | 0.85% | 0.49% | - |
| XYZ | 10.63 | 15.81 | 19.02 | - |
| YUV | 91.69 | 141.71 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 116 | 0.85 | 0 | 0.06 | 0.51 | 175.43 | 0.73 | 0.28 |
| Hex | 13 | 7C | 74 | 55 | 0 | 6 | 33 | AF | 49 | 1C |
| Octal | 23 | 174 | 164 | 125 | 0 | 6 | 63 | 257 | 111 | 34 |
| Binary | 10011 | 1111100 | 1110100 | 1010101 | 0 | 110 | 110011 | 10101111 | 1001001 | 11100 |
Color Harmonies of #137C74
Complementary color
Monochromatic Colors of #137C74
Black with #137C74
Text Example
Text Example
White with #137C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C74; }
p { color: rgb(19,124,116); }
H1.HeaderClassName
{
color: #137C74;
}
.AnyTagClassName
{
color: #137C74;
}
</style>
background-color css
<style>
a { background-color: #137C74; }
a { background-color: rgb(19,124,116); }
div.DivClassName
{
background-color: #137C74;
}
.BgClassName
{
background-color: #137C74;
}
</style>
border-color css
<style>
span { border-color: #137C74; }
span { border-color: rgb(19,124,116); }
td.TdClassName
{
border-color: #137C74;
}
.TagClassName
{
border-color: #137C74;
}
</style>