Shades of Watercourse #086B52
Tints of Watercourse #086B52
RGB
CMYK
RGB Variations
Color information
#086B52 (or 0x086B52) is known color: Watercourse. HEX triplet: 08, 6B and 52. RGB value is (8,107,82). Sum of RGB (Red+Green+Blue) = 8+107+82=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #086B52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B52 is #F794AD. Grayscale: #4A4A4A. Windows color (decimal): -16225454 or 5401352. OLE color: 5401352.
HSL color Cylindrical-coordinate representation of color #086B52: hue angle of 164.85º 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 #086B52 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 107 | 82 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.58 |
| HSL | 164.85º | 0.86% | 0.23% | - |
| HSV(B) | 164.85º | 0.93% | 0.42% | - |
| XYZ | 6.88 | 11.18 | 9.78 | - |
| YUV | 74.55 | 132.2 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 107 | 82 | 0.93 | 0 | 0.23 | 0.58 | 164.85 | 0.86 | 0.23 |
| Hex | 8 | 6B | 52 | 5D | 0 | 17 | 3A | A5 | 56 | 17 |
| Octal | 10 | 153 | 122 | 135 | 0 | 27 | 72 | 245 | 126 | 27 |
| Binary | 1000 | 1101011 | 1010010 | 1011101 | 0 | 10111 | 111010 | 10100101 | 1010110 | 10111 |
Color Harmonies of #086B52
Complementary color
Monochromatic Colors of #086B52
Black with #086B52
Text Example
Text Example
White with #086B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086B52; }
p { color: rgb(8,107,82); }
H1.HeaderClassName
{
color: #086B52;
}
.AnyTagClassName
{
color: #086B52;
}
</style>
background-color css
<style>
a { background-color: #086B52; }
a { background-color: rgb(8,107,82); }
div.DivClassName
{
background-color: #086B52;
}
.BgClassName
{
background-color: #086B52;
}
</style>
border-color css
<style>
span { border-color: #086B52; }
span { border-color: rgb(8,107,82); }
td.TdClassName
{
border-color: #086B52;
}
.TagClassName
{
border-color: #086B52;
}
</style>