Shades of Pine Green #03766C
Tints of Pine Green #03766C
RGB
CMYK
RGB Variations
Color information
#03766C (or 0x03766C) is known color: Pine Green. HEX triplet: 03, 76 and 6C. RGB value is (3,118,108). Sum of RGB (Red+Green+Blue) = 3+118+108=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #03766C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03766C is #FC8993. Grayscale: #525252. Windows color (decimal): -16550292 or 7108099. OLE color: 7108099.
HSL color Cylindrical-coordinate representation of color #03766C: hue angle of 174.78º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03766C is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 118 | 108 | - |
| CMYK | 0.97 | 0 | 0.08 | 0.54 |
| HSL | 174.78º | 0.95% | 0.24% | - |
| HSV(B) | 174.78º | 0.97% | 0.46% | - |
| XYZ | 9.22 | 14.06 | 16.41 | - |
| YUV | 82.48 | 142.4 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 118 | 108 | 0.97 | 0 | 0.08 | 0.54 | 174.78 | 0.95 | 0.24 |
| Hex | 3 | 76 | 6C | 61 | 0 | 8 | 36 | AF | 5F | 18 |
| Octal | 3 | 166 | 154 | 141 | 0 | 10 | 66 | 257 | 137 | 30 |
| Binary | 11 | 1110110 | 1101100 | 1100001 | 0 | 1000 | 110110 | 10101111 | 1011111 | 11000 |
Color Harmonies of #03766C
Complementary color
Monochromatic Colors of #03766C
Black with #03766C
Text Example
Text Example
White with #03766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03766C; }
p { color: rgb(3,118,108); }
H1.HeaderClassName
{
color: #03766C;
}
.AnyTagClassName
{
color: #03766C;
}
</style>
background-color css
<style>
a { background-color: #03766C; }
a { background-color: rgb(3,118,108); }
div.DivClassName
{
background-color: #03766C;
}
.BgClassName
{
background-color: #03766C;
}
</style>
border-color css
<style>
span { border-color: #03766C; }
span { border-color: rgb(3,118,108); }
td.TdClassName
{
border-color: #03766C;
}
.TagClassName
{
border-color: #03766C;
}
</style>