Shades of Watercourse #00794D
Tints of Watercourse #00794D
RGB
CMYK
RGB Variations
Color information
#00794D (or 0x00794D) is known color: Watercourse. HEX triplet: 00, 79 and 4D. RGB value is (0,121,77). Sum of RGB (Red+Green+Blue) = 0+121+77=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 121 (47.66% from 255 or 61.11% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 121 - color contains mainly: green. Hex color #00794D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00794D is #FF86B2. Grayscale: #4F4F4F. Windows color (decimal): -16746163 or 5077248. OLE color: 5077248.
HSL color Cylindrical-coordinate representation of color #00794D: hue angle of 158.18º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00794D is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 121 | 77 | - |
| CMYK | 1 | 0 | 0.36 | 0.53 |
| HSL | 158.18º | 1% | 0.24% | - |
| HSV(B) | 158.18º | 1% | 0.47% | - |
| XYZ | 8.18 | 14.21 | 9.33 | - |
| YUV | 79.81 | 126.41 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 77 | 1 | 0 | 0.36 | 0.53 | 158.18 | 1 | 0.24 |
| Hex | 0 | 79 | 4D | 64 | 0 | 24 | 35 | 9E | 64 | 18 |
| Octal | 0 | 171 | 115 | 144 | 0 | 44 | 65 | 236 | 144 | 30 |
| Binary | 0 | 1111001 | 1001101 | 1100100 | 0 | 100100 | 110101 | 10011110 | 1100100 | 11000 |
Color Harmonies of #00794D
Complementary color
Monochromatic Colors of #00794D
Black with #00794D
Text Example
Text Example
White with #00794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00794D; }
p { color: rgb(0,121,77); }
H1.HeaderClassName
{
color: #00794D;
}
.AnyTagClassName
{
color: #00794D;
}
</style>
background-color css
<style>
a { background-color: #00794D; }
a { background-color: rgb(0,121,77); }
div.DivClassName
{
background-color: #00794D;
}
.BgClassName
{
background-color: #00794D;
}
</style>
border-color css
<style>
span { border-color: #00794D; }
span { border-color: rgb(0,121,77); }
td.TdClassName
{
border-color: #00794D;
}
.TagClassName
{
border-color: #00794D;
}
</style>