Shades of Pine Green #05776E
Tints of Pine Green #05776E
RGB
CMYK
RGB Variations
Color information
#05776E (or 0x05776E) is known color: Pine Green. HEX triplet: 05, 77 and 6E. RGB value is (5,119,110). Sum of RGB (Red+Green+Blue) = 5+119+110=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #05776E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05776E is #FA8891. Grayscale: #535353. Windows color (decimal): -16418962 or 7239429. OLE color: 7239429.
HSL color Cylindrical-coordinate representation of color #05776E: hue angle of 175.26º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05776E is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 119 | 110 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.53 |
| HSL | 175.26º | 0.92% | 0.24% | - |
| HSV(B) | 175.26º | 0.96% | 0.47% | - |
| XYZ | 9.47 | 14.35 | 17.02 | - |
| YUV | 83.89 | 142.73 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 110 | 0.96 | 0 | 0.08 | 0.53 | 175.26 | 0.92 | 0.24 |
| Hex | 5 | 77 | 6E | 60 | 0 | 8 | 35 | AF | 5C | 18 |
| Octal | 5 | 167 | 156 | 140 | 0 | 10 | 65 | 257 | 134 | 30 |
| Binary | 101 | 1110111 | 1101110 | 1100000 | 0 | 1000 | 110101 | 10101111 | 1011100 | 11000 |
Color Harmonies of #05776E
Complementary color
Monochromatic Colors of #05776E
Black with #05776E
Text Example
Text Example
White with #05776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05776E; }
p { color: rgb(5,119,110); }
H1.HeaderClassName
{
color: #05776E;
}
.AnyTagClassName
{
color: #05776E;
}
</style>
background-color css
<style>
a { background-color: #05776E; }
a { background-color: rgb(5,119,110); }
div.DivClassName
{
background-color: #05776E;
}
.BgClassName
{
background-color: #05776E;
}
</style>
border-color css
<style>
span { border-color: #05776E; }
span { border-color: rgb(5,119,110); }
td.TdClassName
{
border-color: #05776E;
}
.TagClassName
{
border-color: #05776E;
}
</style>