Shades of Watercourse #076A4D
Tints of Watercourse #076A4D
RGB
CMYK
RGB Variations
Color information
#076A4D (or 0x076A4D) is known color: Watercourse. HEX triplet: 07, 6A and 4D. RGB value is (7,106,77). Sum of RGB (Red+Green+Blue) = 7+106+77=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 106 (41.80% from 255 or 55.79% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 106 - color contains mainly: green. Hex color #076A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076A4D is #F895B2. Grayscale: #494949. Windows color (decimal): -16291251 or 5073415. OLE color: 5073415.
HSL color Cylindrical-coordinate representation of color #076A4D: hue angle of 162.42º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076A4D is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 106 | 77 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.58 |
| HSL | 162.42º | 0.88% | 0.22% | - |
| HSV(B) | 162.42º | 0.93% | 0.42% | - |
| XYZ | 6.58 | 10.89 | 8.78 | - |
| YUV | 73.09 | 130.2 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 77 | 0.93 | 0 | 0.27 | 0.58 | 162.42 | 0.88 | 0.22 |
| Hex | 7 | 6A | 4D | 5D | 0 | 1B | 3A | A2 | 58 | 16 |
| Octal | 7 | 152 | 115 | 135 | 0 | 33 | 72 | 242 | 130 | 26 |
| Binary | 111 | 1101010 | 1001101 | 1011101 | 0 | 11011 | 111010 | 10100010 | 1011000 | 10110 |
Color Harmonies of #076A4D
Complementary color
Monochromatic Colors of #076A4D
Black with #076A4D
Text Example
Text Example
White with #076A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076A4D; }
p { color: rgb(7,106,77); }
H1.HeaderClassName
{
color: #076A4D;
}
.AnyTagClassName
{
color: #076A4D;
}
</style>
background-color css
<style>
a { background-color: #076A4D; }
a { background-color: rgb(7,106,77); }
div.DivClassName
{
background-color: #076A4D;
}
.BgClassName
{
background-color: #076A4D;
}
</style>
border-color css
<style>
span { border-color: #076A4D; }
span { border-color: rgb(7,106,77); }
td.TdClassName
{
border-color: #076A4D;
}
.TagClassName
{
border-color: #076A4D;
}
</style>