Shades of Pine Green #037A6C
Tints of Pine Green #037A6C
RGB
CMYK
RGB Variations
Color information
#037A6C (or 0x037A6C) is known color: Pine Green. HEX triplet: 03, 7A and 6C. RGB value is (3,122,108). Sum of RGB (Red+Green+Blue) = 3+122+108=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #037A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037A6C is #FC8593. Grayscale: #545454. Windows color (decimal): -16549268 or 7109123. OLE color: 7109123.
HSL color Cylindrical-coordinate representation of color #037A6C: hue angle of 172.94º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037A6C is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 122 | 108 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.52 |
| HSL | 172.94º | 0.95% | 0.25% | - |
| HSV(B) | 172.94º | 0.98% | 0.48% | - |
| XYZ | 9.7 | 15.02 | 16.58 | - |
| YUV | 84.82 | 141.08 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 108 | 0.98 | 0 | 0.11 | 0.52 | 172.94 | 0.95 | 0.25 |
| Hex | 3 | 7A | 6C | 62 | 0 | B | 34 | AD | 5F | 19 |
| Octal | 3 | 172 | 154 | 142 | 0 | 13 | 64 | 255 | 137 | 31 |
| Binary | 11 | 1111010 | 1101100 | 1100010 | 0 | 1011 | 110100 | 10101101 | 1011111 | 11001 |
Color Harmonies of #037A6C
Complementary color
Monochromatic Colors of #037A6C
Black with #037A6C
Text Example
Text Example
White with #037A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037A6C; }
p { color: rgb(3,122,108); }
H1.HeaderClassName
{
color: #037A6C;
}
.AnyTagClassName
{
color: #037A6C;
}
</style>
background-color css
<style>
a { background-color: #037A6C; }
a { background-color: rgb(3,122,108); }
div.DivClassName
{
background-color: #037A6C;
}
.BgClassName
{
background-color: #037A6C;
}
</style>
border-color css
<style>
span { border-color: #037A6C; }
span { border-color: rgb(3,122,108); }
td.TdClassName
{
border-color: #037A6C;
}
.TagClassName
{
border-color: #037A6C;
}
</style>