Shades of Watercourse #096D4E
Tints of Watercourse #096D4E
RGB
CMYK
RGB Variations
Color information
#096D4E (or 0x096D4E) is known color: Watercourse. HEX triplet: 09, 6D and 4E. RGB value is (9,109,78). Sum of RGB (Red+Green+Blue) = 9+109+78=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 109 (42.97% from 255 or 55.61% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 109 - color contains mainly: green. Hex color #096D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D4E is #F692B1. Grayscale: #4B4B4B. Windows color (decimal): -16159410 or 5139721. OLE color: 5139721.
HSL color Cylindrical-coordinate representation of color #096D4E: hue angle of 161.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096D4E is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 109 | 78 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.57 |
| HSL | 161.4º | 0.85% | 0.23% | - |
| HSV(B) | 161.4º | 0.92% | 0.43% | - |
| XYZ | 6.96 | 11.55 | 9.07 | - |
| YUV | 75.57 | 129.37 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 78 | 0.92 | 0 | 0.28 | 0.57 | 161.4 | 0.85 | 0.23 |
| Hex | 9 | 6D | 4E | 5C | 0 | 1C | 39 | A1 | 55 | 17 |
| Octal | 11 | 155 | 116 | 134 | 0 | 34 | 71 | 241 | 125 | 27 |
| Binary | 1001 | 1101101 | 1001110 | 1011100 | 0 | 11100 | 111001 | 10100001 | 1010101 | 10111 |
Color Harmonies of #096D4E
Complementary color
Monochromatic Colors of #096D4E
Black with #096D4E
Text Example
Text Example
White with #096D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096D4E; }
p { color: rgb(9,109,78); }
H1.HeaderClassName
{
color: #096D4E;
}
.AnyTagClassName
{
color: #096D4E;
}
</style>
background-color css
<style>
a { background-color: #096D4E; }
a { background-color: rgb(9,109,78); }
div.DivClassName
{
background-color: #096D4E;
}
.BgClassName
{
background-color: #096D4E;
}
</style>
border-color css
<style>
span { border-color: #096D4E; }
span { border-color: rgb(9,109,78); }
td.TdClassName
{
border-color: #096D4E;
}
.TagClassName
{
border-color: #096D4E;
}
</style>