Shades of Watercourse #086647
Tints of Watercourse #086647
RGB
CMYK
RGB Variations
Color information
#086647 (or 0x086647) is known color: Watercourse. HEX triplet: 08, 66 and 47. RGB value is (8,102,71). Sum of RGB (Red+Green+Blue) = 8+102+71=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #086647 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086647 is #F799B8. Grayscale: #464646. Windows color (decimal): -16226745 or 4679176. OLE color: 4679176.
HSL color Cylindrical-coordinate representation of color #086647: hue angle of 160.21º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086647 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 71 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.6 |
| HSL | 160.21º | 0.85% | 0.22% | - |
| HSV(B) | 160.21º | 0.92% | 0.4% | - |
| XYZ | 5.99 | 10.01 | 7.58 | - |
| YUV | 70.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 71 | 0.92 | 0 | 0.30 | 0.6 | 160.21 | 0.85 | 0.22 |
| Hex | 8 | 66 | 47 | 5C | 0 | 1E | 3C | A0 | 55 | 16 |
| Octal | 10 | 146 | 107 | 134 | 0 | 36 | 74 | 240 | 125 | 26 |
| Binary | 1000 | 1100110 | 1000111 | 1011100 | 0 | 11110 | 111100 | 10100000 | 1010101 | 10110 |
Color Harmonies of #086647
Complementary color
Monochromatic Colors of #086647
Black with #086647
Text Example
Text Example
White with #086647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086647; }
p { color: rgb(8,102,71); }
H1.HeaderClassName
{
color: #086647;
}
.AnyTagClassName
{
color: #086647;
}
</style>
background-color css
<style>
a { background-color: #086647; }
a { background-color: rgb(8,102,71); }
div.DivClassName
{
background-color: #086647;
}
.BgClassName
{
background-color: #086647;
}
</style>
border-color css
<style>
span { border-color: #086647; }
span { border-color: rgb(8,102,71); }
td.TdClassName
{
border-color: #086647;
}
.TagClassName
{
border-color: #086647;
}
</style>