Shades of Pine Green #0C8170
Tints of Pine Green #0C8170
RGB
CMYK
RGB Variations
Color information
#0C8170 (or 0x0C8170) is known color: Pine Green. HEX triplet: 0C, 81 and 70. RGB value is (12,129,112). Sum of RGB (Red+Green+Blue) = 12+129+112=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #0C8170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8170 is #F37E8F. Grayscale: #5C5C5C. Windows color (decimal): -15957648 or 7373068. OLE color: 7373068.
HSL color Cylindrical-coordinate representation of color #0C8170: hue angle of 171.28º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8170 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 129 | 112 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.49 |
| HSL | 171.28º | 0.83% | 0.28% | - |
| HSV(B) | 171.28º | 0.91% | 0.51% | - |
| XYZ | 10.93 | 16.95 | 18.02 | - |
| YUV | 92.08 | 139.24 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 129 | 112 | 0.91 | 0 | 0.13 | 0.49 | 171.28 | 0.83 | 0.28 |
| Hex | C | 81 | 70 | 5B | 0 | D | 31 | AB | 53 | 1C |
| Octal | 14 | 201 | 160 | 133 | 0 | 15 | 61 | 253 | 123 | 34 |
| Binary | 1100 | 10000001 | 1110000 | 1011011 | 0 | 1101 | 110001 | 10101011 | 1010011 | 11100 |
Color Harmonies of #0C8170
Complementary color
Monochromatic Colors of #0C8170
Black with #0C8170
Text Example
Text Example
White with #0C8170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8170; }
p { color: rgb(12,129,112); }
H1.HeaderClassName
{
color: #0C8170;
}
.AnyTagClassName
{
color: #0C8170;
}
</style>
background-color css
<style>
a { background-color: #0C8170; }
a { background-color: rgb(12,129,112); }
div.DivClassName
{
background-color: #0C8170;
}
.BgClassName
{
background-color: #0C8170;
}
</style>
border-color css
<style>
span { border-color: #0C8170; }
span { border-color: rgb(12,129,112); }
td.TdClassName
{
border-color: #0C8170;
}
.TagClassName
{
border-color: #0C8170;
}
</style>