Shades of Watercourse #086350
Tints of Watercourse #086350
RGB
CMYK
RGB Variations
Color information
#086350 (or 0x086350) is known color: Watercourse. HEX triplet: 08, 63 and 50. RGB value is (8,99,80). Sum of RGB (Red+Green+Blue) = 8+99+80=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #086350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086350 is #F79CAF. Grayscale: #454545. Windows color (decimal): -16227504 or 5268232. OLE color: 5268232.
HSL color Cylindrical-coordinate representation of color #086350: hue angle of 167.47º 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 #086350 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 99 | 80 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.61 |
| HSL | 167.47º | 0.85% | 0.21% | - |
| HSV(B) | 167.47º | 0.92% | 0.39% | - |
| XYZ | 6.01 | 9.55 | 9.12 | - |
| YUV | 69.63 | 133.85 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 80 | 0.92 | 0 | 0.19 | 0.61 | 167.47 | 0.85 | 0.21 |
| Hex | 8 | 63 | 50 | 5C | 0 | 13 | 3D | A7 | 55 | 15 |
| Octal | 10 | 143 | 120 | 134 | 0 | 23 | 75 | 247 | 125 | 25 |
| Binary | 1000 | 1100011 | 1010000 | 1011100 | 0 | 10011 | 111101 | 10100111 | 1010101 | 10101 |
Color Harmonies of #086350
Complementary color
Monochromatic Colors of #086350
Black with #086350
Text Example
Text Example
White with #086350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086350; }
p { color: rgb(8,99,80); }
H1.HeaderClassName
{
color: #086350;
}
.AnyTagClassName
{
color: #086350;
}
</style>
background-color css
<style>
a { background-color: #086350; }
a { background-color: rgb(8,99,80); }
div.DivClassName
{
background-color: #086350;
}
.BgClassName
{
background-color: #086350;
}
</style>
border-color css
<style>
span { border-color: #086350; }
span { border-color: rgb(8,99,80); }
td.TdClassName
{
border-color: #086350;
}
.TagClassName
{
border-color: #086350;
}
</style>