Shades of Pine Green #0C716A
Tints of Pine Green #0C716A
RGB
CMYK
RGB Variations
Color information
#0C716A (or 0x0C716A) is known color: Pine Green. HEX triplet: 0C, 71 and 6A. RGB value is (12,113,106). Sum of RGB (Red+Green+Blue) = 12+113+106=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #0C716A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C716A is #F38E95. Grayscale: #515151. Windows color (decimal): -15961750 or 6975756. OLE color: 6975756.
HSL color Cylindrical-coordinate representation of color #0C716A: hue angle of 175.84º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C716A is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 113 | 106 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.56 |
| HSL | 175.84º | 0.81% | 0.25% | - |
| HSV(B) | 175.84º | 0.89% | 0.44% | - |
| XYZ | 8.66 | 12.93 | 15.67 | - |
| YUV | 82 | 141.54 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 113 | 106 | 0.89 | 0 | 0.06 | 0.56 | 175.84 | 0.81 | 0.25 |
| Hex | C | 71 | 6A | 59 | 0 | 6 | 38 | B0 | 51 | 19 |
| Octal | 14 | 161 | 152 | 131 | 0 | 6 | 70 | 260 | 121 | 31 |
| Binary | 1100 | 1110001 | 1101010 | 1011001 | 0 | 110 | 111000 | 10110000 | 1010001 | 11001 |
Color Harmonies of #0C716A
Complementary color
Monochromatic Colors of #0C716A
Black with #0C716A
Text Example
Text Example
White with #0C716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C716A; }
p { color: rgb(12,113,106); }
H1.HeaderClassName
{
color: #0C716A;
}
.AnyTagClassName
{
color: #0C716A;
}
</style>
background-color css
<style>
a { background-color: #0C716A; }
a { background-color: rgb(12,113,106); }
div.DivClassName
{
background-color: #0C716A;
}
.BgClassName
{
background-color: #0C716A;
}
</style>
border-color css
<style>
span { border-color: #0C716A; }
span { border-color: rgb(12,113,106); }
td.TdClassName
{
border-color: #0C716A;
}
.TagClassName
{
border-color: #0C716A;
}
</style>