Shades of Watercourse #075D49
Tints of Watercourse #075D49
RGB
CMYK
RGB Variations
Color information
#075D49 (or 0x075D49) is known color: Watercourse. HEX triplet: 07, 5D and 49. RGB value is (7,93,73). Sum of RGB (Red+Green+Blue) = 7+93+73=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #075D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075D49 is #F8A2B6. Grayscale: #414141. Windows color (decimal): -16294583 or 4807943. OLE color: 4807943.
HSL color Cylindrical-coordinate representation of color #075D49: hue angle of 166.05º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075D49 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 93 | 73 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.64 |
| HSL | 166.05º | 0.86% | 0.2% | - |
| HSV(B) | 166.05º | 0.92% | 0.36% | - |
| XYZ | 5.2 | 8.35 | 7.64 | - |
| YUV | 65.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 73 | 0.92 | 0 | 0.22 | 0.64 | 166.05 | 0.86 | 0.2 |
| Hex | 7 | 5D | 49 | 5C | 0 | 16 | 40 | A6 | 56 | 14 |
| Octal | 7 | 135 | 111 | 134 | 0 | 26 | 100 | 246 | 126 | 24 |
| Binary | 111 | 1011101 | 1001001 | 1011100 | 0 | 10110 | 1000000 | 10100110 | 1010110 | 10100 |
Color Harmonies of #075D49
Complementary color
Monochromatic Colors of #075D49
Black with #075D49
Text Example
Text Example
White with #075D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D49; }
p { color: rgb(7,93,73); }
H1.HeaderClassName
{
color: #075D49;
}
.AnyTagClassName
{
color: #075D49;
}
</style>
background-color css
<style>
a { background-color: #075D49; }
a { background-color: rgb(7,93,73); }
div.DivClassName
{
background-color: #075D49;
}
.BgClassName
{
background-color: #075D49;
}
</style>
border-color css
<style>
span { border-color: #075D49; }
span { border-color: rgb(7,93,73); }
td.TdClassName
{
border-color: #075D49;
}
.TagClassName
{
border-color: #075D49;
}
</style>