Shades of Pine Green #0C6F68
Tints of Pine Green #0C6F68
RGB
CMYK
RGB Variations
Color information
#0C6F68 (or 0x0C6F68) is known color: Pine Green. HEX triplet: 0C, 6F and 68. RGB value is (12,111,104). Sum of RGB (Red+Green+Blue) = 12+111+104=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #0C6F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6F68 is #F39097. Grayscale: #505050. Windows color (decimal): -15962264 or 6844172. OLE color: 6844172.
HSL color Cylindrical-coordinate representation of color #0C6F68: hue angle of 175.76º degrees, saturation: 0.8, 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 #0C6F68 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 111 | 104 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.56 |
| HSL | 175.76º | 0.8% | 0.24% | - |
| HSV(B) | 175.76º | 0.89% | 0.44% | - |
| XYZ | 8.33 | 12.45 | 15.06 | - |
| YUV | 80.6 | 141.2 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 111 | 104 | 0.89 | 0 | 0.06 | 0.56 | 175.76 | 0.8 | 0.24 |
| Hex | C | 6F | 68 | 59 | 0 | 6 | 38 | B0 | 50 | 18 |
| Octal | 14 | 157 | 150 | 131 | 0 | 6 | 70 | 260 | 120 | 30 |
| Binary | 1100 | 1101111 | 1101000 | 1011001 | 0 | 110 | 111000 | 10110000 | 1010000 | 11000 |
Color Harmonies of #0C6F68
Complementary color
Monochromatic Colors of #0C6F68
Black with #0C6F68
Text Example
Text Example
White with #0C6F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6F68; }
p { color: rgb(12,111,104); }
H1.HeaderClassName
{
color: #0C6F68;
}
.AnyTagClassName
{
color: #0C6F68;
}
</style>
background-color css
<style>
a { background-color: #0C6F68; }
a { background-color: rgb(12,111,104); }
div.DivClassName
{
background-color: #0C6F68;
}
.BgClassName
{
background-color: #0C6F68;
}
</style>
border-color css
<style>
span { border-color: #0C6F68; }
span { border-color: rgb(12,111,104); }
td.TdClassName
{
border-color: #0C6F68;
}
.TagClassName
{
border-color: #0C6F68;
}
</style>