Shades of Watercourse #007745
Tints of Watercourse #007745
RGB
CMYK
RGB Variations
Color information
#007745 (or 0x007745) is known color: Watercourse. HEX triplet: 00, 77 and 45. RGB value is (0,119,69). Sum of RGB (Red+Green+Blue) = 0+119+69=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 119 (46.88% from 255 or 63.30% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 119 - color contains mainly: green. Hex color #007745 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007745 is #FF88BA. Grayscale: #4D4D4D. Windows color (decimal): -16746683 or 4552448. OLE color: 4552448.
HSL color Cylindrical-coordinate representation of color #007745: hue angle of 154.79º 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 #007745 is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 69 | - |
| CMYK | 1 | 0 | 0.42 | 0.53 |
| HSL | 154.79º | 1% | 0.23% | - |
| HSV(B) | 154.79º | 1% | 0.47% | - |
| XYZ | 7.67 | 13.62 | 7.86 | - |
| YUV | 77.72 | 123.08 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 69 | 1 | 0 | 0.42 | 0.53 | 154.79 | 1 | 0.23 |
| Hex | 0 | 77 | 45 | 64 | 0 | 2A | 35 | 9B | 64 | 17 |
| Octal | 0 | 167 | 105 | 144 | 0 | 52 | 65 | 233 | 144 | 27 |
| Binary | 0 | 1110111 | 1000101 | 1100100 | 0 | 101010 | 110101 | 10011011 | 1100100 | 10111 |
Color Harmonies of #007745
Complementary color
Monochromatic Colors of #007745
Black with #007745
Text Example
Text Example
White with #007745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007745; }
p { color: rgb(0,119,69); }
H1.HeaderClassName
{
color: #007745;
}
.AnyTagClassName
{
color: #007745;
}
</style>
background-color css
<style>
a { background-color: #007745; }
a { background-color: rgb(0,119,69); }
div.DivClassName
{
background-color: #007745;
}
.BgClassName
{
background-color: #007745;
}
</style>
border-color css
<style>
span { border-color: #007745; }
span { border-color: rgb(0,119,69); }
td.TdClassName
{
border-color: #007745;
}
.TagClassName
{
border-color: #007745;
}
</style>