Shades of Watercourse #09604A
Tints of Watercourse #09604A
RGB
CMYK
RGB Variations
Color information
#09604A (or 0x09604A) is known color: Watercourse. HEX triplet: 09, 60 and 4A. RGB value is (9,96,74). Sum of RGB (Red+Green+Blue) = 9+96+74=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #09604A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09604A is #F69FB5. Grayscale: #434343. Windows color (decimal): -16162742 or 4874249. OLE color: 4874249.
HSL color Cylindrical-coordinate representation of color #09604A: hue angle of 164.83º 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 #09604A is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 96 | 74 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.62 |
| HSL | 164.83º | 0.83% | 0.21% | - |
| HSV(B) | 164.83º | 0.91% | 0.38% | - |
| XYZ | 5.53 | 8.92 | 7.91 | - |
| YUV | 67.48 | 131.68 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 74 | 0.91 | 0 | 0.23 | 0.62 | 164.83 | 0.83 | 0.21 |
| Hex | 9 | 60 | 4A | 5B | 0 | 17 | 3E | A5 | 53 | 15 |
| Octal | 11 | 140 | 112 | 133 | 0 | 27 | 76 | 245 | 123 | 25 |
| Binary | 1001 | 1100000 | 1001010 | 1011011 | 0 | 10111 | 111110 | 10100101 | 1010011 | 10101 |
Color Harmonies of #09604A
Complementary color
Monochromatic Colors of #09604A
Black with #09604A
Text Example
Text Example
White with #09604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09604A; }
p { color: rgb(9,96,74); }
H1.HeaderClassName
{
color: #09604A;
}
.AnyTagClassName
{
color: #09604A;
}
</style>
background-color css
<style>
a { background-color: #09604A; }
a { background-color: rgb(9,96,74); }
div.DivClassName
{
background-color: #09604A;
}
.BgClassName
{
background-color: #09604A;
}
</style>
border-color css
<style>
span { border-color: #09604A; }
span { border-color: rgb(9,96,74); }
td.TdClassName
{
border-color: #09604A;
}
.TagClassName
{
border-color: #09604A;
}
</style>