Shades of Watercourse #086A54
Tints of Watercourse #086A54
RGB
CMYK
RGB Variations
Color information
#086A54 (or 0x086A54) is known color: Watercourse. HEX triplet: 08, 6A and 54. RGB value is (8,106,84). Sum of RGB (Red+Green+Blue) = 8+106+84=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 106 (41.80% from 255 or 53.54% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 106 - color contains mainly: green. Hex color #086A54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086A54 is #F795AB. Grayscale: #4A4A4A. Windows color (decimal): -16225708 or 5532168. OLE color: 5532168.
HSL color Cylindrical-coordinate representation of color #086A54: hue angle of 166.53º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086A54 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 106 | 84 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.58 |
| HSL | 166.53º | 0.86% | 0.22% | - |
| HSV(B) | 166.53º | 0.92% | 0.42% | - |
| XYZ | 6.85 | 11 | 10.15 | - |
| YUV | 74.19 | 133.53 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 84 | 0.92 | 0 | 0.21 | 0.58 | 166.53 | 0.86 | 0.22 |
| Hex | 8 | 6A | 54 | 5C | 0 | 15 | 3A | A7 | 56 | 16 |
| Octal | 10 | 152 | 124 | 134 | 0 | 25 | 72 | 247 | 126 | 26 |
| Binary | 1000 | 1101010 | 1010100 | 1011100 | 0 | 10101 | 111010 | 10100111 | 1010110 | 10110 |
Color Harmonies of #086A54
Complementary color
Monochromatic Colors of #086A54
Black with #086A54
Text Example
Text Example
White with #086A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086A54; }
p { color: rgb(8,106,84); }
H1.HeaderClassName
{
color: #086A54;
}
.AnyTagClassName
{
color: #086A54;
}
</style>
background-color css
<style>
a { background-color: #086A54; }
a { background-color: rgb(8,106,84); }
div.DivClassName
{
background-color: #086A54;
}
.BgClassName
{
background-color: #086A54;
}
</style>
border-color css
<style>
span { border-color: #086A54; }
span { border-color: rgb(8,106,84); }
td.TdClassName
{
border-color: #086A54;
}
.TagClassName
{
border-color: #086A54;
}
</style>