Shades of Watercourse #07794B
Tints of Watercourse #07794B
RGB
CMYK
RGB Variations
Color information
#07794B (or 0x07794B) is known color: Watercourse. HEX triplet: 07, 79 and 4B. RGB value is (7,121,75). Sum of RGB (Red+Green+Blue) = 7+121+75=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 121 (47.66% from 255 or 59.61% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 121 - color contains mainly: green. Hex color #07794B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07794B is #F886B4. Grayscale: #515151. Windows color (decimal): -16287413 or 4946183. OLE color: 4946183.
HSL color Cylindrical-coordinate representation of color #07794B: hue angle of 155.79º 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 #07794B is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 121 | 75 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.53 |
| HSL | 155.79º | 0.89% | 0.25% | - |
| HSV(B) | 155.79º | 0.94% | 0.47% | - |
| XYZ | 8.19 | 14.23 | 8.97 | - |
| YUV | 81.67 | 124.23 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 75 | 0.94 | 0 | 0.38 | 0.53 | 155.79 | 0.89 | 0.25 |
| Hex | 7 | 79 | 4B | 5E | 0 | 26 | 35 | 9C | 59 | 19 |
| Octal | 7 | 171 | 113 | 136 | 0 | 46 | 65 | 234 | 131 | 31 |
| Binary | 111 | 1111001 | 1001011 | 1011110 | 0 | 100110 | 110101 | 10011100 | 1011001 | 11001 |
Color Harmonies of #07794B
Complementary color
Monochromatic Colors of #07794B
Black with #07794B
Text Example
Text Example
White with #07794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07794B; }
p { color: rgb(7,121,75); }
H1.HeaderClassName
{
color: #07794B;
}
.AnyTagClassName
{
color: #07794B;
}
</style>
background-color css
<style>
a { background-color: #07794B; }
a { background-color: rgb(7,121,75); }
div.DivClassName
{
background-color: #07794B;
}
.BgClassName
{
background-color: #07794B;
}
</style>
border-color css
<style>
span { border-color: #07794B; }
span { border-color: rgb(7,121,75); }
td.TdClassName
{
border-color: #07794B;
}
.TagClassName
{
border-color: #07794B;
}
</style>