Shades of Pine Green #0E7F71
Tints of Pine Green #0E7F71
RGB
CMYK
RGB Variations
Color information
#0E7F71 (or 0x0E7F71) is known color: Pine Green. HEX triplet: 0E, 7F and 71. RGB value is (14,127,113). Sum of RGB (Red+Green+Blue) = 14+127+113=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 127 (50% from 255 or 50% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 127 - color contains mainly: green. Hex color #0E7F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7F71 is #F1808E. Grayscale: #5B5B5B. Windows color (decimal): -15827087 or 7438094. OLE color: 7438094.
HSL color Cylindrical-coordinate representation of color #0E7F71: hue angle of 172.57º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7F71 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 127 | 113 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.50 |
| HSL | 172.57º | 0.8% | 0.28% | - |
| HSV(B) | 172.57º | 0.89% | 0.5% | - |
| XYZ | 10.75 | 16.46 | 18.23 | - |
| YUV | 91.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 127 | 113 | 0.89 | 0 | 0.11 | 0.50 | 172.57 | 0.8 | 0.28 |
| Hex | E | 7F | 71 | 59 | 0 | B | 32 | AD | 50 | 1C |
| Octal | 16 | 177 | 161 | 131 | 0 | 13 | 62 | 255 | 120 | 34 |
| Binary | 1110 | 1111111 | 1110001 | 1011001 | 0 | 1011 | 110010 | 10101101 | 1010000 | 11100 |
Color Harmonies of #0E7F71
Complementary color
Monochromatic Colors of #0E7F71
Black with #0E7F71
Text Example
Text Example
White with #0E7F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7F71; }
p { color: rgb(14,127,113); }
H1.HeaderClassName
{
color: #0E7F71;
}
.AnyTagClassName
{
color: #0E7F71;
}
</style>
background-color css
<style>
a { background-color: #0E7F71; }
a { background-color: rgb(14,127,113); }
div.DivClassName
{
background-color: #0E7F71;
}
.BgClassName
{
background-color: #0E7F71;
}
</style>
border-color css
<style>
span { border-color: #0E7F71; }
span { border-color: rgb(14,127,113); }
td.TdClassName
{
border-color: #0E7F71;
}
.TagClassName
{
border-color: #0E7F71;
}
</style>