Shades of Pine Green #0C7172
Tints of Pine Green #0C7172
RGB
CMYK
RGB Variations
Color information
#0C7172 (or 0x0C7172) is known color: Pine Green. HEX triplet: 0C, 71 and 72. RGB value is (12,113,114). Sum of RGB (Red+Green+Blue) = 12+113+114=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #0C7172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7172 is #F38E8D. Grayscale: #525252. Windows color (decimal): -15961742 or 7500044. OLE color: 7500044.
HSL color Cylindrical-coordinate representation of color #0C7172: hue angle of 180.59º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7172 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 113 | 114 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.55 |
| HSL | 180.59º | 0.81% | 0.25% | - |
| HSV(B) | 180.59º | 0.89% | 0.45% | - |
| XYZ | 9.09 | 13.1 | 17.97 | - |
| YUV | 82.92 | 145.54 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 113 | 114 | 0.89 | 0.01 | 0 | 0.55 | 180.59 | 0.81 | 0.25 |
| Hex | C | 71 | 72 | 59 | 1 | 0 | 37 | B5 | 51 | 19 |
| Octal | 14 | 161 | 162 | 131 | 1 | 0 | 67 | 265 | 121 | 31 |
| Binary | 1100 | 1110001 | 1110010 | 1011001 | 1 | 0 | 110111 | 10110101 | 1010001 | 11001 |
Color Harmonies of #0C7172
Complementary color
Monochromatic Colors of #0C7172
Black with #0C7172
Text Example
Text Example
White with #0C7172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7172; }
p { color: rgb(12,113,114); }
H1.HeaderClassName
{
color: #0C7172;
}
.AnyTagClassName
{
color: #0C7172;
}
</style>
background-color css
<style>
a { background-color: #0C7172; }
a { background-color: rgb(12,113,114); }
div.DivClassName
{
background-color: #0C7172;
}
.BgClassName
{
background-color: #0C7172;
}
</style>
border-color css
<style>
span { border-color: #0C7172; }
span { border-color: rgb(12,113,114); }
td.TdClassName
{
border-color: #0C7172;
}
.TagClassName
{
border-color: #0C7172;
}
</style>