Shades of Pine Green #0E7571
Tints of Pine Green #0E7571
RGB
CMYK
RGB Variations
Color information
#0E7571 (or 0x0E7571) is known color: Pine Green. HEX triplet: 0E, 75 and 71. RGB value is (14,117,113). Sum of RGB (Red+Green+Blue) = 14+117+113=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #0E7571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7571 is #F18A8E. Grayscale: #555555. Windows color (decimal): -15829647 or 7435534. OLE color: 7435534.
HSL color Cylindrical-coordinate representation of color #0E7571: hue angle of 177.67º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7571 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 117 | 113 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.54 |
| HSL | 177.67º | 0.79% | 0.26% | - |
| HSV(B) | 177.67º | 0.88% | 0.46% | - |
| XYZ | 9.52 | 14.01 | 17.82 | - |
| YUV | 85.75 | 143.38 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 117 | 113 | 0.88 | 0 | 0.03 | 0.54 | 177.67 | 0.79 | 0.26 |
| Hex | E | 75 | 71 | 58 | 0 | 3 | 36 | B2 | 4F | 1A |
| Octal | 16 | 165 | 161 | 130 | 0 | 3 | 66 | 262 | 117 | 32 |
| Binary | 1110 | 1110101 | 1110001 | 1011000 | 0 | 11 | 110110 | 10110010 | 1001111 | 11010 |
Color Harmonies of #0E7571
Complementary color
Monochromatic Colors of #0E7571
Black with #0E7571
Text Example
Text Example
White with #0E7571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7571; }
p { color: rgb(14,117,113); }
H1.HeaderClassName
{
color: #0E7571;
}
.AnyTagClassName
{
color: #0E7571;
}
</style>
background-color css
<style>
a { background-color: #0E7571; }
a { background-color: rgb(14,117,113); }
div.DivClassName
{
background-color: #0E7571;
}
.BgClassName
{
background-color: #0E7571;
}
</style>
border-color css
<style>
span { border-color: #0E7571; }
span { border-color: rgb(14,117,113); }
td.TdClassName
{
border-color: #0E7571;
}
.TagClassName
{
border-color: #0E7571;
}
</style>