Shades of Watercourse #09704F
Tints of Watercourse #09704F
RGB
CMYK
RGB Variations
Color information
#09704F (or 0x09704F) is known color: Watercourse. HEX triplet: 09, 70 and 4F. RGB value is (9,112,79). Sum of RGB (Red+Green+Blue) = 9+112+79=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #09704F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09704F is #F68FB0. Grayscale: #4D4D4D. Windows color (decimal): -16158641 or 5206025. OLE color: 5206025.
HSL color Cylindrical-coordinate representation of color #09704F: hue angle of 160.78º 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 #09704F is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 79 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.56 |
| HSL | 160.78º | 0.85% | 0.24% | - |
| HSV(B) | 160.78º | 0.92% | 0.44% | - |
| XYZ | 7.32 | 12.21 | 9.37 | - |
| YUV | 77.44 | 128.88 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 79 | 0.92 | 0 | 0.29 | 0.56 | 160.78 | 0.85 | 0.24 |
| Hex | 9 | 70 | 4F | 5C | 0 | 1D | 38 | A1 | 55 | 18 |
| Octal | 11 | 160 | 117 | 134 | 0 | 35 | 70 | 241 | 125 | 30 |
| Binary | 1001 | 1110000 | 1001111 | 1011100 | 0 | 11101 | 111000 | 10100001 | 1010101 | 11000 |
Color Harmonies of #09704F
Complementary color
Monochromatic Colors of #09704F
Black with #09704F
Text Example
Text Example
White with #09704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09704F; }
p { color: rgb(9,112,79); }
H1.HeaderClassName
{
color: #09704F;
}
.AnyTagClassName
{
color: #09704F;
}
</style>
background-color css
<style>
a { background-color: #09704F; }
a { background-color: rgb(9,112,79); }
div.DivClassName
{
background-color: #09704F;
}
.BgClassName
{
background-color: #09704F;
}
</style>
border-color css
<style>
span { border-color: #09704F; }
span { border-color: rgb(9,112,79); }
td.TdClassName
{
border-color: #09704F;
}
.TagClassName
{
border-color: #09704F;
}
</style>