Shades of Watercourse #076B51
Tints of Watercourse #076B51
RGB
CMYK
RGB Variations
Color information
#076B51 (or 0x076B51) is known color: Watercourse. HEX triplet: 07, 6B and 51. RGB value is (7,107,81). Sum of RGB (Red+Green+Blue) = 7+107+81=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 107 (42.19% from 255 or 54.87% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 107 - color contains mainly: green. Hex color #076B51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B51 is #F894AE. Grayscale: #4A4A4A. Windows color (decimal): -16290991 or 5335815. OLE color: 5335815.
HSL color Cylindrical-coordinate representation of color #076B51: hue angle of 164.4º 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 #076B51 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 107 | 81 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.58 |
| HSL | 164.4º | 0.88% | 0.22% | - |
| HSV(B) | 164.4º | 0.93% | 0.42% | - |
| XYZ | 6.83 | 11.15 | 9.58 | - |
| YUV | 74.14 | 131.87 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 81 | 0.93 | 0 | 0.24 | 0.58 | 164.4 | 0.88 | 0.22 |
| Hex | 7 | 6B | 51 | 5D | 0 | 18 | 3A | A4 | 58 | 16 |
| Octal | 7 | 153 | 121 | 135 | 0 | 30 | 72 | 244 | 130 | 26 |
| Binary | 111 | 1101011 | 1010001 | 1011101 | 0 | 11000 | 111010 | 10100100 | 1011000 | 10110 |
Color Harmonies of #076B51
Complementary color
Monochromatic Colors of #076B51
Black with #076B51
Text Example
Text Example
White with #076B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B51; }
p { color: rgb(7,107,81); }
H1.HeaderClassName
{
color: #076B51;
}
.AnyTagClassName
{
color: #076B51;
}
</style>
background-color css
<style>
a { background-color: #076B51; }
a { background-color: rgb(7,107,81); }
div.DivClassName
{
background-color: #076B51;
}
.BgClassName
{
background-color: #076B51;
}
</style>
border-color css
<style>
span { border-color: #076B51; }
span { border-color: rgb(7,107,81); }
td.TdClassName
{
border-color: #076B51;
}
.TagClassName
{
border-color: #076B51;
}
</style>