Shades of Pine Green #06706F
Tints of Pine Green #06706F
RGB
CMYK
RGB Variations
Color information
#06706F (or 0x06706F) is known color: Pine Green. HEX triplet: 06, 70 and 6F. RGB value is (6,112,111). Sum of RGB (Red+Green+Blue) = 6+112+111=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #06706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06706F is #F98F90. Grayscale: #505050. Windows color (decimal): -16355217 or 7303174. OLE color: 7303174.
HSL color Cylindrical-coordinate representation of color #06706F: hue angle of 179.43º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06706F is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 112 | 111 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.56 |
| HSL | 179.43º | 0.9% | 0.23% | - |
| HSV(B) | 179.43º | 0.95% | 0.44% | - |
| XYZ | 8.74 | 12.77 | 17.04 | - |
| YUV | 80.19 | 145.38 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 111 | 0.95 | 0 | 0.01 | 0.56 | 179.43 | 0.9 | 0.23 |
| Hex | 6 | 70 | 6F | 5F | 0 | 1 | 38 | B3 | 5A | 17 |
| Octal | 6 | 160 | 157 | 137 | 0 | 1 | 70 | 263 | 132 | 27 |
| Binary | 110 | 1110000 | 1101111 | 1011111 | 0 | 1 | 111000 | 10110011 | 1011010 | 10111 |
Color Harmonies of #06706F
Complementary color
Monochromatic Colors of #06706F
Black with #06706F
Text Example
Text Example
White with #06706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06706F; }
p { color: rgb(6,112,111); }
H1.HeaderClassName
{
color: #06706F;
}
.AnyTagClassName
{
color: #06706F;
}
</style>
background-color css
<style>
a { background-color: #06706F; }
a { background-color: rgb(6,112,111); }
div.DivClassName
{
background-color: #06706F;
}
.BgClassName
{
background-color: #06706F;
}
</style>
border-color css
<style>
span { border-color: #06706F; }
span { border-color: rgb(6,112,111); }
td.TdClassName
{
border-color: #06706F;
}
.TagClassName
{
border-color: #06706F;
}
</style>