Shades of Pine Green #0E7A6E
Tints of Pine Green #0E7A6E
RGB
CMYK
RGB Variations
Color information
#0E7A6E (or 0x0E7A6E) is known color: Pine Green. HEX triplet: 0E, 7A and 6E. RGB value is (14,122,110). Sum of RGB (Red+Green+Blue) = 14+122+110=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 122 (48.05% from 255 or 49.59% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 122 - color contains mainly: green. Hex color #0E7A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7A6E is #F18591. Grayscale: #585858. Windows color (decimal): -15828370 or 7240206. OLE color: 7240206.
HSL color Cylindrical-coordinate representation of color #0E7A6E: hue angle of 173.33º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7A6E is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 122 | 110 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.52 |
| HSL | 173.33º | 0.79% | 0.27% | - |
| HSV(B) | 173.33º | 0.89% | 0.48% | - |
| XYZ | 9.96 | 15.14 | 17.15 | - |
| YUV | 88.34 | 140.22 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 122 | 110 | 0.89 | 0 | 0.10 | 0.52 | 173.33 | 0.79 | 0.27 |
| Hex | E | 7A | 6E | 59 | 0 | A | 34 | AD | 4F | 1B |
| Octal | 16 | 172 | 156 | 131 | 0 | 12 | 64 | 255 | 117 | 33 |
| Binary | 1110 | 1111010 | 1101110 | 1011001 | 0 | 1010 | 110100 | 10101101 | 1001111 | 11011 |
Color Harmonies of #0E7A6E
Complementary color
Monochromatic Colors of #0E7A6E
Black with #0E7A6E
Text Example
Text Example
White with #0E7A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7A6E; }
p { color: rgb(14,122,110); }
H1.HeaderClassName
{
color: #0E7A6E;
}
.AnyTagClassName
{
color: #0E7A6E;
}
</style>
background-color css
<style>
a { background-color: #0E7A6E; }
a { background-color: rgb(14,122,110); }
div.DivClassName
{
background-color: #0E7A6E;
}
.BgClassName
{
background-color: #0E7A6E;
}
</style>
border-color css
<style>
span { border-color: #0E7A6E; }
span { border-color: rgb(14,122,110); }
td.TdClassName
{
border-color: #0E7A6E;
}
.TagClassName
{
border-color: #0E7A6E;
}
</style>