Shades of Watercourse #067048
Tints of Watercourse #067048
RGB
CMYK
RGB Variations
Color information
#067048 (or 0x067048) is known color: Watercourse. HEX triplet: 06, 70 and 48. RGB value is (6,112,72). Sum of RGB (Red+Green+Blue) = 6+112+72=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #067048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067048 is #F98FB7. Grayscale: #4B4B4B. Windows color (decimal): -16355256 or 4747270. OLE color: 4747270.
HSL color Cylindrical-coordinate representation of color #067048: hue angle of 157.36º 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 #067048 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 112 | 72 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.56 |
| HSL | 157.36º | 0.9% | 0.23% | - |
| HSV(B) | 157.36º | 0.95% | 0.44% | - |
| XYZ | 7.04 | 12.09 | 8.09 | - |
| YUV | 75.75 | 125.88 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 72 | 0.95 | 0 | 0.36 | 0.56 | 157.36 | 0.9 | 0.23 |
| Hex | 6 | 70 | 48 | 5F | 0 | 24 | 38 | 9D | 5A | 17 |
| Octal | 6 | 160 | 110 | 137 | 0 | 44 | 70 | 235 | 132 | 27 |
| Binary | 110 | 1110000 | 1001000 | 1011111 | 0 | 100100 | 111000 | 10011101 | 1011010 | 10111 |
Color Harmonies of #067048
Complementary color
Monochromatic Colors of #067048
Black with #067048
Text Example
Text Example
White with #067048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067048; }
p { color: rgb(6,112,72); }
H1.HeaderClassName
{
color: #067048;
}
.AnyTagClassName
{
color: #067048;
}
</style>
background-color css
<style>
a { background-color: #067048; }
a { background-color: rgb(6,112,72); }
div.DivClassName
{
background-color: #067048;
}
.BgClassName
{
background-color: #067048;
}
</style>
border-color css
<style>
span { border-color: #067048; }
span { border-color: rgb(6,112,72); }
td.TdClassName
{
border-color: #067048;
}
.TagClassName
{
border-color: #067048;
}
</style>