Shades of Watercourse #076248
Tints of Watercourse #076248
RGB
CMYK
RGB Variations
Color information
#076248 (or 0x076248) is known color: Watercourse. HEX triplet: 07, 62 and 48. RGB value is (7,98,72). Sum of RGB (Red+Green+Blue) = 7+98+72=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #076248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076248 is #F89DB7. Grayscale: #434343. Windows color (decimal): -16293304 or 4743687. OLE color: 4743687.
HSL color Cylindrical-coordinate representation of color #076248: hue angle of 162.86º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076248 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 98 | 72 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.62 |
| HSL | 162.86º | 0.87% | 0.21% | - |
| HSV(B) | 162.86º | 0.93% | 0.38% | - |
| XYZ | 5.63 | 9.25 | 7.62 | - |
| YUV | 67.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 72 | 0.93 | 0 | 0.27 | 0.62 | 162.86 | 0.87 | 0.21 |
| Hex | 7 | 62 | 48 | 5D | 0 | 1B | 3E | A3 | 57 | 15 |
| Octal | 7 | 142 | 110 | 135 | 0 | 33 | 76 | 243 | 127 | 25 |
| Binary | 111 | 1100010 | 1001000 | 1011101 | 0 | 11011 | 111110 | 10100011 | 1010111 | 10101 |
Color Harmonies of #076248
Complementary color
Monochromatic Colors of #076248
Black with #076248
Text Example
Text Example
White with #076248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076248; }
p { color: rgb(7,98,72); }
H1.HeaderClassName
{
color: #076248;
}
.AnyTagClassName
{
color: #076248;
}
</style>
background-color css
<style>
a { background-color: #076248; }
a { background-color: rgb(7,98,72); }
div.DivClassName
{
background-color: #076248;
}
.BgClassName
{
background-color: #076248;
}
</style>
border-color css
<style>
span { border-color: #076248; }
span { border-color: rgb(7,98,72); }
td.TdClassName
{
border-color: #076248;
}
.TagClassName
{
border-color: #076248;
}
</style>