Shades of Pine Green #00706F
Tints of Pine Green #00706F
RGB
CMYK
RGB Variations
Color information
#00706F (or 0x00706F) is known color: Pine Green. HEX triplet: 00, 70 and 6F. RGB value is (0,112,111). Sum of RGB (Red+Green+Blue) = 0+112+111=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #00706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00706F is #FF8F90. Grayscale: #4E4E4E. Windows color (decimal): -16748433 or 7303168. OLE color: 7303168.
HSL color Cylindrical-coordinate representation of color #00706F: hue angle of 179.46º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00706F is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 111 | - |
| CMYK | 1 | 0 | 0.01 | 0.56 |
| HSL | 179.46º | 1% | 0.22% | - |
| HSV(B) | 179.46º | 1% | 0.44% | - |
| XYZ | 8.66 | 12.74 | 17.04 | - |
| YUV | 78.4 | 146.39 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 111 | 1 | 0 | 0.01 | 0.56 | 179.46 | 1 | 0.22 |
| Hex | 0 | 70 | 6F | 64 | 0 | 1 | 38 | B3 | 64 | 16 |
| Octal | 0 | 160 | 157 | 144 | 0 | 1 | 70 | 263 | 144 | 26 |
| Binary | 0 | 1110000 | 1101111 | 1100100 | 0 | 1 | 111000 | 10110011 | 1100100 | 10110 |
Color Harmonies of #00706F
Complementary color
Monochromatic Colors of #00706F
Black with #00706F
Text Example
Text Example
White with #00706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00706F; }
p { color: rgb(0,112,111); }
H1.HeaderClassName
{
color: #00706F;
}
.AnyTagClassName
{
color: #00706F;
}
</style>
background-color css
<style>
a { background-color: #00706F; }
a { background-color: rgb(0,112,111); }
div.DivClassName
{
background-color: #00706F;
}
.BgClassName
{
background-color: #00706F;
}
</style>
border-color css
<style>
span { border-color: #00706F; }
span { border-color: rgb(0,112,111); }
td.TdClassName
{
border-color: #00706F;
}
.TagClassName
{
border-color: #00706F;
}
</style>