Shades of Pine Green #046D69
Tints of Pine Green #046D69
RGB
CMYK
RGB Variations
Color information
#046D69 (or 0x046D69) is known color: Pine Green. HEX triplet: 04, 6D and 69. RGB value is (4,109,105). Sum of RGB (Red+Green+Blue) = 4+109+105=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 109 (42.97% from 255 or 50% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 109 - color contains mainly: green. Hex color #046D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046D69 is #FB9296. Grayscale: #4D4D4D. Windows color (decimal): -16487063 or 6909188. OLE color: 6909188.
HSL color Cylindrical-coordinate representation of color #046D69: hue angle of 177.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046D69 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 109 | 105 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.57 |
| HSL | 177.71º | 0.93% | 0.22% | - |
| HSV(B) | 177.71º | 0.96% | 0.43% | - |
| XYZ | 8.07 | 11.98 | 15.25 | - |
| YUV | 77.15 | 143.71 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 105 | 0.96 | 0 | 0.04 | 0.57 | 177.71 | 0.93 | 0.22 |
| Hex | 4 | 6D | 69 | 60 | 0 | 4 | 39 | B2 | 5D | 16 |
| Octal | 4 | 155 | 151 | 140 | 0 | 4 | 71 | 262 | 135 | 26 |
| Binary | 100 | 1101101 | 1101001 | 1100000 | 0 | 100 | 111001 | 10110010 | 1011101 | 10110 |
Color Harmonies of #046D69
Complementary color
Monochromatic Colors of #046D69
Black with #046D69
Text Example
Text Example
White with #046D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046D69; }
p { color: rgb(4,109,105); }
H1.HeaderClassName
{
color: #046D69;
}
.AnyTagClassName
{
color: #046D69;
}
</style>
background-color css
<style>
a { background-color: #046D69; }
a { background-color: rgb(4,109,105); }
div.DivClassName
{
background-color: #046D69;
}
.BgClassName
{
background-color: #046D69;
}
</style>
border-color css
<style>
span { border-color: #046D69; }
span { border-color: rgb(4,109,105); }
td.TdClassName
{
border-color: #046D69;
}
.TagClassName
{
border-color: #046D69;
}
</style>