Shades of Pine Green #046F6C
Tints of Pine Green #046F6C
RGB
CMYK
RGB Variations
Color information
#046F6C (or 0x046F6C) is known color: Pine Green. HEX triplet: 04, 6F and 6C. RGB value is (4,111,108). Sum of RGB (Red+Green+Blue) = 4+111+108=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #046F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F6C is #FB9093. Grayscale: #4E4E4E. Windows color (decimal): -16486548 or 7106308. OLE color: 7106308.
HSL color Cylindrical-coordinate representation of color #046F6C: hue angle of 178.32º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046F6C is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 111 | 108 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.56 |
| HSL | 178.32º | 0.93% | 0.23% | - |
| HSV(B) | 178.32º | 0.96% | 0.44% | - |
| XYZ | 8.44 | 12.48 | 16.15 | - |
| YUV | 78.67 | 144.55 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 108 | 0.96 | 0 | 0.03 | 0.56 | 178.32 | 0.93 | 0.23 |
| Hex | 4 | 6F | 6C | 60 | 0 | 3 | 38 | B2 | 5D | 17 |
| Octal | 4 | 157 | 154 | 140 | 0 | 3 | 70 | 262 | 135 | 27 |
| Binary | 100 | 1101111 | 1101100 | 1100000 | 0 | 11 | 111000 | 10110010 | 1011101 | 10111 |
Color Harmonies of #046F6C
Complementary color
Monochromatic Colors of #046F6C
Black with #046F6C
Text Example
Text Example
White with #046F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046F6C; }
p { color: rgb(4,111,108); }
H1.HeaderClassName
{
color: #046F6C;
}
.AnyTagClassName
{
color: #046F6C;
}
</style>
background-color css
<style>
a { background-color: #046F6C; }
a { background-color: rgb(4,111,108); }
div.DivClassName
{
background-color: #046F6C;
}
.BgClassName
{
background-color: #046F6C;
}
</style>
border-color css
<style>
span { border-color: #046F6C; }
span { border-color: rgb(4,111,108); }
td.TdClassName
{
border-color: #046F6C;
}
.TagClassName
{
border-color: #046F6C;
}
</style>