Shades of Pine Green #046D6B
Tints of Pine Green #046D6B
RGB
CMYK
RGB Variations
Color information
#046D6B (or 0x046D6B) is known color: Pine Green. HEX triplet: 04, 6D and 6B. RGB value is (4,109,107). Sum of RGB (Red+Green+Blue) = 4+109+107=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 109 - color contains mainly: green. Hex color #046D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046D6B is #FB9294. Grayscale: #4D4D4D. Windows color (decimal): -16487061 or 7040260. OLE color: 7040260.
HSL color Cylindrical-coordinate representation of color #046D6B: hue angle of 178.86º 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 #046D6B is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 109 | 107 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.57 |
| HSL | 178.86º | 0.93% | 0.22% | - |
| HSV(B) | 178.86º | 0.96% | 0.43% | - |
| XYZ | 8.17 | 12.02 | 15.8 | - |
| YUV | 77.38 | 144.71 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 107 | 0.96 | 0 | 0.02 | 0.57 | 178.86 | 0.93 | 0.22 |
| Hex | 4 | 6D | 6B | 60 | 0 | 2 | 39 | B3 | 5D | 16 |
| Octal | 4 | 155 | 153 | 140 | 0 | 2 | 71 | 263 | 135 | 26 |
| Binary | 100 | 1101101 | 1101011 | 1100000 | 0 | 10 | 111001 | 10110011 | 1011101 | 10110 |
Color Harmonies of #046D6B
Complementary color
Monochromatic Colors of #046D6B
Black with #046D6B
Text Example
Text Example
White with #046D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046D6B; }
p { color: rgb(4,109,107); }
H1.HeaderClassName
{
color: #046D6B;
}
.AnyTagClassName
{
color: #046D6B;
}
</style>
background-color css
<style>
a { background-color: #046D6B; }
a { background-color: rgb(4,109,107); }
div.DivClassName
{
background-color: #046D6B;
}
.BgClassName
{
background-color: #046D6B;
}
</style>
border-color css
<style>
span { border-color: #046D6B; }
span { border-color: rgb(4,109,107); }
td.TdClassName
{
border-color: #046D6B;
}
.TagClassName
{
border-color: #046D6B;
}
</style>