Shades of Watercourse #066D4E
Tints of Watercourse #066D4E
RGB
CMYK
RGB Variations
Color information
#066D4E (or 0x066D4E) is known color: Watercourse. HEX triplet: 06, 6D and 4E. RGB value is (6,109,78). Sum of RGB (Red+Green+Blue) = 6+109+78=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 109 (42.97% from 255 or 56.48% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 109 - color contains mainly: green. Hex color #066D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D4E is #F992B1. Grayscale: #4A4A4A. Windows color (decimal): -16356018 or 5139718. OLE color: 5139718.
HSL color Cylindrical-coordinate representation of color #066D4E: hue angle of 161.94º 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 #066D4E is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 109 | 78 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.57 |
| HSL | 161.94º | 0.9% | 0.23% | - |
| HSV(B) | 161.94º | 0.94% | 0.43% | - |
| XYZ | 6.92 | 11.53 | 9.07 | - |
| YUV | 74.67 | 129.88 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 78 | 0.94 | 0 | 0.28 | 0.57 | 161.94 | 0.9 | 0.23 |
| Hex | 6 | 6D | 4E | 5E | 0 | 1C | 39 | A2 | 5A | 17 |
| Octal | 6 | 155 | 116 | 136 | 0 | 34 | 71 | 242 | 132 | 27 |
| Binary | 110 | 1101101 | 1001110 | 1011110 | 0 | 11100 | 111001 | 10100010 | 1011010 | 10111 |
Color Harmonies of #066D4E
Complementary color
Monochromatic Colors of #066D4E
Black with #066D4E
Text Example
Text Example
White with #066D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066D4E; }
p { color: rgb(6,109,78); }
H1.HeaderClassName
{
color: #066D4E;
}
.AnyTagClassName
{
color: #066D4E;
}
</style>
background-color css
<style>
a { background-color: #066D4E; }
a { background-color: rgb(6,109,78); }
div.DivClassName
{
background-color: #066D4E;
}
.BgClassName
{
background-color: #066D4E;
}
</style>
border-color css
<style>
span { border-color: #066D4E; }
span { border-color: rgb(6,109,78); }
td.TdClassName
{
border-color: #066D4E;
}
.TagClassName
{
border-color: #066D4E;
}
</style>