Shades of Watercourse #067A4D
Tints of Watercourse #067A4D
RGB
CMYK
RGB Variations
Color information
#067A4D (or 0x067A4D) is known color: Watercourse. HEX triplet: 06, 7A and 4D. RGB value is (6,122,77). Sum of RGB (Red+Green+Blue) = 6+122+77=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #067A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067A4D is #F985B2. Grayscale: #525252. Windows color (decimal): -16352691 or 5077510. OLE color: 5077510.
HSL color Cylindrical-coordinate representation of color #067A4D: hue angle of 156.72º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067A4D is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 122 | 77 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.52 |
| HSL | 156.72º | 0.91% | 0.25% | - |
| HSV(B) | 156.72º | 0.95% | 0.48% | - |
| XYZ | 8.37 | 14.49 | 9.38 | - |
| YUV | 82.19 | 125.07 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 77 | 0.95 | 0 | 0.37 | 0.52 | 156.72 | 0.91 | 0.25 |
| Hex | 6 | 7A | 4D | 5F | 0 | 25 | 34 | 9D | 5B | 19 |
| Octal | 6 | 172 | 115 | 137 | 0 | 45 | 64 | 235 | 133 | 31 |
| Binary | 110 | 1111010 | 1001101 | 1011111 | 0 | 100101 | 110100 | 10011101 | 1011011 | 11001 |
Color Harmonies of #067A4D
Complementary color
Monochromatic Colors of #067A4D
Black with #067A4D
Text Example
Text Example
White with #067A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067A4D; }
p { color: rgb(6,122,77); }
H1.HeaderClassName
{
color: #067A4D;
}
.AnyTagClassName
{
color: #067A4D;
}
</style>
background-color css
<style>
a { background-color: #067A4D; }
a { background-color: rgb(6,122,77); }
div.DivClassName
{
background-color: #067A4D;
}
.BgClassName
{
background-color: #067A4D;
}
</style>
border-color css
<style>
span { border-color: #067A4D; }
span { border-color: rgb(6,122,77); }
td.TdClassName
{
border-color: #067A4D;
}
.TagClassName
{
border-color: #067A4D;
}
</style>