Shades of Watercourse #076F4D
Tints of Watercourse #076F4D
RGB
CMYK
RGB Variations
Color information
#076F4D (or 0x076F4D) is known color: Watercourse. HEX triplet: 07, 6F and 4D. RGB value is (7,111,77). Sum of RGB (Red+Green+Blue) = 7+111+77=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 111 (43.75% from 255 or 56.92% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 111 - color contains mainly: green. Hex color #076F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F4D is #F890B2. Grayscale: #4C4C4C. Windows color (decimal): -16289971 or 5074695. OLE color: 5074695.
HSL color Cylindrical-coordinate representation of color #076F4D: hue angle of 160.38º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076F4D is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 111 | 77 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.56 |
| HSL | 160.38º | 0.88% | 0.23% | - |
| HSV(B) | 160.38º | 0.94% | 0.44% | - |
| XYZ | 7.11 | 11.95 | 8.95 | - |
| YUV | 76.03 | 128.54 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 77 | 0.94 | 0 | 0.31 | 0.56 | 160.38 | 0.88 | 0.23 |
| Hex | 7 | 6F | 4D | 5E | 0 | 1F | 38 | A0 | 58 | 17 |
| Octal | 7 | 157 | 115 | 136 | 0 | 37 | 70 | 240 | 130 | 27 |
| Binary | 111 | 1101111 | 1001101 | 1011110 | 0 | 11111 | 111000 | 10100000 | 1011000 | 10111 |
Color Harmonies of #076F4D
Complementary color
Monochromatic Colors of #076F4D
Black with #076F4D
Text Example
Text Example
White with #076F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F4D; }
p { color: rgb(7,111,77); }
H1.HeaderClassName
{
color: #076F4D;
}
.AnyTagClassName
{
color: #076F4D;
}
</style>
background-color css
<style>
a { background-color: #076F4D; }
a { background-color: rgb(7,111,77); }
div.DivClassName
{
background-color: #076F4D;
}
.BgClassName
{
background-color: #076F4D;
}
</style>
border-color css
<style>
span { border-color: #076F4D; }
span { border-color: rgb(7,111,77); }
td.TdClassName
{
border-color: #076F4D;
}
.TagClassName
{
border-color: #076F4D;
}
</style>