Shades of Pine Green #067E6C
Tints of Pine Green #067E6C
RGB
CMYK
RGB Variations
Color information
#067E6C (or 0x067E6C) is known color: Pine Green. HEX triplet: 06, 7E and 6C. RGB value is (6,126,108). Sum of RGB (Red+Green+Blue) = 6+126+108=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 126 (49.61% from 255 or 52.5% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 126 - color contains mainly: green. Hex color #067E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067E6C is #F98193. Grayscale: #585858. Windows color (decimal): -16351636 or 7110150. OLE color: 7110150.
HSL color Cylindrical-coordinate representation of color #067E6C: hue angle of 171º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067E6C is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 126 | 108 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.51 |
| HSL | 171º | 0.91% | 0.26% | - |
| HSV(B) | 171º | 0.95% | 0.49% | - |
| XYZ | 10.24 | 16.04 | 16.74 | - |
| YUV | 88.07 | 139.24 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 126 | 108 | 0.95 | 0 | 0.14 | 0.51 | 171 | 0.91 | 0.26 |
| Hex | 6 | 7E | 6C | 5F | 0 | E | 33 | AB | 5B | 1A |
| Octal | 6 | 176 | 154 | 137 | 0 | 16 | 63 | 253 | 133 | 32 |
| Binary | 110 | 1111110 | 1101100 | 1011111 | 0 | 1110 | 110011 | 10101011 | 1011011 | 11010 |
Color Harmonies of #067E6C
Complementary color
Monochromatic Colors of #067E6C
Black with #067E6C
Text Example
Text Example
White with #067E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067E6C; }
p { color: rgb(6,126,108); }
H1.HeaderClassName
{
color: #067E6C;
}
.AnyTagClassName
{
color: #067E6C;
}
</style>
background-color css
<style>
a { background-color: #067E6C; }
a { background-color: rgb(6,126,108); }
div.DivClassName
{
background-color: #067E6C;
}
.BgClassName
{
background-color: #067E6C;
}
</style>
border-color css
<style>
span { border-color: #067E6C; }
span { border-color: rgb(6,126,108); }
td.TdClassName
{
border-color: #067E6C;
}
.TagClassName
{
border-color: #067E6C;
}
</style>