Shades of Pine Green #056E6C
Tints of Pine Green #056E6C
RGB
CMYK
RGB Variations
Color information
#056E6C (or 0x056E6C) is known color: Pine Green. HEX triplet: 05, 6E and 6C. RGB value is (5,110,108). Sum of RGB (Red+Green+Blue) = 5+110+108=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #056E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056E6C is #FA9193. Grayscale: #4E4E4E. Windows color (decimal): -16421268 or 7106053. OLE color: 7106053.
HSL color Cylindrical-coordinate representation of color #056E6C: hue angle of 178.86º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056E6C is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 110 | 108 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.57 |
| HSL | 178.86º | 0.91% | 0.23% | - |
| HSV(B) | 178.86º | 0.95% | 0.43% | - |
| XYZ | 8.35 | 12.27 | 16.12 | - |
| YUV | 78.38 | 144.71 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 108 | 0.95 | 0 | 0.02 | 0.57 | 178.86 | 0.91 | 0.23 |
| Hex | 5 | 6E | 6C | 5F | 0 | 2 | 39 | B3 | 5B | 17 |
| Octal | 5 | 156 | 154 | 137 | 0 | 2 | 71 | 263 | 133 | 27 |
| Binary | 101 | 1101110 | 1101100 | 1011111 | 0 | 10 | 111001 | 10110011 | 1011011 | 10111 |
Color Harmonies of #056E6C
Complementary color
Monochromatic Colors of #056E6C
Black with #056E6C
Text Example
Text Example
White with #056E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056E6C; }
p { color: rgb(5,110,108); }
H1.HeaderClassName
{
color: #056E6C;
}
.AnyTagClassName
{
color: #056E6C;
}
</style>
background-color css
<style>
a { background-color: #056E6C; }
a { background-color: rgb(5,110,108); }
div.DivClassName
{
background-color: #056E6C;
}
.BgClassName
{
background-color: #056E6C;
}
</style>
border-color css
<style>
span { border-color: #056E6C; }
span { border-color: rgb(5,110,108); }
td.TdClassName
{
border-color: #056E6C;
}
.TagClassName
{
border-color: #056E6C;
}
</style>