Shades of Watercourse #077150
Tints of Watercourse #077150
RGB
CMYK
RGB Variations
Color information
#077150 (or 0x077150) is known color: Watercourse. HEX triplet: 07, 71 and 50. RGB value is (7,113,80). Sum of RGB (Red+Green+Blue) = 7+113+80=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #077150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077150 is #F88EAF. Grayscale: #4D4D4D. Windows color (decimal): -16289456 or 5271815. OLE color: 5271815.
HSL color Cylindrical-coordinate representation of color #077150: hue angle of 161.32º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077150 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 113 | 80 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.56 |
| HSL | 161.32º | 0.88% | 0.24% | - |
| HSV(B) | 161.32º | 0.94% | 0.44% | - |
| XYZ | 7.44 | 12.43 | 9.6 | - |
| YUV | 77.54 | 129.38 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 113 | 80 | 0.94 | 0 | 0.29 | 0.56 | 161.32 | 0.88 | 0.24 |
| Hex | 7 | 71 | 50 | 5E | 0 | 1D | 38 | A1 | 58 | 18 |
| Octal | 7 | 161 | 120 | 136 | 0 | 35 | 70 | 241 | 130 | 30 |
| Binary | 111 | 1110001 | 1010000 | 1011110 | 0 | 11101 | 111000 | 10100001 | 1011000 | 11000 |
Color Harmonies of #077150
Complementary color
Monochromatic Colors of #077150
Black with #077150
Text Example
Text Example
White with #077150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077150; }
p { color: rgb(7,113,80); }
H1.HeaderClassName
{
color: #077150;
}
.AnyTagClassName
{
color: #077150;
}
</style>
background-color css
<style>
a { background-color: #077150; }
a { background-color: rgb(7,113,80); }
div.DivClassName
{
background-color: #077150;
}
.BgClassName
{
background-color: #077150;
}
</style>
border-color css
<style>
span { border-color: #077150; }
span { border-color: rgb(7,113,80); }
td.TdClassName
{
border-color: #077150;
}
.TagClassName
{
border-color: #077150;
}
</style>