Shades of Pine Green #0C776B
Tints of Pine Green #0C776B
RGB
CMYK
RGB Variations
Color information
#0C776B (or 0x0C776B) is known color: Pine Green. HEX triplet: 0C, 77 and 6B. RGB value is (12,119,107). Sum of RGB (Red+Green+Blue) = 12+119+107=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #0C776B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C776B is #F38894. Grayscale: #555555. Windows color (decimal): -15960213 or 7042828. OLE color: 7042828.
HSL color Cylindrical-coordinate representation of color #0C776B: hue angle of 173.27º 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 #0C776B is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 119 | 107 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.53 |
| HSL | 173.27º | 0.82% | 0.26% | - |
| HSV(B) | 173.27º | 0.9% | 0.47% | - |
| XYZ | 9.4 | 14.33 | 16.18 | - |
| YUV | 85.64 | 140.05 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 119 | 107 | 0.90 | 0 | 0.10 | 0.53 | 173.27 | 0.82 | 0.26 |
| Hex | C | 77 | 6B | 5A | 0 | A | 35 | AD | 52 | 1A |
| Octal | 14 | 167 | 153 | 132 | 0 | 12 | 65 | 255 | 122 | 32 |
| Binary | 1100 | 1110111 | 1101011 | 1011010 | 0 | 1010 | 110101 | 10101101 | 1010010 | 11010 |
Color Harmonies of #0C776B
Complementary color
Monochromatic Colors of #0C776B
Black with #0C776B
Text Example
Text Example
White with #0C776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C776B; }
p { color: rgb(12,119,107); }
H1.HeaderClassName
{
color: #0C776B;
}
.AnyTagClassName
{
color: #0C776B;
}
</style>
background-color css
<style>
a { background-color: #0C776B; }
a { background-color: rgb(12,119,107); }
div.DivClassName
{
background-color: #0C776B;
}
.BgClassName
{
background-color: #0C776B;
}
</style>
border-color css
<style>
span { border-color: #0C776B; }
span { border-color: rgb(12,119,107); }
td.TdClassName
{
border-color: #0C776B;
}
.TagClassName
{
border-color: #0C776B;
}
</style>