Shades of Watercourse #09744D
Tints of Watercourse #09744D
RGB
CMYK
RGB Variations
Color information
#09744D (or 0x09744D) is known color: Watercourse. HEX triplet: 09, 74 and 4D. RGB value is (9,116,77). Sum of RGB (Red+Green+Blue) = 9+116+77=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 116 (45.70% from 255 or 57.43% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 116 - color contains mainly: green. Hex color #09744D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09744D is #F68BB2. Grayscale: #4F4F4F. Windows color (decimal): -16157619 or 5075977. OLE color: 5075977.
HSL color Cylindrical-coordinate representation of color #09744D: hue angle of 158.13º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09744D is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 116 | 77 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.55 |
| HSL | 158.13º | 0.86% | 0.25% | - |
| HSV(B) | 158.13º | 0.92% | 0.45% | - |
| XYZ | 7.7 | 13.08 | 9.14 | - |
| YUV | 79.56 | 126.55 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 77 | 0.92 | 0 | 0.34 | 0.55 | 158.13 | 0.86 | 0.25 |
| Hex | 9 | 74 | 4D | 5C | 0 | 22 | 37 | 9E | 56 | 19 |
| Octal | 11 | 164 | 115 | 134 | 0 | 42 | 67 | 236 | 126 | 31 |
| Binary | 1001 | 1110100 | 1001101 | 1011100 | 0 | 100010 | 110111 | 10011110 | 1010110 | 11001 |
Color Harmonies of #09744D
Complementary color
Monochromatic Colors of #09744D
Black with #09744D
Text Example
Text Example
White with #09744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09744D; }
p { color: rgb(9,116,77); }
H1.HeaderClassName
{
color: #09744D;
}
.AnyTagClassName
{
color: #09744D;
}
</style>
background-color css
<style>
a { background-color: #09744D; }
a { background-color: rgb(9,116,77); }
div.DivClassName
{
background-color: #09744D;
}
.BgClassName
{
background-color: #09744D;
}
</style>
border-color css
<style>
span { border-color: #09744D; }
span { border-color: rgb(9,116,77); }
td.TdClassName
{
border-color: #09744D;
}
.TagClassName
{
border-color: #09744D;
}
</style>