Shades of Pine Green #0C7D6D
Tints of Pine Green #0C7D6D
RGB
CMYK
RGB Variations
Color information
#0C7D6D (or 0x0C7D6D) is known color: Pine Green. HEX triplet: 0C, 7D and 6D. RGB value is (12,125,109). Sum of RGB (Red+Green+Blue) = 12+125+109=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #0C7D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7D6D is #F38292. Grayscale: #595959. Windows color (decimal): -15958675 or 7175436. OLE color: 7175436.
HSL color Cylindrical-coordinate representation of color #0C7D6D: hue angle of 171.5º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7D6D is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 125 | 109 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.51 |
| HSL | 171.5º | 0.82% | 0.27% | - |
| HSV(B) | 171.5º | 0.9% | 0.49% | - |
| XYZ | 10.25 | 15.85 | 16.99 | - |
| YUV | 89.39 | 139.06 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 125 | 109 | 0.90 | 0 | 0.13 | 0.51 | 171.5 | 0.82 | 0.27 |
| Hex | C | 7D | 6D | 5A | 0 | D | 33 | AC | 52 | 1B |
| Octal | 14 | 175 | 155 | 132 | 0 | 15 | 63 | 254 | 122 | 33 |
| Binary | 1100 | 1111101 | 1101101 | 1011010 | 0 | 1101 | 110011 | 10101100 | 1010010 | 11011 |
Color Harmonies of #0C7D6D
Complementary color
Monochromatic Colors of #0C7D6D
Black with #0C7D6D
Text Example
Text Example
White with #0C7D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7D6D; }
p { color: rgb(12,125,109); }
H1.HeaderClassName
{
color: #0C7D6D;
}
.AnyTagClassName
{
color: #0C7D6D;
}
</style>
background-color css
<style>
a { background-color: #0C7D6D; }
a { background-color: rgb(12,125,109); }
div.DivClassName
{
background-color: #0C7D6D;
}
.BgClassName
{
background-color: #0C7D6D;
}
</style>
border-color css
<style>
span { border-color: #0C7D6D; }
span { border-color: rgb(12,125,109); }
td.TdClassName
{
border-color: #0C7D6D;
}
.TagClassName
{
border-color: #0C7D6D;
}
</style>