Shades of Watercourse #09694E
Tints of Watercourse #09694E
RGB
CMYK
RGB Variations
Color information
#09694E (or 0x09694E) is known color: Watercourse. HEX triplet: 09, 69 and 4E. RGB value is (9,105,78). Sum of RGB (Red+Green+Blue) = 9+105+78=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #09694E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09694E is #F696B1. Grayscale: #494949. Windows color (decimal): -16160434 or 5138697. OLE color: 5138697.
HSL color Cylindrical-coordinate representation of color #09694E: hue angle of 163.12º 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 #09694E is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 78 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.59 |
| HSL | 163.13º | 0.84% | 0.22% | - |
| HSV(B) | 163.13º | 0.91% | 0.41% | - |
| XYZ | 6.54 | 10.71 | 8.93 | - |
| YUV | 73.22 | 130.7 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 78 | 0.91 | 0 | 0.26 | 0.59 | 163.13 | 0.84 | 0.22 |
| Hex | 9 | 69 | 4E | 5B | 0 | 1A | 3B | A3 | 54 | 16 |
| Octal | 11 | 151 | 116 | 133 | 0 | 32 | 73 | 243 | 124 | 26 |
| Binary | 1001 | 1101001 | 1001110 | 1011011 | 0 | 11010 | 111011 | 10100011 | 1010100 | 10110 |
Color Harmonies of #09694E
Complementary color
Monochromatic Colors of #09694E
Black with #09694E
Text Example
Text Example
White with #09694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09694E; }
p { color: rgb(9,105,78); }
H1.HeaderClassName
{
color: #09694E;
}
.AnyTagClassName
{
color: #09694E;
}
</style>
background-color css
<style>
a { background-color: #09694E; }
a { background-color: rgb(9,105,78); }
div.DivClassName
{
background-color: #09694E;
}
.BgClassName
{
background-color: #09694E;
}
</style>
border-color css
<style>
span { border-color: #09694E; }
span { border-color: rgb(9,105,78); }
td.TdClassName
{
border-color: #09694E;
}
.TagClassName
{
border-color: #09694E;
}
</style>