Shades of Pine Green #056D6D
Tints of Pine Green #056D6D
RGB
CMYK
RGB Variations
Color information
#056D6D (or 0x056D6D) is known color: Pine Green. HEX triplet: 05, 6D and 6D. RGB value is (5,109,109). Sum of RGB (Red+Green+Blue) = 5+109+109=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 109 (42.97% from 255 or 48.88% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #056D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056D6D is #FA9292. Grayscale: #4D4D4D. Windows color (decimal): -16421523 or 7171333. OLE color: 7171333.
HSL color Cylindrical-coordinate representation of color #056D6D: hue angle of 180º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056D6D is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 109 | 109 | - |
| CMYK | 0.95 | 0 | 0 | 0.57 |
| HSL | 180º | 0.91% | 0.22% | - |
| HSV(B) | 180º | 0.95% | 0.43% | - |
| XYZ | 8.29 | 12.07 | 16.36 | - |
| YUV | 77.9 | 145.54 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 109 | 0.95 | 0 | 0 | 0.57 | 180 | 0.91 | 0.22 |
| Hex | 5 | 6D | 6D | 5F | 0 | 0 | 39 | B4 | 5B | 16 |
| Octal | 5 | 155 | 155 | 137 | 0 | 0 | 71 | 264 | 133 | 26 |
| Binary | 101 | 1101101 | 1101101 | 1011111 | 0 | 0 | 111001 | 10110100 | 1011011 | 10110 |
Color Harmonies of #056D6D
Complementary color
Monochromatic Colors of #056D6D
Black with #056D6D
Text Example
Text Example
White with #056D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056D6D; }
p { color: rgb(5,109,109); }
H1.HeaderClassName
{
color: #056D6D;
}
.AnyTagClassName
{
color: #056D6D;
}
</style>
background-color css
<style>
a { background-color: #056D6D; }
a { background-color: rgb(5,109,109); }
div.DivClassName
{
background-color: #056D6D;
}
.BgClassName
{
background-color: #056D6D;
}
</style>
border-color css
<style>
span { border-color: #056D6D; }
span { border-color: rgb(5,109,109); }
td.TdClassName
{
border-color: #056D6D;
}
.TagClassName
{
border-color: #056D6D;
}
</style>