Shades of Pine Green #01706F
Tints of Pine Green #01706F
RGB
CMYK
RGB Variations
Color information
#01706F (or 0x01706F) is known color: Pine Green. HEX triplet: 01, 70 and 6F. RGB value is (1,112,111). Sum of RGB (Red+Green+Blue) = 1+112+111=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #01706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01706F is #FE8F90. Grayscale: #4E4E4E. Windows color (decimal): -16682897 or 7303169. OLE color: 7303169.
HSL color Cylindrical-coordinate representation of color #01706F: hue angle of 179.46º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01706F is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 111 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.56 |
| HSL | 179.46º | 0.98% | 0.22% | - |
| HSV(B) | 179.46º | 0.99% | 0.44% | - |
| XYZ | 8.68 | 12.74 | 17.04 | - |
| YUV | 78.7 | 146.23 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 111 | 0.99 | 0 | 0.01 | 0.56 | 179.46 | 0.98 | 0.22 |
| Hex | 1 | 70 | 6F | 63 | 0 | 1 | 38 | B3 | 62 | 16 |
| Octal | 1 | 160 | 157 | 143 | 0 | 1 | 70 | 263 | 142 | 26 |
| Binary | 1 | 1110000 | 1101111 | 1100011 | 0 | 1 | 111000 | 10110011 | 1100010 | 10110 |
Color Harmonies of #01706F
Complementary color
Monochromatic Colors of #01706F
Black with #01706F
Text Example
Text Example
White with #01706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01706F; }
p { color: rgb(1,112,111); }
H1.HeaderClassName
{
color: #01706F;
}
.AnyTagClassName
{
color: #01706F;
}
</style>
background-color css
<style>
a { background-color: #01706F; }
a { background-color: rgb(1,112,111); }
div.DivClassName
{
background-color: #01706F;
}
.BgClassName
{
background-color: #01706F;
}
</style>
border-color css
<style>
span { border-color: #01706F; }
span { border-color: rgb(1,112,111); }
td.TdClassName
{
border-color: #01706F;
}
.TagClassName
{
border-color: #01706F;
}
</style>