Shades of Pine Green #0C706C
Tints of Pine Green #0C706C
RGB
CMYK
RGB Variations
Color information
#0C706C (or 0x0C706C) is known color: Pine Green. HEX triplet: 0C, 70 and 6C. RGB value is (12,112,108). Sum of RGB (Red+Green+Blue) = 12+112+108=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #0C706C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C706C is #F38F93. Grayscale: #515151. Windows color (decimal): -15962004 or 7106572. OLE color: 7106572.
HSL color Cylindrical-coordinate representation of color #0C706C: hue angle of 177.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C706C is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 112 | 108 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.56 |
| HSL | 177.6º | 0.81% | 0.24% | - |
| HSV(B) | 177.6º | 0.89% | 0.44% | - |
| XYZ | 8.65 | 12.75 | 16.19 | - |
| YUV | 81.64 | 142.87 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 112 | 108 | 0.89 | 0 | 0.04 | 0.56 | 177.6 | 0.81 | 0.24 |
| Hex | C | 70 | 6C | 59 | 0 | 4 | 38 | B2 | 51 | 18 |
| Octal | 14 | 160 | 154 | 131 | 0 | 4 | 70 | 262 | 121 | 30 |
| Binary | 1100 | 1110000 | 1101100 | 1011001 | 0 | 100 | 111000 | 10110010 | 1010001 | 11000 |
Color Harmonies of #0C706C
Complementary color
Monochromatic Colors of #0C706C
Black with #0C706C
Text Example
Text Example
White with #0C706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C706C; }
p { color: rgb(12,112,108); }
H1.HeaderClassName
{
color: #0C706C;
}
.AnyTagClassName
{
color: #0C706C;
}
</style>
background-color css
<style>
a { background-color: #0C706C; }
a { background-color: rgb(12,112,108); }
div.DivClassName
{
background-color: #0C706C;
}
.BgClassName
{
background-color: #0C706C;
}
</style>
border-color css
<style>
span { border-color: #0C706C; }
span { border-color: rgb(12,112,108); }
td.TdClassName
{
border-color: #0C706C;
}
.TagClassName
{
border-color: #0C706C;
}
</style>