Shades of Watercourse #086247
Tints of Watercourse #086247
RGB
CMYK
RGB Variations
Color information
#086247 (or 0x086247) is known color: Watercourse. HEX triplet: 08, 62 and 47. RGB value is (8,98,71). Sum of RGB (Red+Green+Blue) = 8+98+71=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #086247 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086247 is #F79DB8. Grayscale: #444444. Windows color (decimal): -16227769 or 4678152. OLE color: 4678152.
HSL color Cylindrical-coordinate representation of color #086247: hue angle of 162º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086247 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 98 | 71 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.62 |
| HSL | 162º | 0.85% | 0.21% | - |
| HSV(B) | 162º | 0.92% | 0.38% | - |
| XYZ | 5.61 | 9.24 | 7.45 | - |
| YUV | 68.01 | 129.68 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 71 | 0.92 | 0 | 0.28 | 0.62 | 162 | 0.85 | 0.21 |
| Hex | 8 | 62 | 47 | 5C | 0 | 1C | 3E | A2 | 55 | 15 |
| Octal | 10 | 142 | 107 | 134 | 0 | 34 | 76 | 242 | 125 | 25 |
| Binary | 1000 | 1100010 | 1000111 | 1011100 | 0 | 11100 | 111110 | 10100010 | 1010101 | 10101 |
Color Harmonies of #086247
Complementary color
Monochromatic Colors of #086247
Black with #086247
Text Example
Text Example
White with #086247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086247; }
p { color: rgb(8,98,71); }
H1.HeaderClassName
{
color: #086247;
}
.AnyTagClassName
{
color: #086247;
}
</style>
background-color css
<style>
a { background-color: #086247; }
a { background-color: rgb(8,98,71); }
div.DivClassName
{
background-color: #086247;
}
.BgClassName
{
background-color: #086247;
}
</style>
border-color css
<style>
span { border-color: #086247; }
span { border-color: rgb(8,98,71); }
td.TdClassName
{
border-color: #086247;
}
.TagClassName
{
border-color: #086247;
}
</style>