Shades of Watercourse #086D55
Tints of Watercourse #086D55
RGB
CMYK
RGB Variations
Color information
#086D55 (or 0x086D55) is known color: Watercourse. HEX triplet: 08, 6D and 55. RGB value is (8,109,85). Sum of RGB (Red+Green+Blue) = 8+109+85=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 109 (42.97% from 255 or 53.96% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 109 - color contains mainly: green. Hex color #086D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086D55 is #F792AA. Grayscale: #4C4C4C. Windows color (decimal): -16224939 or 5598472. OLE color: 5598472.
HSL color Cylindrical-coordinate representation of color #086D55: hue angle of 165.74º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086D55 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 109 | 85 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.57 |
| HSL | 165.74º | 0.86% | 0.23% | - |
| HSV(B) | 165.74º | 0.93% | 0.43% | - |
| XYZ | 7.21 | 11.64 | 10.46 | - |
| YUV | 76.07 | 133.04 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 85 | 0.93 | 0 | 0.22 | 0.57 | 165.74 | 0.86 | 0.23 |
| Hex | 8 | 6D | 55 | 5D | 0 | 16 | 39 | A6 | 56 | 17 |
| Octal | 10 | 155 | 125 | 135 | 0 | 26 | 71 | 246 | 126 | 27 |
| Binary | 1000 | 1101101 | 1010101 | 1011101 | 0 | 10110 | 111001 | 10100110 | 1010110 | 10111 |
Color Harmonies of #086D55
Complementary color
Monochromatic Colors of #086D55
Black with #086D55
Text Example
Text Example
White with #086D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086D55; }
p { color: rgb(8,109,85); }
H1.HeaderClassName
{
color: #086D55;
}
.AnyTagClassName
{
color: #086D55;
}
</style>
background-color css
<style>
a { background-color: #086D55; }
a { background-color: rgb(8,109,85); }
div.DivClassName
{
background-color: #086D55;
}
.BgClassName
{
background-color: #086D55;
}
</style>
border-color css
<style>
span { border-color: #086D55; }
span { border-color: rgb(8,109,85); }
td.TdClassName
{
border-color: #086D55;
}
.TagClassName
{
border-color: #086D55;
}
</style>