Shades of Pine Green #0E8575
Tints of Pine Green #0E8575
RGB
CMYK
RGB Variations
Color information
#0E8575 (or 0x0E8575) is known color: Pine Green. HEX triplet: 0E, 85 and 75. RGB value is (14,133,117). Sum of RGB (Red+Green+Blue) = 14+133+117=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #0E8575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8575 is #F17A8A. Grayscale: #5F5F5F. Windows color (decimal): -15825547 or 7701774. OLE color: 7701774.
HSL color Cylindrical-coordinate representation of color #0E8575: hue angle of 171.93º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8575 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 133 | 117 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.48 |
| HSL | 171.93º | 0.81% | 0.29% | - |
| HSV(B) | 171.93º | 0.89% | 0.52% | - |
| XYZ | 11.78 | 18.15 | 19.71 | - |
| YUV | 95.6 | 140.08 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 133 | 117 | 0.89 | 0 | 0.12 | 0.48 | 171.93 | 0.81 | 0.29 |
| Hex | E | 85 | 75 | 59 | 0 | C | 30 | AC | 51 | 1D |
| Octal | 16 | 205 | 165 | 131 | 0 | 14 | 60 | 254 | 121 | 35 |
| Binary | 1110 | 10000101 | 1110101 | 1011001 | 0 | 1100 | 110000 | 10101100 | 1010001 | 11101 |
Color Harmonies of #0E8575
Complementary color
Monochromatic Colors of #0E8575
Black with #0E8575
Text Example
Text Example
White with #0E8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8575; }
p { color: rgb(14,133,117); }
H1.HeaderClassName
{
color: #0E8575;
}
.AnyTagClassName
{
color: #0E8575;
}
</style>
background-color css
<style>
a { background-color: #0E8575; }
a { background-color: rgb(14,133,117); }
div.DivClassName
{
background-color: #0E8575;
}
.BgClassName
{
background-color: #0E8575;
}
</style>
border-color css
<style>
span { border-color: #0E8575; }
span { border-color: rgb(14,133,117); }
td.TdClassName
{
border-color: #0E8575;
}
.TagClassName
{
border-color: #0E8575;
}
</style>