Shades of Pine Green #0E716C
Tints of Pine Green #0E716C
RGB
CMYK
RGB Variations
Color information
#0E716C (or 0x0E716C) is known color: Pine Green. HEX triplet: 0E, 71 and 6C. RGB value is (14,113,108). Sum of RGB (Red+Green+Blue) = 14+113+108=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #0E716C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E716C is #F18E93. Grayscale: #525252. Windows color (decimal): -15830676 or 7106830. OLE color: 7106830.
HSL color Cylindrical-coordinate representation of color #0E716C: hue angle of 176.97º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E716C is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 113 | 108 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.56 |
| HSL | 176.97º | 0.78% | 0.25% | - |
| HSV(B) | 176.97º | 0.88% | 0.44% | - |
| XYZ | 8.79 | 12.99 | 16.23 | - |
| YUV | 82.83 | 142.2 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 113 | 108 | 0.88 | 0 | 0.04 | 0.56 | 176.97 | 0.78 | 0.25 |
| Hex | E | 71 | 6C | 58 | 0 | 4 | 38 | B1 | 4E | 19 |
| Octal | 16 | 161 | 154 | 130 | 0 | 4 | 70 | 261 | 116 | 31 |
| Binary | 1110 | 1110001 | 1101100 | 1011000 | 0 | 100 | 111000 | 10110001 | 1001110 | 11001 |
Color Harmonies of #0E716C
Complementary color
Monochromatic Colors of #0E716C
Black with #0E716C
Text Example
Text Example
White with #0E716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E716C; }
p { color: rgb(14,113,108); }
H1.HeaderClassName
{
color: #0E716C;
}
.AnyTagClassName
{
color: #0E716C;
}
</style>
background-color css
<style>
a { background-color: #0E716C; }
a { background-color: rgb(14,113,108); }
div.DivClassName
{
background-color: #0E716C;
}
.BgClassName
{
background-color: #0E716C;
}
</style>
border-color css
<style>
span { border-color: #0E716C; }
span { border-color: rgb(14,113,108); }
td.TdClassName
{
border-color: #0E716C;
}
.TagClassName
{
border-color: #0E716C;
}
</style>