Shades of Pine Green #0E736A
Tints of Pine Green #0E736A
RGB
CMYK
RGB Variations
Color information
#0E736A (or 0x0E736A) is known color: Pine Green. HEX triplet: 0E, 73 and 6A. RGB value is (14,115,106). Sum of RGB (Red+Green+Blue) = 14+115+106=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #0E736A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E736A is #F18C95. Grayscale: #535353. Windows color (decimal): -15830166 or 6976270. OLE color: 6976270.
HSL color Cylindrical-coordinate representation of color #0E736A: hue angle of 174.65º 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 #0E736A is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 115 | 106 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.55 |
| HSL | 174.65º | 0.78% | 0.25% | - |
| HSV(B) | 174.65º | 0.88% | 0.45% | - |
| XYZ | 8.91 | 13.4 | 15.75 | - |
| YUV | 83.78 | 140.54 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 115 | 106 | 0.88 | 0 | 0.08 | 0.55 | 174.65 | 0.78 | 0.25 |
| Hex | E | 73 | 6A | 58 | 0 | 8 | 37 | AF | 4E | 19 |
| Octal | 16 | 163 | 152 | 130 | 0 | 10 | 67 | 257 | 116 | 31 |
| Binary | 1110 | 1110011 | 1101010 | 1011000 | 0 | 1000 | 110111 | 10101111 | 1001110 | 11001 |
Color Harmonies of #0E736A
Complementary color
Monochromatic Colors of #0E736A
Black with #0E736A
Text Example
Text Example
White with #0E736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E736A; }
p { color: rgb(14,115,106); }
H1.HeaderClassName
{
color: #0E736A;
}
.AnyTagClassName
{
color: #0E736A;
}
</style>
background-color css
<style>
a { background-color: #0E736A; }
a { background-color: rgb(14,115,106); }
div.DivClassName
{
background-color: #0E736A;
}
.BgClassName
{
background-color: #0E736A;
}
</style>
border-color css
<style>
span { border-color: #0E736A; }
span { border-color: rgb(14,115,106); }
td.TdClassName
{
border-color: #0E736A;
}
.TagClassName
{
border-color: #0E736A;
}
</style>