Shades of Watercourse #077148
Tints of Watercourse #077148
RGB
CMYK
RGB Variations
Color information
#077148 (or 0x077148) is known color: Watercourse. HEX triplet: 07, 71 and 48. RGB value is (7,113,72). Sum of RGB (Red+Green+Blue) = 7+113+72=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #077148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077148 is #F88EB7. Grayscale: #4C4C4C. Windows color (decimal): -16289464 or 4747527. OLE color: 4747527.
HSL color Cylindrical-coordinate representation of color #077148: hue angle of 156.79º 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 #077148 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 113 | 72 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.56 |
| HSL | 156.79º | 0.88% | 0.24% | - |
| HSV(B) | 156.79º | 0.94% | 0.44% | - |
| XYZ | 7.16 | 12.32 | 8.13 | - |
| YUV | 76.63 | 125.38 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 113 | 72 | 0.94 | 0 | 0.36 | 0.56 | 156.79 | 0.88 | 0.24 |
| Hex | 7 | 71 | 48 | 5E | 0 | 24 | 38 | 9D | 58 | 18 |
| Octal | 7 | 161 | 110 | 136 | 0 | 44 | 70 | 235 | 130 | 30 |
| Binary | 111 | 1110001 | 1001000 | 1011110 | 0 | 100100 | 111000 | 10011101 | 1011000 | 11000 |
Color Harmonies of #077148
Complementary color
Monochromatic Colors of #077148
Black with #077148
Text Example
Text Example
White with #077148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077148; }
p { color: rgb(7,113,72); }
H1.HeaderClassName
{
color: #077148;
}
.AnyTagClassName
{
color: #077148;
}
</style>
background-color css
<style>
a { background-color: #077148; }
a { background-color: rgb(7,113,72); }
div.DivClassName
{
background-color: #077148;
}
.BgClassName
{
background-color: #077148;
}
</style>
border-color css
<style>
span { border-color: #077148; }
span { border-color: rgb(7,113,72); }
td.TdClassName
{
border-color: #077148;
}
.TagClassName
{
border-color: #077148;
}
</style>