Shades of Watercourse #09694D
Tints of Watercourse #09694D
RGB
CMYK
RGB Variations
Color information
#09694D (or 0x09694D) is known color: Watercourse. HEX triplet: 09, 69 and 4D. RGB value is (9,105,77). Sum of RGB (Red+Green+Blue) = 9+105+77=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #09694D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09694D is #F696B2. Grayscale: #494949. Windows color (decimal): -16160435 or 5073161. OLE color: 5073161.
HSL color Cylindrical-coordinate representation of color #09694D: hue angle of 162.5º 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 #09694D is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 77 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.59 |
| HSL | 162.5º | 0.84% | 0.22% | - |
| HSV(B) | 162.5º | 0.91% | 0.41% | - |
| XYZ | 6.5 | 10.7 | 8.74 | - |
| YUV | 73.1 | 130.2 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 77 | 0.91 | 0 | 0.27 | 0.59 | 162.5 | 0.84 | 0.22 |
| Hex | 9 | 69 | 4D | 5B | 0 | 1B | 3B | A2 | 54 | 16 |
| Octal | 11 | 151 | 115 | 133 | 0 | 33 | 73 | 242 | 124 | 26 |
| Binary | 1001 | 1101001 | 1001101 | 1011011 | 0 | 11011 | 111011 | 10100010 | 1010100 | 10110 |
Color Harmonies of #09694D
Complementary color
Monochromatic Colors of #09694D
Black with #09694D
Text Example
Text Example
White with #09694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09694D; }
p { color: rgb(9,105,77); }
H1.HeaderClassName
{
color: #09694D;
}
.AnyTagClassName
{
color: #09694D;
}
</style>
background-color css
<style>
a { background-color: #09694D; }
a { background-color: rgb(9,105,77); }
div.DivClassName
{
background-color: #09694D;
}
.BgClassName
{
background-color: #09694D;
}
</style>
border-color css
<style>
span { border-color: #09694D; }
span { border-color: rgb(9,105,77); }
td.TdClassName
{
border-color: #09694D;
}
.TagClassName
{
border-color: #09694D;
}
</style>