Shades of Pine Green #056F68
Tints of Pine Green #056F68
RGB
CMYK
RGB Variations
Color information
#056F68 (or 0x056F68) is known color: Pine Green. HEX triplet: 05, 6F and 68. RGB value is (5,111,104). Sum of RGB (Red+Green+Blue) = 5+111+104=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 111 (43.75% from 255 or 50.45% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 111 - color contains mainly: green. Hex color #056F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056F68 is #FA9097. Grayscale: #4E4E4E. Windows color (decimal): -16421016 or 6844165. OLE color: 6844165.
HSL color Cylindrical-coordinate representation of color #056F68: hue angle of 176.04º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056F68 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 111 | 104 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.56 |
| HSL | 176.04º | 0.91% | 0.23% | - |
| HSV(B) | 176.04º | 0.95% | 0.44% | - |
| XYZ | 8.25 | 12.4 | 15.06 | - |
| YUV | 78.51 | 142.38 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 104 | 0.95 | 0 | 0.06 | 0.56 | 176.04 | 0.91 | 0.23 |
| Hex | 5 | 6F | 68 | 5F | 0 | 6 | 38 | B0 | 5B | 17 |
| Octal | 5 | 157 | 150 | 137 | 0 | 6 | 70 | 260 | 133 | 27 |
| Binary | 101 | 1101111 | 1101000 | 1011111 | 0 | 110 | 111000 | 10110000 | 1011011 | 10111 |
Color Harmonies of #056F68
Complementary color
Monochromatic Colors of #056F68
Black with #056F68
Text Example
Text Example
White with #056F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056F68; }
p { color: rgb(5,111,104); }
H1.HeaderClassName
{
color: #056F68;
}
.AnyTagClassName
{
color: #056F68;
}
</style>
background-color css
<style>
a { background-color: #056F68; }
a { background-color: rgb(5,111,104); }
div.DivClassName
{
background-color: #056F68;
}
.BgClassName
{
background-color: #056F68;
}
</style>
border-color css
<style>
span { border-color: #056F68; }
span { border-color: rgb(5,111,104); }
td.TdClassName
{
border-color: #056F68;
}
.TagClassName
{
border-color: #056F68;
}
</style>