Shades of Pine Green #01766D
Tints of Pine Green #01766D
RGB
CMYK
RGB Variations
Color information
#01766D (or 0x01766D) is known color: Pine Green. HEX triplet: 01, 76 and 6D. RGB value is (1,118,109). Sum of RGB (Red+Green+Blue) = 1+118+109=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #01766D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01766D is #FE8992. Grayscale: #515151. Windows color (decimal): -16681363 or 7173633. OLE color: 7173633.
HSL color Cylindrical-coordinate representation of color #01766D: hue angle of 175.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01766D is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 118 | 109 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.54 |
| HSL | 175.38º | 0.98% | 0.23% | - |
| HSV(B) | 175.38º | 0.99% | 0.46% | - |
| XYZ | 9.25 | 14.07 | 16.7 | - |
| YUV | 81.99 | 143.24 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 109 | 0.99 | 0 | 0.08 | 0.54 | 175.38 | 0.98 | 0.23 |
| Hex | 1 | 76 | 6D | 63 | 0 | 8 | 36 | AF | 62 | 17 |
| Octal | 1 | 166 | 155 | 143 | 0 | 10 | 66 | 257 | 142 | 27 |
| Binary | 1 | 1110110 | 1101101 | 1100011 | 0 | 1000 | 110110 | 10101111 | 1100010 | 10111 |
Color Harmonies of #01766D
Complementary color
Monochromatic Colors of #01766D
Black with #01766D
Text Example
Text Example
White with #01766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01766D; }
p { color: rgb(1,118,109); }
H1.HeaderClassName
{
color: #01766D;
}
.AnyTagClassName
{
color: #01766D;
}
</style>
background-color css
<style>
a { background-color: #01766D; }
a { background-color: rgb(1,118,109); }
div.DivClassName
{
background-color: #01766D;
}
.BgClassName
{
background-color: #01766D;
}
</style>
border-color css
<style>
span { border-color: #01766D; }
span { border-color: rgb(1,118,109); }
td.TdClassName
{
border-color: #01766D;
}
.TagClassName
{
border-color: #01766D;
}
</style>