Shades of Pine Green #0E756D
Tints of Pine Green #0E756D
RGB
CMYK
RGB Variations
Color information
#0E756D (or 0x0E756D) is known color: Pine Green. HEX triplet: 0E, 75 and 6D. RGB value is (14,117,109). Sum of RGB (Red+Green+Blue) = 14+117+109=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #0E756D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E756D is #F18A92. Grayscale: #555555. Windows color (decimal): -15829651 or 7173390. OLE color: 7173390.
HSL color Cylindrical-coordinate representation of color #0E756D: hue angle of 175.34º 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 #0E756D is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 117 | 109 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.54 |
| HSL | 175.34º | 0.79% | 0.26% | - |
| HSV(B) | 175.34º | 0.88% | 0.46% | - |
| XYZ | 9.3 | 13.92 | 16.66 | - |
| YUV | 85.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 117 | 109 | 0.88 | 0 | 0.07 | 0.54 | 175.34 | 0.79 | 0.26 |
| Hex | E | 75 | 6D | 58 | 0 | 7 | 36 | AF | 4F | 1A |
| Octal | 16 | 165 | 155 | 130 | 0 | 7 | 66 | 257 | 117 | 32 |
| Binary | 1110 | 1110101 | 1101101 | 1011000 | 0 | 111 | 110110 | 10101111 | 1001111 | 11010 |
Color Harmonies of #0E756D
Complementary color
Monochromatic Colors of #0E756D
Black with #0E756D
Text Example
Text Example
White with #0E756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E756D; }
p { color: rgb(14,117,109); }
H1.HeaderClassName
{
color: #0E756D;
}
.AnyTagClassName
{
color: #0E756D;
}
</style>
background-color css
<style>
a { background-color: #0E756D; }
a { background-color: rgb(14,117,109); }
div.DivClassName
{
background-color: #0E756D;
}
.BgClassName
{
background-color: #0E756D;
}
</style>
border-color css
<style>
span { border-color: #0E756D; }
span { border-color: rgb(14,117,109); }
td.TdClassName
{
border-color: #0E756D;
}
.TagClassName
{
border-color: #0E756D;
}
</style>