Shades of Pine Green #036D6A
Tints of Pine Green #036D6A
RGB
CMYK
RGB Variations
Color information
#036D6A (or 0x036D6A) is known color: Pine Green. HEX triplet: 03, 6D and 6A. RGB value is (3,109,106). Sum of RGB (Red+Green+Blue) = 3+109+106=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 109 (42.97% from 255 or 50% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 109 - color contains mainly: green. Hex color #036D6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036D6A is #FC9295. Grayscale: #4C4C4C. Windows color (decimal): -16552598 or 6974723. OLE color: 6974723.
HSL color Cylindrical-coordinate representation of color #036D6A: hue angle of 178.3º 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 #036D6A is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 109 | 106 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.57 |
| HSL | 178.3º | 0.95% | 0.22% | - |
| HSV(B) | 178.3º | 0.97% | 0.43% | - |
| XYZ | 8.11 | 12 | 15.52 | - |
| YUV | 76.96 | 144.38 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 106 | 0.97 | 0 | 0.03 | 0.57 | 178.3 | 0.95 | 0.22 |
| Hex | 3 | 6D | 6A | 61 | 0 | 3 | 39 | B2 | 5F | 16 |
| Octal | 3 | 155 | 152 | 141 | 0 | 3 | 71 | 262 | 137 | 26 |
| Binary | 11 | 1101101 | 1101010 | 1100001 | 0 | 11 | 111001 | 10110010 | 1011111 | 10110 |
Color Harmonies of #036D6A
Complementary color
Monochromatic Colors of #036D6A
Black with #036D6A
Text Example
Text Example
White with #036D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D6A; }
p { color: rgb(3,109,106); }
H1.HeaderClassName
{
color: #036D6A;
}
.AnyTagClassName
{
color: #036D6A;
}
</style>
background-color css
<style>
a { background-color: #036D6A; }
a { background-color: rgb(3,109,106); }
div.DivClassName
{
background-color: #036D6A;
}
.BgClassName
{
background-color: #036D6A;
}
</style>
border-color css
<style>
span { border-color: #036D6A; }
span { border-color: rgb(3,109,106); }
td.TdClassName
{
border-color: #036D6A;
}
.TagClassName
{
border-color: #036D6A;
}
</style>