Shades of Watercourse #00684D
Tints of Watercourse #00684D
RGB
CMYK
RGB Variations
Color information
#00684D (or 0x00684D) is known color: Watercourse. HEX triplet: 00, 68 and 4D. RGB value is (0,104,77). Sum of RGB (Red+Green+Blue) = 0+104+77=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #00684D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00684D is #FF97B2. Grayscale: #454545. Windows color (decimal): -16750515 or 5072896. OLE color: 5072896.
HSL color Cylindrical-coordinate representation of color #00684D: hue angle of 164.42º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00684D is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 104 | 77 | - |
| CMYK | 1 | 0 | 0.26 | 0.59 |
| HSL | 164.42º | 1% | 0.2% | - |
| HSV(B) | 164.42º | 1% | 0.41% | - |
| XYZ | 6.29 | 10.44 | 8.7 | - |
| YUV | 69.83 | 132.04 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 77 | 1 | 0 | 0.26 | 0.59 | 164.42 | 1 | 0.2 |
| Hex | 0 | 68 | 4D | 64 | 0 | 1A | 3B | A4 | 64 | 14 |
| Octal | 0 | 150 | 115 | 144 | 0 | 32 | 73 | 244 | 144 | 24 |
| Binary | 0 | 1101000 | 1001101 | 1100100 | 0 | 11010 | 111011 | 10100100 | 1100100 | 10100 |
Color Harmonies of #00684D
Complementary color
Monochromatic Colors of #00684D
Black with #00684D
Text Example
Text Example
White with #00684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00684D; }
p { color: rgb(0,104,77); }
H1.HeaderClassName
{
color: #00684D;
}
.AnyTagClassName
{
color: #00684D;
}
</style>
background-color css
<style>
a { background-color: #00684D; }
a { background-color: rgb(0,104,77); }
div.DivClassName
{
background-color: #00684D;
}
.BgClassName
{
background-color: #00684D;
}
</style>
border-color css
<style>
span { border-color: #00684D; }
span { border-color: rgb(0,104,77); }
td.TdClassName
{
border-color: #00684D;
}
.TagClassName
{
border-color: #00684D;
}
</style>