Shades of Pine Green #0E7C6E
Tints of Pine Green #0E7C6E
RGB
CMYK
RGB Variations
Color information
#0E7C6E (or 0x0E7C6E) is known color: Pine Green. HEX triplet: 0E, 7C and 6E. RGB value is (14,124,110). Sum of RGB (Red+Green+Blue) = 14+124+110=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #0E7C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7C6E is #F18391. Grayscale: #595959. Windows color (decimal): -15827858 or 7240718. OLE color: 7240718.
HSL color Cylindrical-coordinate representation of color #0E7C6E: hue angle of 172.36º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7C6E is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 124 | 110 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.51 |
| HSL | 172.36º | 0.8% | 0.27% | - |
| HSV(B) | 172.36º | 0.89% | 0.49% | - |
| XYZ | 10.2 | 15.63 | 17.23 | - |
| YUV | 89.51 | 139.56 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 124 | 110 | 0.89 | 0 | 0.11 | 0.51 | 172.36 | 0.8 | 0.27 |
| Hex | E | 7C | 6E | 59 | 0 | B | 33 | AC | 50 | 1B |
| Octal | 16 | 174 | 156 | 131 | 0 | 13 | 63 | 254 | 120 | 33 |
| Binary | 1110 | 1111100 | 1101110 | 1011001 | 0 | 1011 | 110011 | 10101100 | 1010000 | 11011 |
Color Harmonies of #0E7C6E
Complementary color
Monochromatic Colors of #0E7C6E
Black with #0E7C6E
Text Example
Text Example
White with #0E7C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7C6E; }
p { color: rgb(14,124,110); }
H1.HeaderClassName
{
color: #0E7C6E;
}
.AnyTagClassName
{
color: #0E7C6E;
}
</style>
background-color css
<style>
a { background-color: #0E7C6E; }
a { background-color: rgb(14,124,110); }
div.DivClassName
{
background-color: #0E7C6E;
}
.BgClassName
{
background-color: #0E7C6E;
}
</style>
border-color css
<style>
span { border-color: #0E7C6E; }
span { border-color: rgb(14,124,110); }
td.TdClassName
{
border-color: #0E7C6E;
}
.TagClassName
{
border-color: #0E7C6E;
}
</style>