Shades of Pine Green #0E726D
Tints of Pine Green #0E726D
RGB
CMYK
RGB Variations
Color information
#0E726D (or 0x0E726D) is known color: Pine Green. HEX triplet: 0E, 72 and 6D. RGB value is (14,114,109). Sum of RGB (Red+Green+Blue) = 14+114+109=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #0E726D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E726D is #F18D92. Grayscale: #535353. Windows color (decimal): -15830419 or 7172622. OLE color: 7172622.
HSL color Cylindrical-coordinate representation of color #0E726D: hue angle of 177º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E726D is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 114 | 109 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.55 |
| HSL | 177º | 0.78% | 0.25% | - |
| HSV(B) | 177º | 0.88% | 0.45% | - |
| XYZ | 8.96 | 13.23 | 16.55 | - |
| YUV | 83.53 | 142.37 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 114 | 109 | 0.88 | 0 | 0.04 | 0.55 | 177 | 0.78 | 0.25 |
| Hex | E | 72 | 6D | 58 | 0 | 4 | 37 | B1 | 4E | 19 |
| Octal | 16 | 162 | 155 | 130 | 0 | 4 | 67 | 261 | 116 | 31 |
| Binary | 1110 | 1110010 | 1101101 | 1011000 | 0 | 100 | 110111 | 10110001 | 1001110 | 11001 |
Color Harmonies of #0E726D
Complementary color
Monochromatic Colors of #0E726D
Black with #0E726D
Text Example
Text Example
White with #0E726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E726D; }
p { color: rgb(14,114,109); }
H1.HeaderClassName
{
color: #0E726D;
}
.AnyTagClassName
{
color: #0E726D;
}
</style>
background-color css
<style>
a { background-color: #0E726D; }
a { background-color: rgb(14,114,109); }
div.DivClassName
{
background-color: #0E726D;
}
.BgClassName
{
background-color: #0E726D;
}
</style>
border-color css
<style>
span { border-color: #0E726D; }
span { border-color: rgb(14,114,109); }
td.TdClassName
{
border-color: #0E726D;
}
.TagClassName
{
border-color: #0E726D;
}
</style>