Shades of Pine Green #046C6B
Tints of Pine Green #046C6B
RGB
CMYK
RGB Variations
Color information
#046C6B (or 0x046C6B) is known color: Pine Green. HEX triplet: 04, 6C and 6B. RGB value is (4,108,107). Sum of RGB (Red+Green+Blue) = 4+108+107=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 108 (42.58% from 255 or 49.32% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 108 - color contains mainly: green. Hex color #046C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C6B is #FB9394. Grayscale: #4C4C4C. Windows color (decimal): -16487317 or 7040004. OLE color: 7040004.
HSL color Cylindrical-coordinate representation of color #046C6B: hue angle of 179.42º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046C6B is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 108 | 107 | - |
| CMYK | 0.96 | 0 | 0.01 | 0.58 |
| HSL | 179.42º | 0.93% | 0.22% | - |
| HSV(B) | 179.42º | 0.96% | 0.42% | - |
| XYZ | 8.07 | 11.81 | 15.76 | - |
| YUV | 76.79 | 145.04 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 107 | 0.96 | 0 | 0.01 | 0.58 | 179.42 | 0.93 | 0.22 |
| Hex | 4 | 6C | 6B | 60 | 0 | 1 | 3A | B3 | 5D | 16 |
| Octal | 4 | 154 | 153 | 140 | 0 | 1 | 72 | 263 | 135 | 26 |
| Binary | 100 | 1101100 | 1101011 | 1100000 | 0 | 1 | 111010 | 10110011 | 1011101 | 10110 |
Color Harmonies of #046C6B
Complementary color
Monochromatic Colors of #046C6B
Black with #046C6B
Text Example
Text Example
White with #046C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046C6B; }
p { color: rgb(4,108,107); }
H1.HeaderClassName
{
color: #046C6B;
}
.AnyTagClassName
{
color: #046C6B;
}
</style>
background-color css
<style>
a { background-color: #046C6B; }
a { background-color: rgb(4,108,107); }
div.DivClassName
{
background-color: #046C6B;
}
.BgClassName
{
background-color: #046C6B;
}
</style>
border-color css
<style>
span { border-color: #046C6B; }
span { border-color: rgb(4,108,107); }
td.TdClassName
{
border-color: #046C6B;
}
.TagClassName
{
border-color: #046C6B;
}
</style>