Shades of Pine Green #0C806F
Tints of Pine Green #0C806F
RGB
CMYK
RGB Variations
Color information
#0C806F (or 0x0C806F) is known color: Pine Green. HEX triplet: 0C, 80 and 6F. RGB value is (12,128,111). Sum of RGB (Red+Green+Blue) = 12+128+111=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #0C806F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C806F is #F37F90. Grayscale: #5B5B5B. Windows color (decimal): -15957905 or 7307276. OLE color: 7307276.
HSL color Cylindrical-coordinate representation of color #0C806F: hue angle of 171.21º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C806F is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 128 | 111 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.50 |
| HSL | 171.21º | 0.83% | 0.27% | - |
| HSV(B) | 171.21º | 0.91% | 0.5% | - |
| XYZ | 10.74 | 16.66 | 17.69 | - |
| YUV | 91.38 | 139.07 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 128 | 111 | 0.91 | 0 | 0.13 | 0.50 | 171.21 | 0.83 | 0.27 |
| Hex | C | 80 | 6F | 5B | 0 | D | 32 | AB | 53 | 1B |
| Octal | 14 | 200 | 157 | 133 | 0 | 15 | 62 | 253 | 123 | 33 |
| Binary | 1100 | 10000000 | 1101111 | 1011011 | 0 | 1101 | 110010 | 10101011 | 1010011 | 11011 |
Color Harmonies of #0C806F
Complementary color
Monochromatic Colors of #0C806F
Black with #0C806F
Text Example
Text Example
White with #0C806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C806F; }
p { color: rgb(12,128,111); }
H1.HeaderClassName
{
color: #0C806F;
}
.AnyTagClassName
{
color: #0C806F;
}
</style>
background-color css
<style>
a { background-color: #0C806F; }
a { background-color: rgb(12,128,111); }
div.DivClassName
{
background-color: #0C806F;
}
.BgClassName
{
background-color: #0C806F;
}
</style>
border-color css
<style>
span { border-color: #0C806F; }
span { border-color: rgb(12,128,111); }
td.TdClassName
{
border-color: #0C806F;
}
.TagClassName
{
border-color: #0C806F;
}
</style>