Shades of Pine Green #017D68
Tints of Pine Green #017D68
RGB
CMYK
RGB Variations
Color information
#017D68 (or 0x017D68) is known color: Pine Green. HEX triplet: 01, 7D and 68. RGB value is (1,125,104). Sum of RGB (Red+Green+Blue) = 1+125+104=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 125 (49.22% from 255 or 54.35% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 125 - color contains mainly: green. Hex color #017D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017D68 is #FE8297. Grayscale: #555555. Windows color (decimal): -16679576 or 6847745. OLE color: 6847745.
HSL color Cylindrical-coordinate representation of color #017D68: hue angle of 169.84º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D68 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 125 | 104 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.51 |
| HSL | 169.84º | 0.98% | 0.25% | - |
| HSV(B) | 169.84º | 0.99% | 0.49% | - |
| XYZ | 9.84 | 15.67 | 15.6 | - |
| YUV | 85.53 | 138.42 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 104 | 0.99 | 0 | 0.17 | 0.51 | 169.84 | 0.98 | 0.25 |
| Hex | 1 | 7D | 68 | 63 | 0 | 11 | 33 | AA | 62 | 19 |
| Octal | 1 | 175 | 150 | 143 | 0 | 21 | 63 | 252 | 142 | 31 |
| Binary | 1 | 1111101 | 1101000 | 1100011 | 0 | 10001 | 110011 | 10101010 | 1100010 | 11001 |
Color Harmonies of #017D68
Complementary color
Monochromatic Colors of #017D68
Black with #017D68
Text Example
Text Example
White with #017D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D68; }
p { color: rgb(1,125,104); }
H1.HeaderClassName
{
color: #017D68;
}
.AnyTagClassName
{
color: #017D68;
}
</style>
background-color css
<style>
a { background-color: #017D68; }
a { background-color: rgb(1,125,104); }
div.DivClassName
{
background-color: #017D68;
}
.BgClassName
{
background-color: #017D68;
}
</style>
border-color css
<style>
span { border-color: #017D68; }
span { border-color: rgb(1,125,104); }
td.TdClassName
{
border-color: #017D68;
}
.TagClassName
{
border-color: #017D68;
}
</style>