Shades of Watercourse #086C51
Tints of Watercourse #086C51
RGB
CMYK
RGB Variations
Color information
#086C51 (or 0x086C51) is known color: Watercourse. HEX triplet: 08, 6C and 51. RGB value is (8,108,81). Sum of RGB (Red+Green+Blue) = 8+108+81=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 108 (42.58% from 255 or 54.82% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 108 - color contains mainly: green. Hex color #086C51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C51 is #F793AE. Grayscale: #4B4B4B. Windows color (decimal): -16225199 or 5336072. OLE color: 5336072.
HSL color Cylindrical-coordinate representation of color #086C51: hue angle of 163.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086C51 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 108 | 81 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.58 |
| HSL | 163.8º | 0.86% | 0.23% | - |
| HSV(B) | 163.8º | 0.93% | 0.42% | - |
| XYZ | 6.95 | 11.37 | 9.61 | - |
| YUV | 75.02 | 131.37 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 81 | 0.93 | 0 | 0.25 | 0.58 | 163.8 | 0.86 | 0.23 |
| Hex | 8 | 6C | 51 | 5D | 0 | 19 | 3A | A4 | 56 | 17 |
| Octal | 10 | 154 | 121 | 135 | 0 | 31 | 72 | 244 | 126 | 27 |
| Binary | 1000 | 1101100 | 1010001 | 1011101 | 0 | 11001 | 111010 | 10100100 | 1010110 | 10111 |
Color Harmonies of #086C51
Complementary color
Monochromatic Colors of #086C51
Black with #086C51
Text Example
Text Example
White with #086C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C51; }
p { color: rgb(8,108,81); }
H1.HeaderClassName
{
color: #086C51;
}
.AnyTagClassName
{
color: #086C51;
}
</style>
background-color css
<style>
a { background-color: #086C51; }
a { background-color: rgb(8,108,81); }
div.DivClassName
{
background-color: #086C51;
}
.BgClassName
{
background-color: #086C51;
}
</style>
border-color css
<style>
span { border-color: #086C51; }
span { border-color: rgb(8,108,81); }
td.TdClassName
{
border-color: #086C51;
}
.TagClassName
{
border-color: #086C51;
}
</style>