Shades of Watercourse #09684C
Tints of Watercourse #09684C
RGB
CMYK
RGB Variations
Color information
#09684C (or 0x09684C) is known color: Watercourse. HEX triplet: 09, 68 and 4C. RGB value is (9,104,76). Sum of RGB (Red+Green+Blue) = 9+104+76=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #09684C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09684C is #F697B3. Grayscale: #484848. Windows color (decimal): -16160692 or 5007369. OLE color: 5007369.
HSL color Cylindrical-coordinate representation of color #09684C: hue angle of 162.32º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09684C is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 104 | 76 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.59 |
| HSL | 162.32º | 0.84% | 0.22% | - |
| HSV(B) | 162.32º | 0.91% | 0.41% | - |
| XYZ | 6.37 | 10.48 | 8.52 | - |
| YUV | 72.4 | 130.03 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 76 | 0.91 | 0 | 0.27 | 0.59 | 162.32 | 0.84 | 0.22 |
| Hex | 9 | 68 | 4C | 5B | 0 | 1B | 3B | A2 | 54 | 16 |
| Octal | 11 | 150 | 114 | 133 | 0 | 33 | 73 | 242 | 124 | 26 |
| Binary | 1001 | 1101000 | 1001100 | 1011011 | 0 | 11011 | 111011 | 10100010 | 1010100 | 10110 |
Color Harmonies of #09684C
Complementary color
Monochromatic Colors of #09684C
Black with #09684C
Text Example
Text Example
White with #09684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09684C; }
p { color: rgb(9,104,76); }
H1.HeaderClassName
{
color: #09684C;
}
.AnyTagClassName
{
color: #09684C;
}
</style>
background-color css
<style>
a { background-color: #09684C; }
a { background-color: rgb(9,104,76); }
div.DivClassName
{
background-color: #09684C;
}
.BgClassName
{
background-color: #09684C;
}
</style>
border-color css
<style>
span { border-color: #09684C; }
span { border-color: rgb(9,104,76); }
td.TdClassName
{
border-color: #09684C;
}
.TagClassName
{
border-color: #09684C;
}
</style>