Shades of Watercourse #06704C
Tints of Watercourse #06704C
RGB
CMYK
RGB Variations
Color information
#06704C (or 0x06704C) is known color: Watercourse. HEX triplet: 06, 70 and 4C. RGB value is (6,112,76). Sum of RGB (Red+Green+Blue) = 6+112+76=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #06704C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06704C is #F98FB3. Grayscale: #4C4C4C. Windows color (decimal): -16355252 or 5009414. OLE color: 5009414.
HSL color Cylindrical-coordinate representation of color #06704C: hue angle of 159.62º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06704C is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 112 | 76 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.56 |
| HSL | 159.62º | 0.9% | 0.23% | - |
| HSV(B) | 159.62º | 0.95% | 0.44% | - |
| XYZ | 7.17 | 12.15 | 8.8 | - |
| YUV | 76.2 | 127.88 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 76 | 0.95 | 0 | 0.32 | 0.56 | 159.62 | 0.9 | 0.23 |
| Hex | 6 | 70 | 4C | 5F | 0 | 20 | 38 | A0 | 5A | 17 |
| Octal | 6 | 160 | 114 | 137 | 0 | 40 | 70 | 240 | 132 | 27 |
| Binary | 110 | 1110000 | 1001100 | 1011111 | 0 | 100000 | 111000 | 10100000 | 1011010 | 10111 |
Color Harmonies of #06704C
Complementary color
Monochromatic Colors of #06704C
Black with #06704C
Text Example
Text Example
White with #06704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06704C; }
p { color: rgb(6,112,76); }
H1.HeaderClassName
{
color: #06704C;
}
.AnyTagClassName
{
color: #06704C;
}
</style>
background-color css
<style>
a { background-color: #06704C; }
a { background-color: rgb(6,112,76); }
div.DivClassName
{
background-color: #06704C;
}
.BgClassName
{
background-color: #06704C;
}
</style>
border-color css
<style>
span { border-color: #06704C; }
span { border-color: rgb(6,112,76); }
td.TdClassName
{
border-color: #06704C;
}
.TagClassName
{
border-color: #06704C;
}
</style>