Shades of Watercourse #09614E
Tints of Watercourse #09614E
RGB
CMYK
RGB Variations
Color information
#09614E (or 0x09614E) is known color: Watercourse. HEX triplet: 09, 61 and 4E. RGB value is (9,97,78). Sum of RGB (Red+Green+Blue) = 9+97+78=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #09614E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09614E is #F69EB1. Grayscale: #444444. Windows color (decimal): -16162482 or 5136649. OLE color: 5136649.
HSL color Cylindrical-coordinate representation of color #09614E: hue angle of 167.05º 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 #09614E is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 78 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.62 |
| HSL | 167.05º | 0.83% | 0.21% | - |
| HSV(B) | 167.05º | 0.91% | 0.38% | - |
| XYZ | 5.76 | 9.16 | 8.67 | - |
| YUV | 68.52 | 133.35 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 78 | 0.91 | 0 | 0.20 | 0.62 | 167.05 | 0.83 | 0.21 |
| Hex | 9 | 61 | 4E | 5B | 0 | 14 | 3E | A7 | 53 | 15 |
| Octal | 11 | 141 | 116 | 133 | 0 | 24 | 76 | 247 | 123 | 25 |
| Binary | 1001 | 1100001 | 1001110 | 1011011 | 0 | 10100 | 111110 | 10100111 | 1010011 | 10101 |
Color Harmonies of #09614E
Complementary color
Monochromatic Colors of #09614E
Black with #09614E
Text Example
Text Example
White with #09614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09614E; }
p { color: rgb(9,97,78); }
H1.HeaderClassName
{
color: #09614E;
}
.AnyTagClassName
{
color: #09614E;
}
</style>
background-color css
<style>
a { background-color: #09614E; }
a { background-color: rgb(9,97,78); }
div.DivClassName
{
background-color: #09614E;
}
.BgClassName
{
background-color: #09614E;
}
</style>
border-color css
<style>
span { border-color: #09614E; }
span { border-color: rgb(9,97,78); }
td.TdClassName
{
border-color: #09614E;
}
.TagClassName
{
border-color: #09614E;
}
</style>