Shades of Pine Green #0E7169
Tints of Pine Green #0E7169
RGB
CMYK
RGB Variations
Color information
#0E7169 (or 0x0E7169) is known color: Pine Green. HEX triplet: 0E, 71 and 69. RGB value is (14,113,105). Sum of RGB (Red+Green+Blue) = 14+113+105=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #0E7169 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7169 is #F18E96. Grayscale: #525252. Windows color (decimal): -15830679 or 6910222. OLE color: 6910222.
HSL color Cylindrical-coordinate representation of color #0E7169: hue angle of 175.15º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7169 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 113 | 105 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.56 |
| HSL | 175.15º | 0.78% | 0.25% | - |
| HSV(B) | 175.15º | 0.88% | 0.44% | - |
| XYZ | 8.64 | 12.92 | 15.4 | - |
| YUV | 82.49 | 140.7 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 113 | 105 | 0.88 | 0 | 0.07 | 0.56 | 175.15 | 0.78 | 0.25 |
| Hex | E | 71 | 69 | 58 | 0 | 7 | 38 | AF | 4E | 19 |
| Octal | 16 | 161 | 151 | 130 | 0 | 7 | 70 | 257 | 116 | 31 |
| Binary | 1110 | 1110001 | 1101001 | 1011000 | 0 | 111 | 111000 | 10101111 | 1001110 | 11001 |
Color Harmonies of #0E7169
Complementary color
Monochromatic Colors of #0E7169
Black with #0E7169
Text Example
Text Example
White with #0E7169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7169; }
p { color: rgb(14,113,105); }
H1.HeaderClassName
{
color: #0E7169;
}
.AnyTagClassName
{
color: #0E7169;
}
</style>
background-color css
<style>
a { background-color: #0E7169; }
a { background-color: rgb(14,113,105); }
div.DivClassName
{
background-color: #0E7169;
}
.BgClassName
{
background-color: #0E7169;
}
</style>
border-color css
<style>
span { border-color: #0E7169; }
span { border-color: rgb(14,113,105); }
td.TdClassName
{
border-color: #0E7169;
}
.TagClassName
{
border-color: #0E7169;
}
</style>