Shades of Watercourse #09654D
Tints of Watercourse #09654D
RGB
CMYK
RGB Variations
Color information
#09654D (or 0x09654D) is known color: Watercourse. HEX triplet: 09, 65 and 4D. RGB value is (9,101,77). Sum of RGB (Red+Green+Blue) = 9+101+77=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 101 (39.84% from 255 or 54.01% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 101 - color contains mainly: green. Hex color #09654D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09654D is #F69AB2. Grayscale: #464646. Windows color (decimal): -16161459 or 5072137. OLE color: 5072137.
HSL color Cylindrical-coordinate representation of color #09654D: hue angle of 164.35º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09654D is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 101 | 77 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.60 |
| HSL | 164.35º | 0.84% | 0.22% | - |
| HSV(B) | 164.35º | 0.91% | 0.4% | - |
| XYZ | 6.11 | 9.9 | 8.61 | - |
| YUV | 70.76 | 131.52 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 77 | 0.91 | 0 | 0.24 | 0.60 | 164.35 | 0.84 | 0.22 |
| Hex | 9 | 65 | 4D | 5B | 0 | 18 | 3C | A4 | 54 | 16 |
| Octal | 11 | 145 | 115 | 133 | 0 | 30 | 74 | 244 | 124 | 26 |
| Binary | 1001 | 1100101 | 1001101 | 1011011 | 0 | 11000 | 111100 | 10100100 | 1010100 | 10110 |
Color Harmonies of #09654D
Complementary color
Monochromatic Colors of #09654D
Black with #09654D
Text Example
Text Example
White with #09654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09654D; }
p { color: rgb(9,101,77); }
H1.HeaderClassName
{
color: #09654D;
}
.AnyTagClassName
{
color: #09654D;
}
</style>
background-color css
<style>
a { background-color: #09654D; }
a { background-color: rgb(9,101,77); }
div.DivClassName
{
background-color: #09654D;
}
.BgClassName
{
background-color: #09654D;
}
</style>
border-color css
<style>
span { border-color: #09654D; }
span { border-color: rgb(9,101,77); }
td.TdClassName
{
border-color: #09654D;
}
.TagClassName
{
border-color: #09654D;
}
</style>