Shades of Pine Green #066D6B
Tints of Pine Green #066D6B
RGB
CMYK
RGB Variations
Color information
#066D6B (or 0x066D6B) is known color: Pine Green. HEX triplet: 06, 6D and 6B. RGB value is (6,109,107). Sum of RGB (Red+Green+Blue) = 6+109+107=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #066D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D6B is #F99294. Grayscale: #4D4D4D. Windows color (decimal): -16355989 or 7040262. OLE color: 7040262.
HSL color Cylindrical-coordinate representation of color #066D6B: hue angle of 178.83º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066D6B is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 109 | 107 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.57 |
| HSL | 178.83º | 0.9% | 0.23% | - |
| HSV(B) | 178.83º | 0.94% | 0.43% | - |
| XYZ | 8.2 | 12.04 | 15.8 | - |
| YUV | 77.98 | 144.38 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 107 | 0.94 | 0 | 0.02 | 0.57 | 178.83 | 0.9 | 0.23 |
| Hex | 6 | 6D | 6B | 5E | 0 | 2 | 39 | B3 | 5A | 17 |
| Octal | 6 | 155 | 153 | 136 | 0 | 2 | 71 | 263 | 132 | 27 |
| Binary | 110 | 1101101 | 1101011 | 1011110 | 0 | 10 | 111001 | 10110011 | 1011010 | 10111 |
Color Harmonies of #066D6B
Complementary color
Monochromatic Colors of #066D6B
Black with #066D6B
Text Example
Text Example
White with #066D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066D6B; }
p { color: rgb(6,109,107); }
H1.HeaderClassName
{
color: #066D6B;
}
.AnyTagClassName
{
color: #066D6B;
}
</style>
background-color css
<style>
a { background-color: #066D6B; }
a { background-color: rgb(6,109,107); }
div.DivClassName
{
background-color: #066D6B;
}
.BgClassName
{
background-color: #066D6B;
}
</style>
border-color css
<style>
span { border-color: #066D6B; }
span { border-color: rgb(6,109,107); }
td.TdClassName
{
border-color: #066D6B;
}
.TagClassName
{
border-color: #066D6B;
}
</style>