Shades of Pine Green #066C68
Tints of Pine Green #066C68
RGB
CMYK
RGB Variations
Color information
#066C68 (or 0x066C68) is known color: Pine Green. HEX triplet: 06, 6C and 68. RGB value is (6,108,104). Sum of RGB (Red+Green+Blue) = 6+108+104=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 108 (42.58% from 255 or 49.54% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 108 - color contains mainly: green. Hex color #066C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066C68 is #F99397. Grayscale: #4C4C4C. Windows color (decimal): -16356248 or 6843398. OLE color: 6843398.
HSL color Cylindrical-coordinate representation of color #066C68: hue angle of 177.65º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066C68 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 108 | 104 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.58 |
| HSL | 177.65º | 0.89% | 0.22% | - |
| HSV(B) | 177.65º | 0.94% | 0.42% | - |
| XYZ | 7.94 | 11.76 | 14.95 | - |
| YUV | 77.05 | 143.21 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 104 | 0.94 | 0 | 0.04 | 0.58 | 177.65 | 0.89 | 0.22 |
| Hex | 6 | 6C | 68 | 5E | 0 | 4 | 3A | B2 | 59 | 16 |
| Octal | 6 | 154 | 150 | 136 | 0 | 4 | 72 | 262 | 131 | 26 |
| Binary | 110 | 1101100 | 1101000 | 1011110 | 0 | 100 | 111010 | 10110010 | 1011001 | 10110 |
Color Harmonies of #066C68
Complementary color
Monochromatic Colors of #066C68
Black with #066C68
Text Example
Text Example
White with #066C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C68; }
p { color: rgb(6,108,104); }
H1.HeaderClassName
{
color: #066C68;
}
.AnyTagClassName
{
color: #066C68;
}
</style>
background-color css
<style>
a { background-color: #066C68; }
a { background-color: rgb(6,108,104); }
div.DivClassName
{
background-color: #066C68;
}
.BgClassName
{
background-color: #066C68;
}
</style>
border-color css
<style>
span { border-color: #066C68; }
span { border-color: rgb(6,108,104); }
td.TdClassName
{
border-color: #066C68;
}
.TagClassName
{
border-color: #066C68;
}
</style>