Shades of Watercourse #007750
Tints of Watercourse #007750
RGB
CMYK
RGB Variations
Color information
#007750 (or 0x007750) is known color: Watercourse. HEX triplet: 00, 77 and 50. RGB value is (0,119,80). Sum of RGB (Red+Green+Blue) = 0+119+80=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #007750 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007750 is #FF88AF. Grayscale: #4F4F4F. Windows color (decimal): -16746672 or 5273344. OLE color: 5273344.
HSL color Cylindrical-coordinate representation of color #007750: hue angle of 160.34º 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 #007750 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 80 | - |
| CMYK | 1 | 0 | 0.33 | 0.53 |
| HSL | 160.34º | 1% | 0.23% | - |
| HSV(B) | 160.34º | 1% | 0.47% | - |
| XYZ | 8.04 | 13.77 | 9.82 | - |
| YUV | 78.97 | 128.58 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 80 | 1 | 0 | 0.33 | 0.53 | 160.34 | 1 | 0.23 |
| Hex | 0 | 77 | 50 | 64 | 0 | 21 | 35 | A0 | 64 | 17 |
| Octal | 0 | 167 | 120 | 144 | 0 | 41 | 65 | 240 | 144 | 27 |
| Binary | 0 | 1110111 | 1010000 | 1100100 | 0 | 100001 | 110101 | 10100000 | 1100100 | 10111 |
Color Harmonies of #007750
Complementary color
Monochromatic Colors of #007750
Black with #007750
Text Example
Text Example
White with #007750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007750; }
p { color: rgb(0,119,80); }
H1.HeaderClassName
{
color: #007750;
}
.AnyTagClassName
{
color: #007750;
}
</style>
background-color css
<style>
a { background-color: #007750; }
a { background-color: rgb(0,119,80); }
div.DivClassName
{
background-color: #007750;
}
.BgClassName
{
background-color: #007750;
}
</style>
border-color css
<style>
span { border-color: #007750; }
span { border-color: rgb(0,119,80); }
td.TdClassName
{
border-color: #007750;
}
.TagClassName
{
border-color: #007750;
}
</style>