Shades of Pine Green #037A69
Tints of Pine Green #037A69
RGB
CMYK
RGB Variations
Color information
#037A69 (or 0x037A69) is known color: Pine Green. HEX triplet: 03, 7A and 69. RGB value is (3,122,105). Sum of RGB (Red+Green+Blue) = 3+122+105=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 122 (48.05% from 255 or 53.04% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 122 - color contains mainly: green. Hex color #037A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037A69 is #FC8596. Grayscale: #545454. Windows color (decimal): -16549271 or 6912515. OLE color: 6912515.
HSL color Cylindrical-coordinate representation of color #037A69: hue angle of 171.43º 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 #037A69 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 122 | 105 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.52 |
| HSL | 171.43º | 0.95% | 0.25% | - |
| HSV(B) | 171.43º | 0.98% | 0.48% | - |
| XYZ | 9.55 | 14.96 | 15.75 | - |
| YUV | 84.48 | 139.58 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 105 | 0.98 | 0 | 0.14 | 0.52 | 171.43 | 0.95 | 0.25 |
| Hex | 3 | 7A | 69 | 62 | 0 | E | 34 | AB | 5F | 19 |
| Octal | 3 | 172 | 151 | 142 | 0 | 16 | 64 | 253 | 137 | 31 |
| Binary | 11 | 1111010 | 1101001 | 1100010 | 0 | 1110 | 110100 | 10101011 | 1011111 | 11001 |
Color Harmonies of #037A69
Complementary color
Monochromatic Colors of #037A69
Black with #037A69
Text Example
Text Example
White with #037A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037A69; }
p { color: rgb(3,122,105); }
H1.HeaderClassName
{
color: #037A69;
}
.AnyTagClassName
{
color: #037A69;
}
</style>
background-color css
<style>
a { background-color: #037A69; }
a { background-color: rgb(3,122,105); }
div.DivClassName
{
background-color: #037A69;
}
.BgClassName
{
background-color: #037A69;
}
</style>
border-color css
<style>
span { border-color: #037A69; }
span { border-color: rgb(3,122,105); }
td.TdClassName
{
border-color: #037A69;
}
.TagClassName
{
border-color: #037A69;
}
</style>