Shades of Watercourse #09614D
Tints of Watercourse #09614D
RGB
CMYK
RGB Variations
Color information
#09614D (or 0x09614D) is known color: Watercourse. HEX triplet: 09, 61 and 4D. RGB value is (9,97,77). Sum of RGB (Red+Green+Blue) = 9+97+77=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #09614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09614D is #F69EB2. Grayscale: #444444. Windows color (decimal): -16162483 or 5071113. OLE color: 5071113.
HSL color Cylindrical-coordinate representation of color #09614D: hue angle of 166.36º 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 #09614D is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 77 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.62 |
| HSL | 166.36º | 0.83% | 0.21% | - |
| HSV(B) | 166.36º | 0.91% | 0.38% | - |
| XYZ | 5.73 | 9.14 | 8.48 | - |
| YUV | 68.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 77 | 0.91 | 0 | 0.21 | 0.62 | 166.36 | 0.83 | 0.21 |
| Hex | 9 | 61 | 4D | 5B | 0 | 15 | 3E | A6 | 53 | 15 |
| Octal | 11 | 141 | 115 | 133 | 0 | 25 | 76 | 246 | 123 | 25 |
| Binary | 1001 | 1100001 | 1001101 | 1011011 | 0 | 10101 | 111110 | 10100110 | 1010011 | 10101 |
Color Harmonies of #09614D
Complementary color
Monochromatic Colors of #09614D
Black with #09614D
Text Example
Text Example
White with #09614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09614D; }
p { color: rgb(9,97,77); }
H1.HeaderClassName
{
color: #09614D;
}
.AnyTagClassName
{
color: #09614D;
}
</style>
background-color css
<style>
a { background-color: #09614D; }
a { background-color: rgb(9,97,77); }
div.DivClassName
{
background-color: #09614D;
}
.BgClassName
{
background-color: #09614D;
}
</style>
border-color css
<style>
span { border-color: #09614D; }
span { border-color: rgb(9,97,77); }
td.TdClassName
{
border-color: #09614D;
}
.TagClassName
{
border-color: #09614D;
}
</style>