Shades of Watercourse #067C4D
Tints of Watercourse #067C4D
RGB
CMYK
RGB Variations
Color information
#067C4D (or 0x067C4D) is known color: Watercourse. HEX triplet: 06, 7C and 4D. RGB value is (6,124,77). Sum of RGB (Red+Green+Blue) = 6+124+77=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 124 (48.83% from 255 or 59.90% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 124 - color contains mainly: green. Hex color #067C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067C4D is #F983B2. Grayscale: #535353. Windows color (decimal): -16352179 or 5078022. OLE color: 5078022.
HSL color Cylindrical-coordinate representation of color #067C4D: hue angle of 156.1º 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 #067C4D is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 124 | 77 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.51 |
| HSL | 156.1º | 0.91% | 0.25% | - |
| HSV(B) | 156.1º | 0.95% | 0.49% | - |
| XYZ | 8.62 | 14.99 | 9.46 | - |
| YUV | 83.36 | 124.41 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 77 | 0.95 | 0 | 0.38 | 0.51 | 156.1 | 0.91 | 0.25 |
| Hex | 6 | 7C | 4D | 5F | 0 | 26 | 33 | 9C | 5B | 19 |
| Octal | 6 | 174 | 115 | 137 | 0 | 46 | 63 | 234 | 133 | 31 |
| Binary | 110 | 1111100 | 1001101 | 1011111 | 0 | 100110 | 110011 | 10011100 | 1011011 | 11001 |
Color Harmonies of #067C4D
Complementary color
Monochromatic Colors of #067C4D
Black with #067C4D
Text Example
Text Example
White with #067C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067C4D; }
p { color: rgb(6,124,77); }
H1.HeaderClassName
{
color: #067C4D;
}
.AnyTagClassName
{
color: #067C4D;
}
</style>
background-color css
<style>
a { background-color: #067C4D; }
a { background-color: rgb(6,124,77); }
div.DivClassName
{
background-color: #067C4D;
}
.BgClassName
{
background-color: #067C4D;
}
</style>
border-color css
<style>
span { border-color: #067C4D; }
span { border-color: rgb(6,124,77); }
td.TdClassName
{
border-color: #067C4D;
}
.TagClassName
{
border-color: #067C4D;
}
</style>