Shades of Pine Green #0C7371
Tints of Pine Green #0C7371
RGB
CMYK
RGB Variations
Color information
#0C7371 (or 0x0C7371) is known color: Pine Green. HEX triplet: 0C, 73 and 71. RGB value is (12,115,113). Sum of RGB (Red+Green+Blue) = 12+115+113=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #0C7371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7371 is #F38C8E. Grayscale: #535353. Windows color (decimal): -15961231 or 7435020. OLE color: 7435020.
HSL color Cylindrical-coordinate representation of color #0C7371: hue angle of 178.83º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7371 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 115 | 113 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.55 |
| HSL | 178.83º | 0.81% | 0.25% | - |
| HSV(B) | 178.83º | 0.9% | 0.45% | - |
| XYZ | 9.26 | 13.53 | 17.75 | - |
| YUV | 83.98 | 144.38 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 115 | 113 | 0.90 | 0 | 0.02 | 0.55 | 178.83 | 0.81 | 0.25 |
| Hex | C | 73 | 71 | 5A | 0 | 2 | 37 | B3 | 51 | 19 |
| Octal | 14 | 163 | 161 | 132 | 0 | 2 | 67 | 263 | 121 | 31 |
| Binary | 1100 | 1110011 | 1110001 | 1011010 | 0 | 10 | 110111 | 10110011 | 1010001 | 11001 |
Color Harmonies of #0C7371
Complementary color
Monochromatic Colors of #0C7371
Black with #0C7371
Text Example
Text Example
White with #0C7371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7371; }
p { color: rgb(12,115,113); }
H1.HeaderClassName
{
color: #0C7371;
}
.AnyTagClassName
{
color: #0C7371;
}
</style>
background-color css
<style>
a { background-color: #0C7371; }
a { background-color: rgb(12,115,113); }
div.DivClassName
{
background-color: #0C7371;
}
.BgClassName
{
background-color: #0C7371;
}
</style>
border-color css
<style>
span { border-color: #0C7371; }
span { border-color: rgb(12,115,113); }
td.TdClassName
{
border-color: #0C7371;
}
.TagClassName
{
border-color: #0C7371;
}
</style>