Shades of Pine Green #056F6C
Tints of Pine Green #056F6C
RGB
CMYK
RGB Variations
Color information
#056F6C (or 0x056F6C) is known color: Pine Green. HEX triplet: 05, 6F and 6C. RGB value is (5,111,108). Sum of RGB (Red+Green+Blue) = 5+111+108=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #056F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056F6C is #FA9093. Grayscale: #4E4E4E. Windows color (decimal): -16421012 or 7106309. OLE color: 7106309.
HSL color Cylindrical-coordinate representation of color #056F6C: hue angle of 178.3º 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 #056F6C is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 111 | 108 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.56 |
| HSL | 178.3º | 0.91% | 0.23% | - |
| HSV(B) | 178.3º | 0.95% | 0.44% | - |
| XYZ | 8.45 | 12.48 | 16.15 | - |
| YUV | 78.96 | 144.38 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 108 | 0.95 | 0 | 0.03 | 0.56 | 178.3 | 0.91 | 0.23 |
| Hex | 5 | 6F | 6C | 5F | 0 | 3 | 38 | B2 | 5B | 17 |
| Octal | 5 | 157 | 154 | 137 | 0 | 3 | 70 | 262 | 133 | 27 |
| Binary | 101 | 1101111 | 1101100 | 1011111 | 0 | 11 | 111000 | 10110010 | 1011011 | 10111 |
Color Harmonies of #056F6C
Complementary color
Monochromatic Colors of #056F6C
Black with #056F6C
Text Example
Text Example
White with #056F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056F6C; }
p { color: rgb(5,111,108); }
H1.HeaderClassName
{
color: #056F6C;
}
.AnyTagClassName
{
color: #056F6C;
}
</style>
background-color css
<style>
a { background-color: #056F6C; }
a { background-color: rgb(5,111,108); }
div.DivClassName
{
background-color: #056F6C;
}
.BgClassName
{
background-color: #056F6C;
}
</style>
border-color css
<style>
span { border-color: #056F6C; }
span { border-color: rgb(5,111,108); }
td.TdClassName
{
border-color: #056F6C;
}
.TagClassName
{
border-color: #056F6C;
}
</style>