Shades of Pine Green #017767
Tints of Pine Green #017767
RGB
CMYK
RGB Variations
Color information
#017767 (or 0x017767) is known color: Pine Green. HEX triplet: 01, 77 and 67. RGB value is (1,119,103). Sum of RGB (Red+Green+Blue) = 1+119+103=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #017767 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017767 is #FE8898. Grayscale: #515151. Windows color (decimal): -16681113 or 6780673. OLE color: 6780673.
HSL color Cylindrical-coordinate representation of color #017767: hue angle of 171.86º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017767 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 119 | 103 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.53 |
| HSL | 171.86º | 0.98% | 0.24% | - |
| HSV(B) | 171.86º | 0.99% | 0.47% | - |
| XYZ | 9.06 | 14.18 | 15.09 | - |
| YUV | 81.89 | 139.91 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 103 | 0.99 | 0 | 0.13 | 0.53 | 171.86 | 0.98 | 0.24 |
| Hex | 1 | 77 | 67 | 63 | 0 | D | 35 | AC | 62 | 18 |
| Octal | 1 | 167 | 147 | 143 | 0 | 15 | 65 | 254 | 142 | 30 |
| Binary | 1 | 1110111 | 1100111 | 1100011 | 0 | 1101 | 110101 | 10101100 | 1100010 | 11000 |
Color Harmonies of #017767
Complementary color
Monochromatic Colors of #017767
Black with #017767
Text Example
Text Example
White with #017767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017767; }
p { color: rgb(1,119,103); }
H1.HeaderClassName
{
color: #017767;
}
.AnyTagClassName
{
color: #017767;
}
</style>
background-color css
<style>
a { background-color: #017767; }
a { background-color: rgb(1,119,103); }
div.DivClassName
{
background-color: #017767;
}
.BgClassName
{
background-color: #017767;
}
</style>
border-color css
<style>
span { border-color: #017767; }
span { border-color: rgb(1,119,103); }
td.TdClassName
{
border-color: #017767;
}
.TagClassName
{
border-color: #017767;
}
</style>