Shades of Pine Green #0E7A6D
Tints of Pine Green #0E7A6D
RGB
CMYK
RGB Variations
Color information
#0E7A6D (or 0x0E7A6D) is known color: Pine Green. HEX triplet: 0E, 7A and 6D. RGB value is (14,122,109). Sum of RGB (Red+Green+Blue) = 14+122+109=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 122 (48.05% from 255 or 49.80% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 122 - color contains mainly: green. Hex color #0E7A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7A6D is #F18592. Grayscale: #585858. Windows color (decimal): -15828371 or 7174670. OLE color: 7174670.
HSL color Cylindrical-coordinate representation of color #0E7A6D: hue angle of 172.78º 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 #0E7A6D is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 122 | 109 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.52 |
| HSL | 172.78º | 0.79% | 0.27% | - |
| HSV(B) | 172.78º | 0.89% | 0.48% | - |
| XYZ | 9.9 | 15.12 | 16.86 | - |
| YUV | 88.23 | 139.72 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 122 | 109 | 0.89 | 0 | 0.11 | 0.52 | 172.78 | 0.79 | 0.27 |
| Hex | E | 7A | 6D | 59 | 0 | B | 34 | AD | 4F | 1B |
| Octal | 16 | 172 | 155 | 131 | 0 | 13 | 64 | 255 | 117 | 33 |
| Binary | 1110 | 1111010 | 1101101 | 1011001 | 0 | 1011 | 110100 | 10101101 | 1001111 | 11011 |
Color Harmonies of #0E7A6D
Complementary color
Monochromatic Colors of #0E7A6D
Black with #0E7A6D
Text Example
Text Example
White with #0E7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7A6D; }
p { color: rgb(14,122,109); }
H1.HeaderClassName
{
color: #0E7A6D;
}
.AnyTagClassName
{
color: #0E7A6D;
}
</style>
background-color css
<style>
a { background-color: #0E7A6D; }
a { background-color: rgb(14,122,109); }
div.DivClassName
{
background-color: #0E7A6D;
}
.BgClassName
{
background-color: #0E7A6D;
}
</style>
border-color css
<style>
span { border-color: #0E7A6D; }
span { border-color: rgb(14,122,109); }
td.TdClassName
{
border-color: #0E7A6D;
}
.TagClassName
{
border-color: #0E7A6D;
}
</style>