Shades of Watercourse #0B684E
Tints of Watercourse #0B684E
RGB
CMYK
RGB Variations
Color information
#0B684E (or 0x0B684E) is known color: Watercourse. HEX triplet: 0B, 68 and 4E. RGB value is (11,104,78). Sum of RGB (Red+Green+Blue) = 11+104+78=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #0B684E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B684E is #F497B1. Grayscale: #494949. Windows color (decimal): -16029618 or 5138443. OLE color: 5138443.
HSL color Cylindrical-coordinate representation of color #0B684E: hue angle of 163.23º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B684E is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 104 | 78 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.59 |
| HSL | 163.23º | 0.81% | 0.23% | - |
| HSV(B) | 163.23º | 0.89% | 0.41% | - |
| XYZ | 6.46 | 10.52 | 8.9 | - |
| YUV | 73.23 | 130.69 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 104 | 78 | 0.89 | 0 | 0.25 | 0.59 | 163.23 | 0.81 | 0.23 |
| Hex | B | 68 | 4E | 59 | 0 | 19 | 3B | A3 | 51 | 17 |
| Octal | 13 | 150 | 116 | 131 | 0 | 31 | 73 | 243 | 121 | 27 |
| Binary | 1011 | 1101000 | 1001110 | 1011001 | 0 | 11001 | 111011 | 10100011 | 1010001 | 10111 |
Color Harmonies of #0B684E
Complementary color
Monochromatic Colors of #0B684E
Black with #0B684E
Text Example
Text Example
White with #0B684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B684E; }
p { color: rgb(11,104,78); }
H1.HeaderClassName
{
color: #0B684E;
}
.AnyTagClassName
{
color: #0B684E;
}
</style>
background-color css
<style>
a { background-color: #0B684E; }
a { background-color: rgb(11,104,78); }
div.DivClassName
{
background-color: #0B684E;
}
.BgClassName
{
background-color: #0B684E;
}
</style>
border-color css
<style>
span { border-color: #0B684E; }
span { border-color: rgb(11,104,78); }
td.TdClassName
{
border-color: #0B684E;
}
.TagClassName
{
border-color: #0B684E;
}
</style>