Shades of Watercourse #066E4D
Tints of Watercourse #066E4D
RGB
CMYK
RGB Variations
Color information
#066E4D (or 0x066E4D) is known color: Watercourse. HEX triplet: 06, 6E and 4D. RGB value is (6,110,77). Sum of RGB (Red+Green+Blue) = 6+110+77=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 110 (43.36% from 255 or 56.99% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 110 - color contains mainly: green. Hex color #066E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066E4D is #F991B2. Grayscale: #4B4B4B. Windows color (decimal): -16355763 or 5074438. OLE color: 5074438.
HSL color Cylindrical-coordinate representation of color #066E4D: hue angle of 160.96º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066E4D is Cyan = 0.95, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 110 | 77 | - |
| CMYK | 0.95 | 0 | 0.3 | 0.57 |
| HSL | 160.96º | 0.9% | 0.23% | - |
| HSV(B) | 160.96º | 0.95% | 0.43% | - |
| XYZ | 6.99 | 11.73 | 8.92 | - |
| YUV | 75.14 | 129.04 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 77 | 0.95 | 0 | 0.3 | 0.57 | 160.96 | 0.9 | 0.23 |
| Hex | 6 | 6E | 4D | 5F | 0 | 1E | 39 | A1 | 5A | 17 |
| Octal | 6 | 156 | 115 | 137 | 0 | 36 | 71 | 241 | 132 | 27 |
| Binary | 110 | 1101110 | 1001101 | 1011111 | 0 | 11110 | 111001 | 10100001 | 1011010 | 10111 |
Color Harmonies of #066E4D
Complementary color
Monochromatic Colors of #066E4D
Black with #066E4D
Text Example
Text Example
White with #066E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066E4D; }
p { color: rgb(6,110,77); }
H1.HeaderClassName
{
color: #066E4D;
}
.AnyTagClassName
{
color: #066E4D;
}
</style>
background-color css
<style>
a { background-color: #066E4D; }
a { background-color: rgb(6,110,77); }
div.DivClassName
{
background-color: #066E4D;
}
.BgClassName
{
background-color: #066E4D;
}
</style>
border-color css
<style>
span { border-color: #066E4D; }
span { border-color: rgb(6,110,77); }
td.TdClassName
{
border-color: #066E4D;
}
.TagClassName
{
border-color: #066E4D;
}
</style>