Shades of Pine Green #017F68
Tints of Pine Green #017F68
RGB
CMYK
RGB Variations
Color information
#017F68 (or 0x017F68) is known color: Pine Green. HEX triplet: 01, 7F and 68. RGB value is (1,127,104). Sum of RGB (Red+Green+Blue) = 1+127+104=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 127 (50% from 255 or 54.74% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 127 - color contains mainly: green. Hex color #017F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017F68 is #FE8097. Grayscale: #565656. Windows color (decimal): -16679064 or 6848257. OLE color: 6848257.
HSL color Cylindrical-coordinate representation of color #017F68: hue angle of 169.05º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F68 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 127 | 104 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.50 |
| HSL | 169.05º | 0.98% | 0.25% | - |
| HSV(B) | 169.05º | 0.99% | 0.5% | - |
| XYZ | 10.1 | 16.18 | 15.69 | - |
| YUV | 86.7 | 137.76 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 104 | 0.99 | 0 | 0.18 | 0.50 | 169.05 | 0.98 | 0.25 |
| Hex | 1 | 7F | 68 | 63 | 0 | 12 | 32 | A9 | 62 | 19 |
| Octal | 1 | 177 | 150 | 143 | 0 | 22 | 62 | 251 | 142 | 31 |
| Binary | 1 | 1111111 | 1101000 | 1100011 | 0 | 10010 | 110010 | 10101001 | 1100010 | 11001 |
Color Harmonies of #017F68
Complementary color
Monochromatic Colors of #017F68
Black with #017F68
Text Example
Text Example
White with #017F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017F68; }
p { color: rgb(1,127,104); }
H1.HeaderClassName
{
color: #017F68;
}
.AnyTagClassName
{
color: #017F68;
}
</style>
background-color css
<style>
a { background-color: #017F68; }
a { background-color: rgb(1,127,104); }
div.DivClassName
{
background-color: #017F68;
}
.BgClassName
{
background-color: #017F68;
}
</style>
border-color css
<style>
span { border-color: #017F68; }
span { border-color: rgb(1,127,104); }
td.TdClassName
{
border-color: #017F68;
}
.TagClassName
{
border-color: #017F68;
}
</style>