Shades of Watercourse #077051
Tints of Watercourse #077051
RGB
CMYK
RGB Variations
Color information
#077051 (or 0x077051) is known color: Watercourse. HEX triplet: 07, 70 and 51. RGB value is (7,112,81). Sum of RGB (Red+Green+Blue) = 7+112+81=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #077051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077051 is #F88FAE. Grayscale: #4D4D4D. Windows color (decimal): -16289711 or 5337095. OLE color: 5337095.
HSL color Cylindrical-coordinate representation of color #077051: hue angle of 162.29º 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 #077051 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 81 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.56 |
| HSL | 162.29º | 0.88% | 0.23% | - |
| HSV(B) | 162.29º | 0.94% | 0.44% | - |
| XYZ | 7.37 | 12.23 | 9.76 | - |
| YUV | 77.07 | 130.21 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 81 | 0.94 | 0 | 0.28 | 0.56 | 162.29 | 0.88 | 0.23 |
| Hex | 7 | 70 | 51 | 5E | 0 | 1C | 38 | A2 | 58 | 17 |
| Octal | 7 | 160 | 121 | 136 | 0 | 34 | 70 | 242 | 130 | 27 |
| Binary | 111 | 1110000 | 1010001 | 1011110 | 0 | 11100 | 111000 | 10100010 | 1011000 | 10111 |
Color Harmonies of #077051
Complementary color
Monochromatic Colors of #077051
Black with #077051
Text Example
Text Example
White with #077051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077051; }
p { color: rgb(7,112,81); }
H1.HeaderClassName
{
color: #077051;
}
.AnyTagClassName
{
color: #077051;
}
</style>
background-color css
<style>
a { background-color: #077051; }
a { background-color: rgb(7,112,81); }
div.DivClassName
{
background-color: #077051;
}
.BgClassName
{
background-color: #077051;
}
</style>
border-color css
<style>
span { border-color: #077051; }
span { border-color: rgb(7,112,81); }
td.TdClassName
{
border-color: #077051;
}
.TagClassName
{
border-color: #077051;
}
</style>