Shades of Pine Green #0C796C
Tints of Pine Green #0C796C
RGB
CMYK
RGB Variations
Color information
#0C796C (or 0x0C796C) is known color: Pine Green. HEX triplet: 0C, 79 and 6C. RGB value is (12,121,108). Sum of RGB (Red+Green+Blue) = 12+121+108=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #0C796C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C796C is #F38693. Grayscale: #565656. Windows color (decimal): -15959700 or 7108876. OLE color: 7108876.
HSL color Cylindrical-coordinate representation of color #0C796C: hue angle of 172.84º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C796C is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 121 | 108 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.53 |
| HSL | 172.84º | 0.82% | 0.26% | - |
| HSV(B) | 172.84º | 0.9% | 0.47% | - |
| XYZ | 9.7 | 14.84 | 16.54 | - |
| YUV | 86.93 | 139.89 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 121 | 108 | 0.90 | 0 | 0.11 | 0.53 | 172.84 | 0.82 | 0.26 |
| Hex | C | 79 | 6C | 5A | 0 | B | 35 | AD | 52 | 1A |
| Octal | 14 | 171 | 154 | 132 | 0 | 13 | 65 | 255 | 122 | 32 |
| Binary | 1100 | 1111001 | 1101100 | 1011010 | 0 | 1011 | 110101 | 10101101 | 1010010 | 11010 |
Color Harmonies of #0C796C
Complementary color
Monochromatic Colors of #0C796C
Black with #0C796C
Text Example
Text Example
White with #0C796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C796C; }
p { color: rgb(12,121,108); }
H1.HeaderClassName
{
color: #0C796C;
}
.AnyTagClassName
{
color: #0C796C;
}
</style>
background-color css
<style>
a { background-color: #0C796C; }
a { background-color: rgb(12,121,108); }
div.DivClassName
{
background-color: #0C796C;
}
.BgClassName
{
background-color: #0C796C;
}
</style>
border-color css
<style>
span { border-color: #0C796C; }
span { border-color: rgb(12,121,108); }
td.TdClassName
{
border-color: #0C796C;
}
.TagClassName
{
border-color: #0C796C;
}
</style>