Shades of Pine Green #036E66
Tints of Pine Green #036E66
RGB
CMYK
RGB Variations
Color information
#036E66 (or 0x036E66) is known color: Pine Green. HEX triplet: 03, 6E and 66. RGB value is (3,110,102). Sum of RGB (Red+Green+Blue) = 3+110+102=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 110 (43.36% from 255 or 51.16% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 110 - color contains mainly: green. Hex color #036E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036E66 is #FC9199. Grayscale: #4D4D4D. Windows color (decimal): -16552346 or 6712835. OLE color: 6712835.
HSL color Cylindrical-coordinate representation of color #036E66: hue angle of 175.51º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036E66 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 110 | 102 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.57 |
| HSL | 175.51º | 0.95% | 0.22% | - |
| HSV(B) | 175.51º | 0.97% | 0.43% | - |
| XYZ | 8.01 | 12.13 | 14.49 | - |
| YUV | 77.1 | 142.05 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 110 | 102 | 0.97 | 0 | 0.07 | 0.57 | 175.51 | 0.95 | 0.22 |
| Hex | 3 | 6E | 66 | 61 | 0 | 7 | 39 | B0 | 5F | 16 |
| Octal | 3 | 156 | 146 | 141 | 0 | 7 | 71 | 260 | 137 | 26 |
| Binary | 11 | 1101110 | 1100110 | 1100001 | 0 | 111 | 111001 | 10110000 | 1011111 | 10110 |
Color Harmonies of #036E66
Complementary color
Monochromatic Colors of #036E66
Black with #036E66
Text Example
Text Example
White with #036E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036E66; }
p { color: rgb(3,110,102); }
H1.HeaderClassName
{
color: #036E66;
}
.AnyTagClassName
{
color: #036E66;
}
</style>
background-color css
<style>
a { background-color: #036E66; }
a { background-color: rgb(3,110,102); }
div.DivClassName
{
background-color: #036E66;
}
.BgClassName
{
background-color: #036E66;
}
</style>
border-color css
<style>
span { border-color: #036E66; }
span { border-color: rgb(3,110,102); }
td.TdClassName
{
border-color: #036E66;
}
.TagClassName
{
border-color: #036E66;
}
</style>