Shades of Pine Green #0E746F
Tints of Pine Green #0E746F
RGB
CMYK
RGB Variations
Color information
#0E746F (or 0x0E746F) is known color: Pine Green. HEX triplet: 0E, 74 and 6F. RGB value is (14,116,111). Sum of RGB (Red+Green+Blue) = 14+116+111=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #0E746F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E746F is #F18B90. Grayscale: #545454. Windows color (decimal): -15829905 or 7304206. OLE color: 7304206.
HSL color Cylindrical-coordinate representation of color #0E746F: hue angle of 177.06º 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 #0E746F is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 116 | 111 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.55 |
| HSL | 177.06º | 0.78% | 0.25% | - |
| HSV(B) | 177.06º | 0.88% | 0.45% | - |
| XYZ | 9.3 | 13.73 | 17.2 | - |
| YUV | 84.93 | 142.71 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 116 | 111 | 0.88 | 0 | 0.04 | 0.55 | 177.06 | 0.78 | 0.25 |
| Hex | E | 74 | 6F | 58 | 0 | 4 | 37 | B1 | 4E | 19 |
| Octal | 16 | 164 | 157 | 130 | 0 | 4 | 67 | 261 | 116 | 31 |
| Binary | 1110 | 1110100 | 1101111 | 1011000 | 0 | 100 | 110111 | 10110001 | 1001110 | 11001 |
Color Harmonies of #0E746F
Complementary color
Monochromatic Colors of #0E746F
Black with #0E746F
Text Example
Text Example
White with #0E746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E746F; }
p { color: rgb(14,116,111); }
H1.HeaderClassName
{
color: #0E746F;
}
.AnyTagClassName
{
color: #0E746F;
}
</style>
background-color css
<style>
a { background-color: #0E746F; }
a { background-color: rgb(14,116,111); }
div.DivClassName
{
background-color: #0E746F;
}
.BgClassName
{
background-color: #0E746F;
}
</style>
border-color css
<style>
span { border-color: #0E746F; }
span { border-color: rgb(14,116,111); }
td.TdClassName
{
border-color: #0E746F;
}
.TagClassName
{
border-color: #0E746F;
}
</style>