Shades of Watercourse #09604C
Tints of Watercourse #09604C
RGB
CMYK
RGB Variations
Color information
#09604C (or 0x09604C) is known color: Watercourse. HEX triplet: 09, 60 and 4C. RGB value is (9,96,76). Sum of RGB (Red+Green+Blue) = 9+96+76=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #09604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09604C is #F69FB3. Grayscale: #434343. Windows color (decimal): -16162740 or 5005321. OLE color: 5005321.
HSL color Cylindrical-coordinate representation of color #09604C: hue angle of 166.21º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09604C is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 96 | 76 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.62 |
| HSL | 166.21º | 0.83% | 0.21% | - |
| HSV(B) | 166.21º | 0.91% | 0.38% | - |
| XYZ | 5.6 | 8.95 | 8.27 | - |
| YUV | 67.71 | 132.68 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 76 | 0.91 | 0 | 0.21 | 0.62 | 166.21 | 0.83 | 0.21 |
| Hex | 9 | 60 | 4C | 5B | 0 | 15 | 3E | A6 | 53 | 15 |
| Octal | 11 | 140 | 114 | 133 | 0 | 25 | 76 | 246 | 123 | 25 |
| Binary | 1001 | 1100000 | 1001100 | 1011011 | 0 | 10101 | 111110 | 10100110 | 1010011 | 10101 |
Color Harmonies of #09604C
Complementary color
Monochromatic Colors of #09604C
Black with #09604C
Text Example
Text Example
White with #09604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09604C; }
p { color: rgb(9,96,76); }
H1.HeaderClassName
{
color: #09604C;
}
.AnyTagClassName
{
color: #09604C;
}
</style>
background-color css
<style>
a { background-color: #09604C; }
a { background-color: rgb(9,96,76); }
div.DivClassName
{
background-color: #09604C;
}
.BgClassName
{
background-color: #09604C;
}
</style>
border-color css
<style>
span { border-color: #09604C; }
span { border-color: rgb(9,96,76); }
td.TdClassName
{
border-color: #09604C;
}
.TagClassName
{
border-color: #09604C;
}
</style>