Shades of Pine Green #05706D
Tints of Pine Green #05706D
RGB
CMYK
RGB Variations
Color information
#05706D (or 0x05706D) is known color: Pine Green. HEX triplet: 05, 70 and 6D. RGB value is (5,112,109). Sum of RGB (Red+Green+Blue) = 5+112+109=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #05706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05706D is #FA8F92. Grayscale: #4F4F4F. Windows color (decimal): -16420755 or 7172101. OLE color: 7172101.
HSL color Cylindrical-coordinate representation of color #05706D: hue angle of 178.32º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05706D is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 112 | 109 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.56 |
| HSL | 178.32º | 0.91% | 0.23% | - |
| HSV(B) | 178.32º | 0.96% | 0.44% | - |
| XYZ | 8.62 | 12.72 | 16.47 | - |
| YUV | 79.67 | 144.55 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 109 | 0.96 | 0 | 0.03 | 0.56 | 178.32 | 0.91 | 0.23 |
| Hex | 5 | 70 | 6D | 60 | 0 | 3 | 38 | B2 | 5B | 17 |
| Octal | 5 | 160 | 155 | 140 | 0 | 3 | 70 | 262 | 133 | 27 |
| Binary | 101 | 1110000 | 1101101 | 1100000 | 0 | 11 | 111000 | 10110010 | 1011011 | 10111 |
Color Harmonies of #05706D
Complementary color
Monochromatic Colors of #05706D
Black with #05706D
Text Example
Text Example
White with #05706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05706D; }
p { color: rgb(5,112,109); }
H1.HeaderClassName
{
color: #05706D;
}
.AnyTagClassName
{
color: #05706D;
}
</style>
background-color css
<style>
a { background-color: #05706D; }
a { background-color: rgb(5,112,109); }
div.DivClassName
{
background-color: #05706D;
}
.BgClassName
{
background-color: #05706D;
}
</style>
border-color css
<style>
span { border-color: #05706D; }
span { border-color: rgb(5,112,109); }
td.TdClassName
{
border-color: #05706D;
}
.TagClassName
{
border-color: #05706D;
}
</style>