Shades of Watercourse #067C4E
Tints of Watercourse #067C4E
RGB
CMYK
RGB Variations
Color information
#067C4E (or 0x067C4E) is known color: Watercourse. HEX triplet: 06, 7C and 4E. RGB value is (6,124,78). Sum of RGB (Red+Green+Blue) = 6+124+78=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 124 (48.83% from 255 or 59.62% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 124 - color contains mainly: green. Hex color #067C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067C4E is #F983B1. Grayscale: #535353. Windows color (decimal): -16352178 or 5143558. OLE color: 5143558.
HSL color Cylindrical-coordinate representation of color #067C4E: hue angle of 156.61º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067C4E is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 124 | 78 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.51 |
| HSL | 156.61º | 0.91% | 0.25% | - |
| HSV(B) | 156.61º | 0.95% | 0.49% | - |
| XYZ | 8.66 | 15 | 9.65 | - |
| YUV | 83.47 | 124.91 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 78 | 0.95 | 0 | 0.37 | 0.51 | 156.61 | 0.91 | 0.25 |
| Hex | 6 | 7C | 4E | 5F | 0 | 25 | 33 | 9D | 5B | 19 |
| Octal | 6 | 174 | 116 | 137 | 0 | 45 | 63 | 235 | 133 | 31 |
| Binary | 110 | 1111100 | 1001110 | 1011111 | 0 | 100101 | 110011 | 10011101 | 1011011 | 11001 |
Color Harmonies of #067C4E
Complementary color
Monochromatic Colors of #067C4E
Black with #067C4E
Text Example
Text Example
White with #067C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067C4E; }
p { color: rgb(6,124,78); }
H1.HeaderClassName
{
color: #067C4E;
}
.AnyTagClassName
{
color: #067C4E;
}
</style>
background-color css
<style>
a { background-color: #067C4E; }
a { background-color: rgb(6,124,78); }
div.DivClassName
{
background-color: #067C4E;
}
.BgClassName
{
background-color: #067C4E;
}
</style>
border-color css
<style>
span { border-color: #067C4E; }
span { border-color: rgb(6,124,78); }
td.TdClassName
{
border-color: #067C4E;
}
.TagClassName
{
border-color: #067C4E;
}
</style>