Shades of Pine Green #036D68
Tints of Pine Green #036D68
RGB
CMYK
RGB Variations
Color information
#036D68 (or 0x036D68) is known color: Pine Green. HEX triplet: 03, 6D and 68. RGB value is (3,109,104). Sum of RGB (Red+Green+Blue) = 3+109+104=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 109 (42.97% from 255 or 50.46% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 109 - color contains mainly: green. Hex color #036D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036D68 is #FC9297. Grayscale: #4C4C4C. Windows color (decimal): -16552600 or 6843651. OLE color: 6843651.
HSL color Cylindrical-coordinate representation of color #036D68: hue angle of 177.17º 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 #036D68 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 109 | 104 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.57 |
| HSL | 177.17º | 0.95% | 0.22% | - |
| HSV(B) | 177.17º | 0.97% | 0.43% | - |
| XYZ | 8 | 11.96 | 14.98 | - |
| YUV | 76.74 | 143.38 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 104 | 0.97 | 0 | 0.05 | 0.57 | 177.17 | 0.95 | 0.22 |
| Hex | 3 | 6D | 68 | 61 | 0 | 5 | 39 | B1 | 5F | 16 |
| Octal | 3 | 155 | 150 | 141 | 0 | 5 | 71 | 261 | 137 | 26 |
| Binary | 11 | 1101101 | 1101000 | 1100001 | 0 | 101 | 111001 | 10110001 | 1011111 | 10110 |
Color Harmonies of #036D68
Complementary color
Monochromatic Colors of #036D68
Black with #036D68
Text Example
Text Example
White with #036D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D68; }
p { color: rgb(3,109,104); }
H1.HeaderClassName
{
color: #036D68;
}
.AnyTagClassName
{
color: #036D68;
}
</style>
background-color css
<style>
a { background-color: #036D68; }
a { background-color: rgb(3,109,104); }
div.DivClassName
{
background-color: #036D68;
}
.BgClassName
{
background-color: #036D68;
}
</style>
border-color css
<style>
span { border-color: #036D68; }
span { border-color: rgb(3,109,104); }
td.TdClassName
{
border-color: #036D68;
}
.TagClassName
{
border-color: #036D68;
}
</style>