Shades of Watercourse #066D4A
Tints of Watercourse #066D4A
RGB
CMYK
RGB Variations
Color information
#066D4A (or 0x066D4A) is known color: Watercourse. HEX triplet: 06, 6D and 4A. RGB value is (6,109,74). Sum of RGB (Red+Green+Blue) = 6+109+74=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 109 (42.97% from 255 or 57.67% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 109 - color contains mainly: green. Hex color #066D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066D4A is #F992B5. Grayscale: #4A4A4A. Windows color (decimal): -16356022 or 4877574. OLE color: 4877574.
HSL color Cylindrical-coordinate representation of color #066D4A: hue angle of 159.61º 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 #066D4A is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 109 | 74 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.57 |
| HSL | 159.61º | 0.9% | 0.23% | - |
| HSV(B) | 159.61º | 0.94% | 0.43% | - |
| XYZ | 6.78 | 11.47 | 8.34 | - |
| YUV | 74.21 | 127.88 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 74 | 0.94 | 0 | 0.32 | 0.57 | 159.61 | 0.9 | 0.23 |
| Hex | 6 | 6D | 4A | 5E | 0 | 20 | 39 | A0 | 5A | 17 |
| Octal | 6 | 155 | 112 | 136 | 0 | 40 | 71 | 240 | 132 | 27 |
| Binary | 110 | 1101101 | 1001010 | 1011110 | 0 | 100000 | 111001 | 10100000 | 1011010 | 10111 |
Color Harmonies of #066D4A
Complementary color
Monochromatic Colors of #066D4A
Black with #066D4A
Text Example
Text Example
White with #066D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066D4A; }
p { color: rgb(6,109,74); }
H1.HeaderClassName
{
color: #066D4A;
}
.AnyTagClassName
{
color: #066D4A;
}
</style>
background-color css
<style>
a { background-color: #066D4A; }
a { background-color: rgb(6,109,74); }
div.DivClassName
{
background-color: #066D4A;
}
.BgClassName
{
background-color: #066D4A;
}
</style>
border-color css
<style>
span { border-color: #066D4A; }
span { border-color: rgb(6,109,74); }
td.TdClassName
{
border-color: #066D4A;
}
.TagClassName
{
border-color: #066D4A;
}
</style>