Shades of Pine Green #05766D
Tints of Pine Green #05766D
RGB
CMYK
RGB Variations
Color information
#05766D (or 0x05766D) is known color: Pine Green. HEX triplet: 05, 76 and 6D. RGB value is (5,118,109). Sum of RGB (Red+Green+Blue) = 5+118+109=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #05766D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05766D is #FA8992. Grayscale: #535353. Windows color (decimal): -16419219 or 7173637. OLE color: 7173637.
HSL color Cylindrical-coordinate representation of color #05766D: hue angle of 175.22º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05766D is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 118 | 109 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.54 |
| HSL | 175.22º | 0.92% | 0.24% | - |
| HSV(B) | 175.22º | 0.96% | 0.46% | - |
| XYZ | 9.3 | 14.09 | 16.7 | - |
| YUV | 83.19 | 142.56 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 109 | 0.96 | 0 | 0.08 | 0.54 | 175.22 | 0.92 | 0.24 |
| Hex | 5 | 76 | 6D | 60 | 0 | 8 | 36 | AF | 5C | 18 |
| Octal | 5 | 166 | 155 | 140 | 0 | 10 | 66 | 257 | 134 | 30 |
| Binary | 101 | 1110110 | 1101101 | 1100000 | 0 | 1000 | 110110 | 10101111 | 1011100 | 11000 |
Color Harmonies of #05766D
Complementary color
Monochromatic Colors of #05766D
Black with #05766D
Text Example
Text Example
White with #05766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05766D; }
p { color: rgb(5,118,109); }
H1.HeaderClassName
{
color: #05766D;
}
.AnyTagClassName
{
color: #05766D;
}
</style>
background-color css
<style>
a { background-color: #05766D; }
a { background-color: rgb(5,118,109); }
div.DivClassName
{
background-color: #05766D;
}
.BgClassName
{
background-color: #05766D;
}
</style>
border-color css
<style>
span { border-color: #05766D; }
span { border-color: rgb(5,118,109); }
td.TdClassName
{
border-color: #05766D;
}
.TagClassName
{
border-color: #05766D;
}
</style>