Shades of Watercourse #077149
Tints of Watercourse #077149
RGB
CMYK
RGB Variations
Color information
#077149 (or 0x077149) is known color: Watercourse. HEX triplet: 07, 71 and 49. RGB value is (7,113,73). Sum of RGB (Red+Green+Blue) = 7+113+73=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #077149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077149 is #F88EB6. Grayscale: #4C4C4C. Windows color (decimal): -16289463 or 4813063. OLE color: 4813063.
HSL color Cylindrical-coordinate representation of color #077149: hue angle of 157.36º 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 #077149 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 113 | 73 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.56 |
| HSL | 157.36º | 0.88% | 0.24% | - |
| HSV(B) | 157.36º | 0.94% | 0.44% | - |
| XYZ | 7.2 | 12.34 | 8.31 | - |
| YUV | 76.75 | 125.88 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 113 | 73 | 0.94 | 0 | 0.35 | 0.56 | 157.36 | 0.88 | 0.24 |
| Hex | 7 | 71 | 49 | 5E | 0 | 23 | 38 | 9D | 58 | 18 |
| Octal | 7 | 161 | 111 | 136 | 0 | 43 | 70 | 235 | 130 | 30 |
| Binary | 111 | 1110001 | 1001001 | 1011110 | 0 | 100011 | 111000 | 10011101 | 1011000 | 11000 |
Color Harmonies of #077149
Complementary color
Monochromatic Colors of #077149
Black with #077149
Text Example
Text Example
White with #077149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077149; }
p { color: rgb(7,113,73); }
H1.HeaderClassName
{
color: #077149;
}
.AnyTagClassName
{
color: #077149;
}
</style>
background-color css
<style>
a { background-color: #077149; }
a { background-color: rgb(7,113,73); }
div.DivClassName
{
background-color: #077149;
}
.BgClassName
{
background-color: #077149;
}
</style>
border-color css
<style>
span { border-color: #077149; }
span { border-color: rgb(7,113,73); }
td.TdClassName
{
border-color: #077149;
}
.TagClassName
{
border-color: #077149;
}
</style>