Shades of Pine Green #036F68
Tints of Pine Green #036F68
RGB
CMYK
RGB Variations
Color information
#036F68 (or 0x036F68) is known color: Pine Green. HEX triplet: 03, 6F and 68. RGB value is (3,111,104). Sum of RGB (Red+Green+Blue) = 3+111+104=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #036F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036F68 is #FC9097. Grayscale: #4D4D4D. Windows color (decimal): -16552088 or 6844163. OLE color: 6844163.
HSL color Cylindrical-coordinate representation of color #036F68: hue angle of 176.11º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036F68 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 111 | 104 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.56 |
| HSL | 176.11º | 0.95% | 0.22% | - |
| HSV(B) | 176.11º | 0.97% | 0.44% | - |
| XYZ | 8.22 | 12.39 | 15.05 | - |
| YUV | 77.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 104 | 0.97 | 0 | 0.06 | 0.56 | 176.11 | 0.95 | 0.22 |
| Hex | 3 | 6F | 68 | 61 | 0 | 6 | 38 | B0 | 5F | 16 |
| Octal | 3 | 157 | 150 | 141 | 0 | 6 | 70 | 260 | 137 | 26 |
| Binary | 11 | 1101111 | 1101000 | 1100001 | 0 | 110 | 111000 | 10110000 | 1011111 | 10110 |
Color Harmonies of #036F68
Complementary color
Monochromatic Colors of #036F68
Black with #036F68
Text Example
Text Example
White with #036F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036F68; }
p { color: rgb(3,111,104); }
H1.HeaderClassName
{
color: #036F68;
}
.AnyTagClassName
{
color: #036F68;
}
</style>
background-color css
<style>
a { background-color: #036F68; }
a { background-color: rgb(3,111,104); }
div.DivClassName
{
background-color: #036F68;
}
.BgClassName
{
background-color: #036F68;
}
</style>
border-color css
<style>
span { border-color: #036F68; }
span { border-color: rgb(3,111,104); }
td.TdClassName
{
border-color: #036F68;
}
.TagClassName
{
border-color: #036F68;
}
</style>