Shades of Pine Green #036B68
Tints of Pine Green #036B68
RGB
CMYK
RGB Variations
Color information
#036B68 (or 0x036B68) is known color: Pine Green. HEX triplet: 03, 6B and 68. RGB value is (3,107,104). Sum of RGB (Red+Green+Blue) = 3+107+104=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #036B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036B68 is #FC9497. Grayscale: #4B4B4B. Windows color (decimal): -16553112 or 6843139. OLE color: 6843139.
HSL color Cylindrical-coordinate representation of color #036B68: hue angle of 178.27º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036B68 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 107 | 104 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.58 |
| HSL | 178.27º | 0.95% | 0.22% | - |
| HSV(B) | 178.27º | 0.97% | 0.42% | - |
| XYZ | 7.79 | 11.53 | 14.91 | - |
| YUV | 75.56 | 144.04 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 104 | 0.97 | 0 | 0.03 | 0.58 | 178.27 | 0.95 | 0.22 |
| Hex | 3 | 6B | 68 | 61 | 0 | 3 | 3A | B2 | 5F | 16 |
| Octal | 3 | 153 | 150 | 141 | 0 | 3 | 72 | 262 | 137 | 26 |
| Binary | 11 | 1101011 | 1101000 | 1100001 | 0 | 11 | 111010 | 10110010 | 1011111 | 10110 |
Color Harmonies of #036B68
Complementary color
Monochromatic Colors of #036B68
Black with #036B68
Text Example
Text Example
White with #036B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036B68; }
p { color: rgb(3,107,104); }
H1.HeaderClassName
{
color: #036B68;
}
.AnyTagClassName
{
color: #036B68;
}
</style>
background-color css
<style>
a { background-color: #036B68; }
a { background-color: rgb(3,107,104); }
div.DivClassName
{
background-color: #036B68;
}
.BgClassName
{
background-color: #036B68;
}
</style>
border-color css
<style>
span { border-color: #036B68; }
span { border-color: rgb(3,107,104); }
td.TdClassName
{
border-color: #036B68;
}
.TagClassName
{
border-color: #036B68;
}
</style>