Shades of Pine Green #03776E
Tints of Pine Green #03776E
RGB
CMYK
RGB Variations
Color information
#03776E (or 0x03776E) is known color: Pine Green. HEX triplet: 03, 77 and 6E. RGB value is (3,119,110). Sum of RGB (Red+Green+Blue) = 3+119+110=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #03776E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03776E is #FC8891. Grayscale: #535353. Windows color (decimal): -16550034 or 7239427. OLE color: 7239427.
HSL color Cylindrical-coordinate representation of color #03776E: hue angle of 175.34º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03776E is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 3 | 119 | 110 | - |
| CMYK | 0.97 | 0 | 0.08 | 0.53 |
| HSL | 175.34º | 0.95% | 0.24% | - |
| HSV(B) | 175.34º | 0.97% | 0.47% | - |
| XYZ | 9.45 | 14.34 | 17.02 | - |
| YUV | 83.29 | 143.07 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 119 | 110 | 0.97 | 0 | 0.08 | 0.53 | 175.34 | 0.95 | 0.24 |
| Hex | 3 | 77 | 6E | 61 | 0 | 8 | 35 | AF | 5F | 18 |
| Octal | 3 | 167 | 156 | 141 | 0 | 10 | 65 | 257 | 137 | 30 |
| Binary | 11 | 1110111 | 1101110 | 1100001 | 0 | 1000 | 110101 | 10101111 | 1011111 | 11000 |
Color Harmonies of #03776E
Complementary color
Monochromatic Colors of #03776E
Black with #03776E
Text Example
Text Example
White with #03776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03776E; }
p { color: rgb(3,119,110); }
H1.HeaderClassName
{
color: #03776E;
}
.AnyTagClassName
{
color: #03776E;
}
</style>
background-color css
<style>
a { background-color: #03776E; }
a { background-color: rgb(3,119,110); }
div.DivClassName
{
background-color: #03776E;
}
.BgClassName
{
background-color: #03776E;
}
</style>
border-color css
<style>
span { border-color: #03776E; }
span { border-color: rgb(3,119,110); }
td.TdClassName
{
border-color: #03776E;
}
.TagClassName
{
border-color: #03776E;
}
</style>