Shades of Watercourse #07744F
Tints of Watercourse #07744F
RGB
CMYK
RGB Variations
Color information
#07744F (or 0x07744F) is known color: Watercourse. HEX triplet: 07, 74 and 4F. RGB value is (7,116,79). Sum of RGB (Red+Green+Blue) = 7+116+79=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 116 (45.70% from 255 or 57.43% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 116 - color contains mainly: green. Hex color #07744F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07744F is #F88BB0. Grayscale: #4F4F4F. Windows color (decimal): -16288689 or 5207047. OLE color: 5207047.
HSL color Cylindrical-coordinate representation of color #07744F: hue angle of 159.63º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07744F is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 116 | 79 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.55 |
| HSL | 159.63º | 0.89% | 0.24% | - |
| HSV(B) | 159.63º | 0.94% | 0.45% | - |
| XYZ | 7.74 | 13.1 | 9.52 | - |
| YUV | 79.19 | 127.89 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 116 | 79 | 0.94 | 0 | 0.32 | 0.55 | 159.63 | 0.89 | 0.24 |
| Hex | 7 | 74 | 4F | 5E | 0 | 20 | 37 | A0 | 59 | 18 |
| Octal | 7 | 164 | 117 | 136 | 0 | 40 | 67 | 240 | 131 | 30 |
| Binary | 111 | 1110100 | 1001111 | 1011110 | 0 | 100000 | 110111 | 10100000 | 1011001 | 11000 |
Color Harmonies of #07744F
Complementary color
Monochromatic Colors of #07744F
Black with #07744F
Text Example
Text Example
White with #07744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07744F; }
p { color: rgb(7,116,79); }
H1.HeaderClassName
{
color: #07744F;
}
.AnyTagClassName
{
color: #07744F;
}
</style>
background-color css
<style>
a { background-color: #07744F; }
a { background-color: rgb(7,116,79); }
div.DivClassName
{
background-color: #07744F;
}
.BgClassName
{
background-color: #07744F;
}
</style>
border-color css
<style>
span { border-color: #07744F; }
span { border-color: rgb(7,116,79); }
td.TdClassName
{
border-color: #07744F;
}
.TagClassName
{
border-color: #07744F;
}
</style>