Shades of Watercourse #09704E
Tints of Watercourse #09704E
RGB
CMYK
RGB Variations
Color information
#09704E (or 0x09704E) is known color: Watercourse. HEX triplet: 09, 70 and 4E. RGB value is (9,112,78). Sum of RGB (Red+Green+Blue) = 9+112+78=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #09704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09704E is #F68FB1. Grayscale: #4D4D4D. Windows color (decimal): -16158642 or 5140489. OLE color: 5140489.
HSL color Cylindrical-coordinate representation of color #09704E: hue angle of 160.19º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09704E is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 78 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.56 |
| HSL | 160.19º | 0.85% | 0.24% | - |
| HSV(B) | 160.19º | 0.92% | 0.44% | - |
| XYZ | 7.28 | 12.2 | 9.18 | - |
| YUV | 77.33 | 128.38 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 78 | 0.92 | 0 | 0.30 | 0.56 | 160.19 | 0.85 | 0.24 |
| Hex | 9 | 70 | 4E | 5C | 0 | 1E | 38 | A0 | 55 | 18 |
| Octal | 11 | 160 | 116 | 134 | 0 | 36 | 70 | 240 | 125 | 30 |
| Binary | 1001 | 1110000 | 1001110 | 1011100 | 0 | 11110 | 111000 | 10100000 | 1010101 | 11000 |
Color Harmonies of #09704E
Complementary color
Monochromatic Colors of #09704E
Black with #09704E
Text Example
Text Example
White with #09704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09704E; }
p { color: rgb(9,112,78); }
H1.HeaderClassName
{
color: #09704E;
}
.AnyTagClassName
{
color: #09704E;
}
</style>
background-color css
<style>
a { background-color: #09704E; }
a { background-color: rgb(9,112,78); }
div.DivClassName
{
background-color: #09704E;
}
.BgClassName
{
background-color: #09704E;
}
</style>
border-color css
<style>
span { border-color: #09704E; }
span { border-color: rgb(9,112,78); }
td.TdClassName
{
border-color: #09704E;
}
.TagClassName
{
border-color: #09704E;
}
</style>