Shades of Pine Green #056E6B
Tints of Pine Green #056E6B
RGB
CMYK
RGB Variations
Color information
#056E6B (or 0x056E6B) is known color: Pine Green. HEX triplet: 05, 6E and 6B. RGB value is (5,110,107). Sum of RGB (Red+Green+Blue) = 5+110+107=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 110 (43.36% from 255 or 49.55% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 110 - color contains mainly: green. Hex color #056E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056E6B is #FA9194. Grayscale: #4E4E4E. Windows color (decimal): -16421269 or 7040517. OLE color: 7040517.
HSL color Cylindrical-coordinate representation of color #056E6B: hue angle of 178.29º 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 #056E6B is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 110 | 107 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.57 |
| HSL | 178.29º | 0.91% | 0.23% | - |
| HSV(B) | 178.29º | 0.95% | 0.43% | - |
| XYZ | 8.29 | 12.25 | 15.84 | - |
| YUV | 78.26 | 144.21 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 107 | 0.95 | 0 | 0.03 | 0.57 | 178.29 | 0.91 | 0.23 |
| Hex | 5 | 6E | 6B | 5F | 0 | 3 | 39 | B2 | 5B | 17 |
| Octal | 5 | 156 | 153 | 137 | 0 | 3 | 71 | 262 | 133 | 27 |
| Binary | 101 | 1101110 | 1101011 | 1011111 | 0 | 11 | 111001 | 10110010 | 1011011 | 10111 |
Color Harmonies of #056E6B
Complementary color
Monochromatic Colors of #056E6B
Black with #056E6B
Text Example
Text Example
White with #056E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056E6B; }
p { color: rgb(5,110,107); }
H1.HeaderClassName
{
color: #056E6B;
}
.AnyTagClassName
{
color: #056E6B;
}
</style>
background-color css
<style>
a { background-color: #056E6B; }
a { background-color: rgb(5,110,107); }
div.DivClassName
{
background-color: #056E6B;
}
.BgClassName
{
background-color: #056E6B;
}
</style>
border-color css
<style>
span { border-color: #056E6B; }
span { border-color: rgb(5,110,107); }
td.TdClassName
{
border-color: #056E6B;
}
.TagClassName
{
border-color: #056E6B;
}
</style>