Shades of Pine Green #017168
Tints of Pine Green #017168
RGB
CMYK
RGB Variations
Color information
#017168 (or 0x017168) is known color: Pine Green. HEX triplet: 01, 71 and 68. RGB value is (1,113,104). Sum of RGB (Red+Green+Blue) = 1+113+104=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #017168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017168 is #FE8E97. Grayscale: #4E4E4E. Windows color (decimal): -16682648 or 6844673. OLE color: 6844673.
HSL color Cylindrical-coordinate representation of color #017168: hue angle of 175.18º 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 #017168 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 113 | 104 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.56 |
| HSL | 175.18º | 0.98% | 0.22% | - |
| HSV(B) | 175.18º | 0.99% | 0.44% | - |
| XYZ | 8.42 | 12.82 | 15.13 | - |
| YUV | 78.49 | 142.39 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 104 | 0.99 | 0 | 0.08 | 0.56 | 175.18 | 0.98 | 0.22 |
| Hex | 1 | 71 | 68 | 63 | 0 | 8 | 38 | AF | 62 | 16 |
| Octal | 1 | 161 | 150 | 143 | 0 | 10 | 70 | 257 | 142 | 26 |
| Binary | 1 | 1110001 | 1101000 | 1100011 | 0 | 1000 | 111000 | 10101111 | 1100010 | 10110 |
Color Harmonies of #017168
Complementary color
Monochromatic Colors of #017168
Black with #017168
Text Example
Text Example
White with #017168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017168; }
p { color: rgb(1,113,104); }
H1.HeaderClassName
{
color: #017168;
}
.AnyTagClassName
{
color: #017168;
}
</style>
background-color css
<style>
a { background-color: #017168; }
a { background-color: rgb(1,113,104); }
div.DivClassName
{
background-color: #017168;
}
.BgClassName
{
background-color: #017168;
}
</style>
border-color css
<style>
span { border-color: #017168; }
span { border-color: rgb(1,113,104); }
td.TdClassName
{
border-color: #017168;
}
.TagClassName
{
border-color: #017168;
}
</style>