Shades of Pine Green #0C7871
Tints of Pine Green #0C7871
RGB
CMYK
RGB Variations
Color information
#0C7871 (or 0x0C7871) is known color: Pine Green. HEX triplet: 0C, 78 and 71. RGB value is (12,120,113). Sum of RGB (Red+Green+Blue) = 12+120+113=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #0C7871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7871 is #F3878E. Grayscale: #565656. Windows color (decimal): -15959951 or 7436300. OLE color: 7436300.
HSL color Cylindrical-coordinate representation of color #0C7871: hue angle of 176.11º 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 #0C7871 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 120 | 113 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.53 |
| HSL | 176.11º | 0.82% | 0.26% | - |
| HSV(B) | 176.11º | 0.9% | 0.47% | - |
| XYZ | 9.85 | 14.7 | 17.94 | - |
| YUV | 86.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 120 | 113 | 0.90 | 0 | 0.06 | 0.53 | 176.11 | 0.82 | 0.26 |
| Hex | C | 78 | 71 | 5A | 0 | 6 | 35 | B0 | 52 | 1A |
| Octal | 14 | 170 | 161 | 132 | 0 | 6 | 65 | 260 | 122 | 32 |
| Binary | 1100 | 1111000 | 1110001 | 1011010 | 0 | 110 | 110101 | 10110000 | 1010010 | 11010 |
Color Harmonies of #0C7871
Complementary color
Monochromatic Colors of #0C7871
Black with #0C7871
Text Example
Text Example
White with #0C7871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7871; }
p { color: rgb(12,120,113); }
H1.HeaderClassName
{
color: #0C7871;
}
.AnyTagClassName
{
color: #0C7871;
}
</style>
background-color css
<style>
a { background-color: #0C7871; }
a { background-color: rgb(12,120,113); }
div.DivClassName
{
background-color: #0C7871;
}
.BgClassName
{
background-color: #0C7871;
}
</style>
border-color css
<style>
span { border-color: #0C7871; }
span { border-color: rgb(12,120,113); }
td.TdClassName
{
border-color: #0C7871;
}
.TagClassName
{
border-color: #0C7871;
}
</style>