Shades of Watercourse #067050
Tints of Watercourse #067050
RGB
CMYK
RGB Variations
Color information
#067050 (or 0x067050) is known color: Watercourse. HEX triplet: 06, 70 and 50. RGB value is (6,112,80). Sum of RGB (Red+Green+Blue) = 6+112+80=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #067050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067050 is #F98FAF. Grayscale: #4C4C4C. Windows color (decimal): -16355248 or 5271558. OLE color: 5271558.
HSL color Cylindrical-coordinate representation of color #067050: hue angle of 161.89º 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 #067050 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 112 | 80 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.56 |
| HSL | 161.89º | 0.9% | 0.23% | - |
| HSV(B) | 161.89º | 0.95% | 0.44% | - |
| XYZ | 7.32 | 12.21 | 9.56 | - |
| YUV | 76.66 | 129.88 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 80 | 0.95 | 0 | 0.29 | 0.56 | 161.89 | 0.9 | 0.23 |
| Hex | 6 | 70 | 50 | 5F | 0 | 1D | 38 | A2 | 5A | 17 |
| Octal | 6 | 160 | 120 | 137 | 0 | 35 | 70 | 242 | 132 | 27 |
| Binary | 110 | 1110000 | 1010000 | 1011111 | 0 | 11101 | 111000 | 10100010 | 1011010 | 10111 |
Color Harmonies of #067050
Complementary color
Monochromatic Colors of #067050
Black with #067050
Text Example
Text Example
White with #067050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067050; }
p { color: rgb(6,112,80); }
H1.HeaderClassName
{
color: #067050;
}
.AnyTagClassName
{
color: #067050;
}
</style>
background-color css
<style>
a { background-color: #067050; }
a { background-color: rgb(6,112,80); }
div.DivClassName
{
background-color: #067050;
}
.BgClassName
{
background-color: #067050;
}
</style>
border-color css
<style>
span { border-color: #067050; }
span { border-color: rgb(6,112,80); }
td.TdClassName
{
border-color: #067050;
}
.TagClassName
{
border-color: #067050;
}
</style>