Shades of Watercourse #07794D
Tints of Watercourse #07794D
RGB
CMYK
RGB Variations
Color information
#07794D (or 0x07794D) is known color: Watercourse. HEX triplet: 07, 79 and 4D. RGB value is (7,121,77). Sum of RGB (Red+Green+Blue) = 7+121+77=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 121 (47.66% from 255 or 59.02% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 121 - color contains mainly: green. Hex color #07794D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07794D is #F886B2. Grayscale: #515151. Windows color (decimal): -16287411 or 5077255. OLE color: 5077255.
HSL color Cylindrical-coordinate representation of color #07794D: hue angle of 156.84º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07794D is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 121 | 77 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.53 |
| HSL | 156.84º | 0.89% | 0.25% | - |
| HSV(B) | 156.84º | 0.94% | 0.47% | - |
| XYZ | 8.26 | 14.26 | 9.34 | - |
| YUV | 81.9 | 125.23 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 77 | 0.94 | 0 | 0.36 | 0.53 | 156.84 | 0.89 | 0.25 |
| Hex | 7 | 79 | 4D | 5E | 0 | 24 | 35 | 9D | 59 | 19 |
| Octal | 7 | 171 | 115 | 136 | 0 | 44 | 65 | 235 | 131 | 31 |
| Binary | 111 | 1111001 | 1001101 | 1011110 | 0 | 100100 | 110101 | 10011101 | 1011001 | 11001 |
Color Harmonies of #07794D
Complementary color
Monochromatic Colors of #07794D
Black with #07794D
Text Example
Text Example
White with #07794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07794D; }
p { color: rgb(7,121,77); }
H1.HeaderClassName
{
color: #07794D;
}
.AnyTagClassName
{
color: #07794D;
}
</style>
background-color css
<style>
a { background-color: #07794D; }
a { background-color: rgb(7,121,77); }
div.DivClassName
{
background-color: #07794D;
}
.BgClassName
{
background-color: #07794D;
}
</style>
border-color css
<style>
span { border-color: #07794D; }
span { border-color: rgb(7,121,77); }
td.TdClassName
{
border-color: #07794D;
}
.TagClassName
{
border-color: #07794D;
}
</style>