Shades of Pine Green #066F68
Tints of Pine Green #066F68
RGB
CMYK
RGB Variations
Color information
#066F68 (or 0x066F68) is known color: Pine Green. HEX triplet: 06, 6F and 68. RGB value is (6,111,104). Sum of RGB (Red+Green+Blue) = 6+111+104=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #066F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066F68 is #F99097. Grayscale: #4E4E4E. Windows color (decimal): -16355480 or 6844166. OLE color: 6844166.
HSL color Cylindrical-coordinate representation of color #066F68: hue angle of 176º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066F68 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 111 | 104 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.56 |
| HSL | 176º | 0.9% | 0.23% | - |
| HSV(B) | 176º | 0.95% | 0.44% | - |
| XYZ | 8.26 | 12.41 | 15.06 | - |
| YUV | 78.81 | 142.21 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 111 | 104 | 0.95 | 0 | 0.06 | 0.56 | 176 | 0.9 | 0.23 |
| Hex | 6 | 6F | 68 | 5F | 0 | 6 | 38 | B0 | 5A | 17 |
| Octal | 6 | 157 | 150 | 137 | 0 | 6 | 70 | 260 | 132 | 27 |
| Binary | 110 | 1101111 | 1101000 | 1011111 | 0 | 110 | 111000 | 10110000 | 1011010 | 10111 |
Color Harmonies of #066F68
Complementary color
Monochromatic Colors of #066F68
Black with #066F68
Text Example
Text Example
White with #066F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066F68; }
p { color: rgb(6,111,104); }
H1.HeaderClassName
{
color: #066F68;
}
.AnyTagClassName
{
color: #066F68;
}
</style>
background-color css
<style>
a { background-color: #066F68; }
a { background-color: rgb(6,111,104); }
div.DivClassName
{
background-color: #066F68;
}
.BgClassName
{
background-color: #066F68;
}
</style>
border-color css
<style>
span { border-color: #066F68; }
span { border-color: rgb(6,111,104); }
td.TdClassName
{
border-color: #066F68;
}
.TagClassName
{
border-color: #066F68;
}
</style>