Shades of Pine Green #01776A
Tints of Pine Green #01776A
RGB
CMYK
RGB Variations
Color information
#01776A (or 0x01776A) is known color: Pine Green. HEX triplet: 01, 77 and 6A. RGB value is (1,119,106). Sum of RGB (Red+Green+Blue) = 1+119+106=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #01776A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01776A is #FE8895. Grayscale: #525252. Windows color (decimal): -16681110 or 6977281. OLE color: 6977281.
HSL color Cylindrical-coordinate representation of color #01776A: hue angle of 173.39º 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 #01776A is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 119 | 106 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.53 |
| HSL | 173.39º | 0.98% | 0.24% | - |
| HSV(B) | 173.39º | 0.99% | 0.47% | - |
| XYZ | 9.21 | 14.24 | 15.9 | - |
| YUV | 82.24 | 141.41 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 106 | 0.99 | 0 | 0.11 | 0.53 | 173.39 | 0.98 | 0.24 |
| Hex | 1 | 77 | 6A | 63 | 0 | B | 35 | AD | 62 | 18 |
| Octal | 1 | 167 | 152 | 143 | 0 | 13 | 65 | 255 | 142 | 30 |
| Binary | 1 | 1110111 | 1101010 | 1100011 | 0 | 1011 | 110101 | 10101101 | 1100010 | 11000 |
Color Harmonies of #01776A
Complementary color
Monochromatic Colors of #01776A
Black with #01776A
Text Example
Text Example
White with #01776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01776A; }
p { color: rgb(1,119,106); }
H1.HeaderClassName
{
color: #01776A;
}
.AnyTagClassName
{
color: #01776A;
}
</style>
background-color css
<style>
a { background-color: #01776A; }
a { background-color: rgb(1,119,106); }
div.DivClassName
{
background-color: #01776A;
}
.BgClassName
{
background-color: #01776A;
}
</style>
border-color css
<style>
span { border-color: #01776A; }
span { border-color: rgb(1,119,106); }
td.TdClassName
{
border-color: #01776A;
}
.TagClassName
{
border-color: #01776A;
}
</style>