Shades of Pine Green #067E6F
Tints of Pine Green #067E6F
RGB
CMYK
RGB Variations
Color information
#067E6F (or 0x067E6F) is known color: Pine Green. HEX triplet: 06, 7E and 6F. RGB value is (6,126,111). Sum of RGB (Red+Green+Blue) = 6+126+111=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 126 (49.61% from 255 or 51.85% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 126 - color contains mainly: green. Hex color #067E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067E6F is #F98190. Grayscale: #585858. Windows color (decimal): -16351633 or 7306758. OLE color: 7306758.
HSL color Cylindrical-coordinate representation of color #067E6F: hue angle of 172.5º 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 #067E6F is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 126 | 111 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.51 |
| HSL | 172.5º | 0.91% | 0.26% | - |
| HSV(B) | 172.5º | 0.95% | 0.49% | - |
| XYZ | 10.41 | 16.11 | 17.6 | - |
| YUV | 88.41 | 140.74 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 126 | 111 | 0.95 | 0 | 0.12 | 0.51 | 172.5 | 0.91 | 0.26 |
| Hex | 6 | 7E | 6F | 5F | 0 | C | 33 | AC | 5B | 1A |
| Octal | 6 | 176 | 157 | 137 | 0 | 14 | 63 | 254 | 133 | 32 |
| Binary | 110 | 1111110 | 1101111 | 1011111 | 0 | 1100 | 110011 | 10101100 | 1011011 | 11010 |
Color Harmonies of #067E6F
Complementary color
Monochromatic Colors of #067E6F
Black with #067E6F
Text Example
Text Example
White with #067E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067E6F; }
p { color: rgb(6,126,111); }
H1.HeaderClassName
{
color: #067E6F;
}
.AnyTagClassName
{
color: #067E6F;
}
</style>
background-color css
<style>
a { background-color: #067E6F; }
a { background-color: rgb(6,126,111); }
div.DivClassName
{
background-color: #067E6F;
}
.BgClassName
{
background-color: #067E6F;
}
</style>
border-color css
<style>
span { border-color: #067E6F; }
span { border-color: rgb(6,126,111); }
td.TdClassName
{
border-color: #067E6F;
}
.TagClassName
{
border-color: #067E6F;
}
</style>