Shades of Watercourse #086D4D
Tints of Watercourse #086D4D
RGB
CMYK
RGB Variations
Color information
#086D4D (or 0x086D4D) is known color: Watercourse. HEX triplet: 08, 6D and 4D. RGB value is (8,109,77). Sum of RGB (Red+Green+Blue) = 8+109+77=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #086D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086D4D is #F792B2. Grayscale: #4B4B4B. Windows color (decimal): -16224947 or 5074184. OLE color: 5074184.
HSL color Cylindrical-coordinate representation of color #086D4D: hue angle of 160.99º 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 #086D4D is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 109 | 77 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.57 |
| HSL | 160.99º | 0.86% | 0.23% | - |
| HSV(B) | 160.99º | 0.93% | 0.43% | - |
| XYZ | 6.91 | 11.52 | 8.88 | - |
| YUV | 75.15 | 129.04 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 77 | 0.93 | 0 | 0.29 | 0.57 | 160.99 | 0.86 | 0.23 |
| Hex | 8 | 6D | 4D | 5D | 0 | 1D | 39 | A1 | 56 | 17 |
| Octal | 10 | 155 | 115 | 135 | 0 | 35 | 71 | 241 | 126 | 27 |
| Binary | 1000 | 1101101 | 1001101 | 1011101 | 0 | 11101 | 111001 | 10100001 | 1010110 | 10111 |
Color Harmonies of #086D4D
Complementary color
Monochromatic Colors of #086D4D
Black with #086D4D
Text Example
Text Example
White with #086D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086D4D; }
p { color: rgb(8,109,77); }
H1.HeaderClassName
{
color: #086D4D;
}
.AnyTagClassName
{
color: #086D4D;
}
</style>
background-color css
<style>
a { background-color: #086D4D; }
a { background-color: rgb(8,109,77); }
div.DivClassName
{
background-color: #086D4D;
}
.BgClassName
{
background-color: #086D4D;
}
</style>
border-color css
<style>
span { border-color: #086D4D; }
span { border-color: rgb(8,109,77); }
td.TdClassName
{
border-color: #086D4D;
}
.TagClassName
{
border-color: #086D4D;
}
</style>