Shades of Pine Green #0E716B
Tints of Pine Green #0E716B
RGB
CMYK
RGB Variations
Color information
#0E716B (or 0x0E716B) is known color: Pine Green. HEX triplet: 0E, 71 and 6B. RGB value is (14,113,107). Sum of RGB (Red+Green+Blue) = 14+113+107=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #0E716B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E716B is #F18E94. Grayscale: #525252. Windows color (decimal): -15830677 or 7041294. OLE color: 7041294.
HSL color Cylindrical-coordinate representation of color #0E716B: hue angle of 176.36º 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 #0E716B is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 113 | 107 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.56 |
| HSL | 176.36º | 0.78% | 0.25% | - |
| HSV(B) | 176.36º | 0.88% | 0.44% | - |
| XYZ | 8.74 | 12.97 | 15.95 | - |
| YUV | 82.72 | 141.7 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 113 | 107 | 0.88 | 0 | 0.05 | 0.56 | 176.36 | 0.78 | 0.25 |
| Hex | E | 71 | 6B | 58 | 0 | 5 | 38 | B0 | 4E | 19 |
| Octal | 16 | 161 | 153 | 130 | 0 | 5 | 70 | 260 | 116 | 31 |
| Binary | 1110 | 1110001 | 1101011 | 1011000 | 0 | 101 | 111000 | 10110000 | 1001110 | 11001 |
Color Harmonies of #0E716B
Complementary color
Monochromatic Colors of #0E716B
Black with #0E716B
Text Example
Text Example
White with #0E716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E716B; }
p { color: rgb(14,113,107); }
H1.HeaderClassName
{
color: #0E716B;
}
.AnyTagClassName
{
color: #0E716B;
}
</style>
background-color css
<style>
a { background-color: #0E716B; }
a { background-color: rgb(14,113,107); }
div.DivClassName
{
background-color: #0E716B;
}
.BgClassName
{
background-color: #0E716B;
}
</style>
border-color css
<style>
span { border-color: #0E716B; }
span { border-color: rgb(14,113,107); }
td.TdClassName
{
border-color: #0E716B;
}
.TagClassName
{
border-color: #0E716B;
}
</style>