Shades of Watercourse #007740
Tints of Watercourse #007740
RGB
CMYK
RGB Variations
Color information
#007740 (or 0x007740) is known color: Watercourse. HEX triplet: 00, 77 and 40. RGB value is (0,119,64). Sum of RGB (Red+Green+Blue) = 0+119+64=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 119 (46.88% from 255 or 65.03% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 119 - color contains mainly: green. Hex color #007740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007740 is #FF88BF. Grayscale: #4D4D4D. Windows color (decimal): -16746688 or 4224768. OLE color: 4224768.
HSL color Cylindrical-coordinate representation of color #007740: hue angle of 152.27º 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 #007740 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 64 | - |
| CMYK | 1 | 0 | 0.46 | 0.53 |
| HSL | 152.27º | 1% | 0.23% | - |
| HSV(B) | 152.27º | 1% | 0.47% | - |
| XYZ | 7.52 | 13.56 | 7.07 | - |
| YUV | 77.15 | 120.58 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 64 | 1 | 0 | 0.46 | 0.53 | 152.27 | 1 | 0.23 |
| Hex | 0 | 77 | 40 | 64 | 0 | 2E | 35 | 98 | 64 | 17 |
| Octal | 0 | 167 | 100 | 144 | 0 | 56 | 65 | 230 | 144 | 27 |
| Binary | 0 | 1110111 | 1000000 | 1100100 | 0 | 101110 | 110101 | 10011000 | 1100100 | 10111 |
Color Harmonies of #007740
Complementary color
Monochromatic Colors of #007740
Black with #007740
Text Example
Text Example
White with #007740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007740; }
p { color: rgb(0,119,64); }
H1.HeaderClassName
{
color: #007740;
}
.AnyTagClassName
{
color: #007740;
}
</style>
background-color css
<style>
a { background-color: #007740; }
a { background-color: rgb(0,119,64); }
div.DivClassName
{
background-color: #007740;
}
.BgClassName
{
background-color: #007740;
}
</style>
border-color css
<style>
span { border-color: #007740; }
span { border-color: rgb(0,119,64); }
td.TdClassName
{
border-color: #007740;
}
.TagClassName
{
border-color: #007740;
}
</style>