Shades of Watercourse #006C4D
Tints of Watercourse #006C4D
RGB
CMYK
RGB Variations
Color information
#006C4D (or 0x006C4D) is known color: Watercourse. HEX triplet: 00, 6C and 4D. RGB value is (0,108,77). Sum of RGB (Red+Green+Blue) = 0+108+77=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 108 (42.58% from 255 or 58.38% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 108 - color contains mainly: green. Hex color #006C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006C4D is #FF93B2. Grayscale: #484848. Windows color (decimal): -16749491 or 5073920. OLE color: 5073920.
HSL color Cylindrical-coordinate representation of color #006C4D: hue angle of 162.78º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C4D is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 108 | 77 | - |
| CMYK | 1 | 0 | 0.29 | 0.58 |
| HSL | 162.78º | 1% | 0.21% | - |
| HSV(B) | 162.78º | 1% | 0.42% | - |
| XYZ | 6.7 | 11.26 | 8.84 | - |
| YUV | 72.17 | 130.72 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 77 | 1 | 0 | 0.29 | 0.58 | 162.78 | 1 | 0.21 |
| Hex | 0 | 6C | 4D | 64 | 0 | 1D | 3A | A3 | 64 | 15 |
| Octal | 0 | 154 | 115 | 144 | 0 | 35 | 72 | 243 | 144 | 25 |
| Binary | 0 | 1101100 | 1001101 | 1100100 | 0 | 11101 | 111010 | 10100011 | 1100100 | 10101 |
Color Harmonies of #006C4D
Complementary color
Monochromatic Colors of #006C4D
Black with #006C4D
Text Example
Text Example
White with #006C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006C4D; }
p { color: rgb(0,108,77); }
H1.HeaderClassName
{
color: #006C4D;
}
.AnyTagClassName
{
color: #006C4D;
}
</style>
background-color css
<style>
a { background-color: #006C4D; }
a { background-color: rgb(0,108,77); }
div.DivClassName
{
background-color: #006C4D;
}
.BgClassName
{
background-color: #006C4D;
}
</style>
border-color css
<style>
span { border-color: #006C4D; }
span { border-color: rgb(0,108,77); }
td.TdClassName
{
border-color: #006C4D;
}
.TagClassName
{
border-color: #006C4D;
}
</style>