Shades of Pine Green #0C6E6C
Tints of Pine Green #0C6E6C
RGB
CMYK
RGB Variations
Color information
#0C6E6C (or 0x0C6E6C) is known color: Pine Green. HEX triplet: 0C, 6E and 6C. RGB value is (12,110,108). Sum of RGB (Red+Green+Blue) = 12+110+108=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 110 (43.36% from 255 or 47.83% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 110 - color contains mainly: green. Hex color #0C6E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6E6C is #F39193. Grayscale: #505050. Windows color (decimal): -15962516 or 7106060. OLE color: 7106060.
HSL color Cylindrical-coordinate representation of color #0C6E6C: hue angle of 178.78º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6E6C is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 110 | 108 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.57 |
| HSL | 178.78º | 0.8% | 0.24% | - |
| HSV(B) | 178.78º | 0.89% | 0.43% | - |
| XYZ | 8.43 | 12.31 | 16.12 | - |
| YUV | 80.47 | 143.53 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 110 | 108 | 0.89 | 0 | 0.02 | 0.57 | 178.78 | 0.8 | 0.24 |
| Hex | C | 6E | 6C | 59 | 0 | 2 | 39 | B3 | 50 | 18 |
| Octal | 14 | 156 | 154 | 131 | 0 | 2 | 71 | 263 | 120 | 30 |
| Binary | 1100 | 1101110 | 1101100 | 1011001 | 0 | 10 | 111001 | 10110011 | 1010000 | 11000 |
Color Harmonies of #0C6E6C
Complementary color
Monochromatic Colors of #0C6E6C
Black with #0C6E6C
Text Example
Text Example
White with #0C6E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6E6C; }
p { color: rgb(12,110,108); }
H1.HeaderClassName
{
color: #0C6E6C;
}
.AnyTagClassName
{
color: #0C6E6C;
}
</style>
background-color css
<style>
a { background-color: #0C6E6C; }
a { background-color: rgb(12,110,108); }
div.DivClassName
{
background-color: #0C6E6C;
}
.BgClassName
{
background-color: #0C6E6C;
}
</style>
border-color css
<style>
span { border-color: #0C6E6C; }
span { border-color: rgb(12,110,108); }
td.TdClassName
{
border-color: #0C6E6C;
}
.TagClassName
{
border-color: #0C6E6C;
}
</style>