Shades of Watercourse #09694F
Tints of Watercourse #09694F
RGB
CMYK
RGB Variations
Color information
#09694F (or 0x09694F) is known color: Watercourse. HEX triplet: 09, 69 and 4F. RGB value is (9,105,79). Sum of RGB (Red+Green+Blue) = 9+105+79=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #09694F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09694F is #F696B0. Grayscale: #494949. Windows color (decimal): -16160433 or 5204233. OLE color: 5204233.
HSL color Cylindrical-coordinate representation of color #09694F: hue angle of 163.75º 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 #09694F is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 79 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.59 |
| HSL | 163.75º | 0.84% | 0.22% | - |
| HSV(B) | 163.75º | 0.91% | 0.41% | - |
| XYZ | 6.58 | 10.73 | 9.12 | - |
| YUV | 73.33 | 131.2 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 79 | 0.91 | 0 | 0.25 | 0.59 | 163.75 | 0.84 | 0.22 |
| Hex | 9 | 69 | 4F | 5B | 0 | 19 | 3B | A4 | 54 | 16 |
| Octal | 11 | 151 | 117 | 133 | 0 | 31 | 73 | 244 | 124 | 26 |
| Binary | 1001 | 1101001 | 1001111 | 1011011 | 0 | 11001 | 111011 | 10100100 | 1010100 | 10110 |
Color Harmonies of #09694F
Complementary color
Monochromatic Colors of #09694F
Black with #09694F
Text Example
Text Example
White with #09694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09694F; }
p { color: rgb(9,105,79); }
H1.HeaderClassName
{
color: #09694F;
}
.AnyTagClassName
{
color: #09694F;
}
</style>
background-color css
<style>
a { background-color: #09694F; }
a { background-color: rgb(9,105,79); }
div.DivClassName
{
background-color: #09694F;
}
.BgClassName
{
background-color: #09694F;
}
</style>
border-color css
<style>
span { border-color: #09694F; }
span { border-color: rgb(9,105,79); }
td.TdClassName
{
border-color: #09694F;
}
.TagClassName
{
border-color: #09694F;
}
</style>