Shades of Watercourse #007749
Tints of Watercourse #007749
RGB
CMYK
RGB Variations
Color information
#007749 (or 0x007749) is known color: Watercourse. HEX triplet: 00, 77 and 49. RGB value is (0,119,73). Sum of RGB (Red+Green+Blue) = 0+119+73=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #007749 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007749 is #FF88B6. Grayscale: #4E4E4E. Windows color (decimal): -16746679 or 4814592. OLE color: 4814592.
HSL color Cylindrical-coordinate representation of color #007749: hue angle of 156.81º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007749 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 73 | - |
| CMYK | 1 | 0 | 0.39 | 0.53 |
| HSL | 156.81º | 1% | 0.23% | - |
| HSV(B) | 156.81º | 1% | 0.47% | - |
| XYZ | 7.8 | 13.67 | 8.53 | - |
| YUV | 78.18 | 125.08 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 73 | 1 | 0 | 0.39 | 0.53 | 156.81 | 1 | 0.23 |
| Hex | 0 | 77 | 49 | 64 | 0 | 27 | 35 | 9D | 64 | 17 |
| Octal | 0 | 167 | 111 | 144 | 0 | 47 | 65 | 235 | 144 | 27 |
| Binary | 0 | 1110111 | 1001001 | 1100100 | 0 | 100111 | 110101 | 10011101 | 1100100 | 10111 |
Color Harmonies of #007749
Complementary color
Monochromatic Colors of #007749
Black with #007749
Text Example
Text Example
White with #007749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007749; }
p { color: rgb(0,119,73); }
H1.HeaderClassName
{
color: #007749;
}
.AnyTagClassName
{
color: #007749;
}
</style>
background-color css
<style>
a { background-color: #007749; }
a { background-color: rgb(0,119,73); }
div.DivClassName
{
background-color: #007749;
}
.BgClassName
{
background-color: #007749;
}
</style>
border-color css
<style>
span { border-color: #007749; }
span { border-color: rgb(0,119,73); }
td.TdClassName
{
border-color: #007749;
}
.TagClassName
{
border-color: #007749;
}
</style>