Shades of Watercourse #086351
Tints of Watercourse #086351
RGB
CMYK
RGB Variations
Color information
#086351 (or 0x086351) is known color: Watercourse. HEX triplet: 08, 63 and 51. RGB value is (8,99,81). Sum of RGB (Red+Green+Blue) = 8+99+81=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #086351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086351 is #F79CAE. Grayscale: #454545. Windows color (decimal): -16227503 or 5333768. OLE color: 5333768.
HSL color Cylindrical-coordinate representation of color #086351: hue angle of 168.13º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086351 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 99 | 81 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.61 |
| HSL | 168.13º | 0.85% | 0.21% | - |
| HSV(B) | 168.13º | 0.92% | 0.39% | - |
| XYZ | 6.05 | 9.57 | 9.31 | - |
| YUV | 69.74 | 134.35 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 81 | 0.92 | 0 | 0.18 | 0.61 | 168.13 | 0.85 | 0.21 |
| Hex | 8 | 63 | 51 | 5C | 0 | 12 | 3D | A8 | 55 | 15 |
| Octal | 10 | 143 | 121 | 134 | 0 | 22 | 75 | 250 | 125 | 25 |
| Binary | 1000 | 1100011 | 1010001 | 1011100 | 0 | 10010 | 111101 | 10101000 | 1010101 | 10101 |
Color Harmonies of #086351
Complementary color
Monochromatic Colors of #086351
Black with #086351
Text Example
Text Example
White with #086351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086351; }
p { color: rgb(8,99,81); }
H1.HeaderClassName
{
color: #086351;
}
.AnyTagClassName
{
color: #086351;
}
</style>
background-color css
<style>
a { background-color: #086351; }
a { background-color: rgb(8,99,81); }
div.DivClassName
{
background-color: #086351;
}
.BgClassName
{
background-color: #086351;
}
</style>
border-color css
<style>
span { border-color: #086351; }
span { border-color: rgb(8,99,81); }
td.TdClassName
{
border-color: #086351;
}
.TagClassName
{
border-color: #086351;
}
</style>