Shades of Watercourse #076D4D
Tints of Watercourse #076D4D
RGB
CMYK
RGB Variations
Color information
#076D4D (or 0x076D4D) is known color: Watercourse. HEX triplet: 07, 6D and 4D. RGB value is (7,109,77). Sum of RGB (Red+Green+Blue) = 7+109+77=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 109 (42.97% from 255 or 56.48% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 109 - color contains mainly: green. Hex color #076D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076D4D is #F892B2. Grayscale: #4A4A4A. Windows color (decimal): -16290483 or 5074183. OLE color: 5074183.
HSL color Cylindrical-coordinate representation of color #076D4D: hue angle of 161.18º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D4D is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 77 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.57 |
| HSL | 161.18º | 0.88% | 0.23% | - |
| HSV(B) | 161.18º | 0.94% | 0.43% | - |
| XYZ | 6.9 | 11.52 | 8.88 | - |
| YUV | 74.85 | 129.21 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 77 | 0.94 | 0 | 0.29 | 0.57 | 161.18 | 0.88 | 0.23 |
| Hex | 7 | 6D | 4D | 5E | 0 | 1D | 39 | A1 | 58 | 17 |
| Octal | 7 | 155 | 115 | 136 | 0 | 35 | 71 | 241 | 130 | 27 |
| Binary | 111 | 1101101 | 1001101 | 1011110 | 0 | 11101 | 111001 | 10100001 | 1011000 | 10111 |
Color Harmonies of #076D4D
Complementary color
Monochromatic Colors of #076D4D
Black with #076D4D
Text Example
Text Example
White with #076D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D4D; }
p { color: rgb(7,109,77); }
H1.HeaderClassName
{
color: #076D4D;
}
.AnyTagClassName
{
color: #076D4D;
}
</style>
background-color css
<style>
a { background-color: #076D4D; }
a { background-color: rgb(7,109,77); }
div.DivClassName
{
background-color: #076D4D;
}
.BgClassName
{
background-color: #076D4D;
}
</style>
border-color css
<style>
span { border-color: #076D4D; }
span { border-color: rgb(7,109,77); }
td.TdClassName
{
border-color: #076D4D;
}
.TagClassName
{
border-color: #076D4D;
}
</style>