Shades of Pine Green #067D68
Tints of Pine Green #067D68
RGB
CMYK
RGB Variations
Color information
#067D68 (or 0x067D68) is known color: Pine Green. HEX triplet: 06, 7D and 68. RGB value is (6,125,104). Sum of RGB (Red+Green+Blue) = 6+125+104=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 125 (49.22% from 255 or 53.19% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 125 - color contains mainly: green. Hex color #067D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067D68 is #F98297. Grayscale: #565656. Windows color (decimal): -16351896 or 6847750. OLE color: 6847750.
HSL color Cylindrical-coordinate representation of color #067D68: hue angle of 169.41º 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 #067D68 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 125 | 104 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.51 |
| HSL | 169.41º | 0.91% | 0.26% | - |
| HSV(B) | 169.41º | 0.95% | 0.49% | - |
| XYZ | 9.91 | 15.71 | 15.61 | - |
| YUV | 87.03 | 137.58 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 125 | 104 | 0.95 | 0 | 0.17 | 0.51 | 169.41 | 0.91 | 0.26 |
| Hex | 6 | 7D | 68 | 5F | 0 | 11 | 33 | A9 | 5B | 1A |
| Octal | 6 | 175 | 150 | 137 | 0 | 21 | 63 | 251 | 133 | 32 |
| Binary | 110 | 1111101 | 1101000 | 1011111 | 0 | 10001 | 110011 | 10101001 | 1011011 | 11010 |
Color Harmonies of #067D68
Complementary color
Monochromatic Colors of #067D68
Black with #067D68
Text Example
Text Example
White with #067D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067D68; }
p { color: rgb(6,125,104); }
H1.HeaderClassName
{
color: #067D68;
}
.AnyTagClassName
{
color: #067D68;
}
</style>
background-color css
<style>
a { background-color: #067D68; }
a { background-color: rgb(6,125,104); }
div.DivClassName
{
background-color: #067D68;
}
.BgClassName
{
background-color: #067D68;
}
</style>
border-color css
<style>
span { border-color: #067D68; }
span { border-color: rgb(6,125,104); }
td.TdClassName
{
border-color: #067D68;
}
.TagClassName
{
border-color: #067D68;
}
</style>