Shades of Watercourse #07704A
Tints of Watercourse #07704A
RGB
CMYK
RGB Variations
Color information
#07704A (or 0x07704A) is known color: Watercourse. HEX triplet: 07, 70 and 4A. RGB value is (7,112,74). Sum of RGB (Red+Green+Blue) = 7+112+74=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #07704A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07704A is #F88FB5. Grayscale: #4C4C4C. Windows color (decimal): -16289718 or 4878343. OLE color: 4878343.
HSL color Cylindrical-coordinate representation of color #07704A: hue angle of 158.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07704A is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 74 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.56 |
| HSL | 158.29º | 0.88% | 0.23% | - |
| HSV(B) | 158.29º | 0.94% | 0.44% | - |
| XYZ | 7.12 | 12.13 | 8.44 | - |
| YUV | 76.27 | 126.71 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 74 | 0.94 | 0 | 0.34 | 0.56 | 158.29 | 0.88 | 0.23 |
| Hex | 7 | 70 | 4A | 5E | 0 | 22 | 38 | 9E | 58 | 17 |
| Octal | 7 | 160 | 112 | 136 | 0 | 42 | 70 | 236 | 130 | 27 |
| Binary | 111 | 1110000 | 1001010 | 1011110 | 0 | 100010 | 111000 | 10011110 | 1011000 | 10111 |
Color Harmonies of #07704A
Complementary color
Monochromatic Colors of #07704A
Black with #07704A
Text Example
Text Example
White with #07704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07704A; }
p { color: rgb(7,112,74); }
H1.HeaderClassName
{
color: #07704A;
}
.AnyTagClassName
{
color: #07704A;
}
</style>
background-color css
<style>
a { background-color: #07704A; }
a { background-color: rgb(7,112,74); }
div.DivClassName
{
background-color: #07704A;
}
.BgClassName
{
background-color: #07704A;
}
</style>
border-color css
<style>
span { border-color: #07704A; }
span { border-color: rgb(7,112,74); }
td.TdClassName
{
border-color: #07704A;
}
.TagClassName
{
border-color: #07704A;
}
</style>