Shades of Watercourse #076551
Tints of Watercourse #076551
RGB
CMYK
RGB Variations
Color information
#076551 (or 0x076551) is known color: Watercourse. HEX triplet: 07, 65 and 51. RGB value is (7,101,81). Sum of RGB (Red+Green+Blue) = 7+101+81=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 101 (39.84% from 255 or 53.44% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 101 - color contains mainly: green. Hex color #076551 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076551 is #F89AAE. Grayscale: #464646. Windows color (decimal): -16292527 or 5334279. OLE color: 5334279.
HSL color Cylindrical-coordinate representation of color #076551: hue angle of 167.23º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076551 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 101 | 81 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.60 |
| HSL | 167.23º | 0.87% | 0.21% | - |
| HSV(B) | 167.23º | 0.93% | 0.4% | - |
| XYZ | 6.23 | 9.95 | 9.38 | - |
| YUV | 70.61 | 133.86 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 81 | 0.93 | 0 | 0.20 | 0.60 | 167.23 | 0.87 | 0.21 |
| Hex | 7 | 65 | 51 | 5D | 0 | 14 | 3C | A7 | 57 | 15 |
| Octal | 7 | 145 | 121 | 135 | 0 | 24 | 74 | 247 | 127 | 25 |
| Binary | 111 | 1100101 | 1010001 | 1011101 | 0 | 10100 | 111100 | 10100111 | 1010111 | 10101 |
Color Harmonies of #076551
Complementary color
Monochromatic Colors of #076551
Black with #076551
Text Example
Text Example
White with #076551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076551; }
p { color: rgb(7,101,81); }
H1.HeaderClassName
{
color: #076551;
}
.AnyTagClassName
{
color: #076551;
}
</style>
background-color css
<style>
a { background-color: #076551; }
a { background-color: rgb(7,101,81); }
div.DivClassName
{
background-color: #076551;
}
.BgClassName
{
background-color: #076551;
}
</style>
border-color css
<style>
span { border-color: #076551; }
span { border-color: rgb(7,101,81); }
td.TdClassName
{
border-color: #076551;
}
.TagClassName
{
border-color: #076551;
}
</style>