Shades of Pine Green #06706B
Tints of Pine Green #06706B
RGB
CMYK
RGB Variations
Color information
#06706B (or 0x06706B) is known color: Pine Green. HEX triplet: 06, 70 and 6B. RGB value is (6,112,107). Sum of RGB (Red+Green+Blue) = 6+112+107=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #06706B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06706B is #F98F94. Grayscale: #4F4F4F. Windows color (decimal): -16355221 or 7041030. OLE color: 7041030.
HSL color Cylindrical-coordinate representation of color #06706B: hue angle of 177.17º 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 #06706B is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 112 | 107 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.56 |
| HSL | 177.17º | 0.9% | 0.23% | - |
| HSV(B) | 177.17º | 0.95% | 0.44% | - |
| XYZ | 8.52 | 12.69 | 15.91 | - |
| YUV | 79.74 | 143.38 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 107 | 0.95 | 0 | 0.04 | 0.56 | 177.17 | 0.9 | 0.23 |
| Hex | 6 | 70 | 6B | 5F | 0 | 4 | 38 | B1 | 5A | 17 |
| Octal | 6 | 160 | 153 | 137 | 0 | 4 | 70 | 261 | 132 | 27 |
| Binary | 110 | 1110000 | 1101011 | 1011111 | 0 | 100 | 111000 | 10110001 | 1011010 | 10111 |
Color Harmonies of #06706B
Complementary color
Monochromatic Colors of #06706B
Black with #06706B
Text Example
Text Example
White with #06706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06706B; }
p { color: rgb(6,112,107); }
H1.HeaderClassName
{
color: #06706B;
}
.AnyTagClassName
{
color: #06706B;
}
</style>
background-color css
<style>
a { background-color: #06706B; }
a { background-color: rgb(6,112,107); }
div.DivClassName
{
background-color: #06706B;
}
.BgClassName
{
background-color: #06706B;
}
</style>
border-color css
<style>
span { border-color: #06706B; }
span { border-color: rgb(6,112,107); }
td.TdClassName
{
border-color: #06706B;
}
.TagClassName
{
border-color: #06706B;
}
</style>