Shades of Pine Green #056C6A
Tints of Pine Green #056C6A
RGB
CMYK
RGB Variations
Color information
#056C6A (or 0x056C6A) is known color: Pine Green. HEX triplet: 05, 6C and 6A. RGB value is (5,108,106). Sum of RGB (Red+Green+Blue) = 5+108+106=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 108 (42.58% from 255 or 49.32% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 108 - color contains mainly: green. Hex color #056C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056C6A is #FA9395. Grayscale: #4C4C4C. Windows color (decimal): -16421782 or 6974469. OLE color: 6974469.
HSL color Cylindrical-coordinate representation of color #056C6A: hue angle of 178.83º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056C6A is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 108 | 106 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.58 |
| HSL | 178.83º | 0.91% | 0.22% | - |
| HSV(B) | 178.83º | 0.95% | 0.42% | - |
| XYZ | 8.03 | 11.8 | 15.49 | - |
| YUV | 76.98 | 144.38 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 108 | 106 | 0.95 | 0 | 0.02 | 0.58 | 178.83 | 0.91 | 0.22 |
| Hex | 5 | 6C | 6A | 5F | 0 | 2 | 3A | B3 | 5B | 16 |
| Octal | 5 | 154 | 152 | 137 | 0 | 2 | 72 | 263 | 133 | 26 |
| Binary | 101 | 1101100 | 1101010 | 1011111 | 0 | 10 | 111010 | 10110011 | 1011011 | 10110 |
Color Harmonies of #056C6A
Complementary color
Monochromatic Colors of #056C6A
Black with #056C6A
Text Example
Text Example
White with #056C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056C6A; }
p { color: rgb(5,108,106); }
H1.HeaderClassName
{
color: #056C6A;
}
.AnyTagClassName
{
color: #056C6A;
}
</style>
background-color css
<style>
a { background-color: #056C6A; }
a { background-color: rgb(5,108,106); }
div.DivClassName
{
background-color: #056C6A;
}
.BgClassName
{
background-color: #056C6A;
}
</style>
border-color css
<style>
span { border-color: #056C6A; }
span { border-color: rgb(5,108,106); }
td.TdClassName
{
border-color: #056C6A;
}
.TagClassName
{
border-color: #056C6A;
}
</style>