Shades of Watercourse #086348
Tints of Watercourse #086348
RGB
CMYK
RGB Variations
Color information
#086348 (or 0x086348) is known color: Watercourse. HEX triplet: 08, 63 and 48. RGB value is (8,99,72). Sum of RGB (Red+Green+Blue) = 8+99+72=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #086348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086348 is #F79CB7. Grayscale: #444444. Windows color (decimal): -16227512 or 4743944. OLE color: 4743944.
HSL color Cylindrical-coordinate representation of color #086348: hue angle of 162.2º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086348 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 99 | 72 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.61 |
| HSL | 162.2º | 0.85% | 0.21% | - |
| HSV(B) | 162.2º | 0.92% | 0.39% | - |
| XYZ | 5.73 | 9.44 | 7.65 | - |
| YUV | 68.71 | 129.85 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 72 | 0.92 | 0 | 0.27 | 0.61 | 162.2 | 0.85 | 0.21 |
| Hex | 8 | 63 | 48 | 5C | 0 | 1B | 3D | A2 | 55 | 15 |
| Octal | 10 | 143 | 110 | 134 | 0 | 33 | 75 | 242 | 125 | 25 |
| Binary | 1000 | 1100011 | 1001000 | 1011100 | 0 | 11011 | 111101 | 10100010 | 1010101 | 10101 |
Color Harmonies of #086348
Complementary color
Monochromatic Colors of #086348
Black with #086348
Text Example
Text Example
White with #086348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086348; }
p { color: rgb(8,99,72); }
H1.HeaderClassName
{
color: #086348;
}
.AnyTagClassName
{
color: #086348;
}
</style>
background-color css
<style>
a { background-color: #086348; }
a { background-color: rgb(8,99,72); }
div.DivClassName
{
background-color: #086348;
}
.BgClassName
{
background-color: #086348;
}
</style>
border-color css
<style>
span { border-color: #086348; }
span { border-color: rgb(8,99,72); }
td.TdClassName
{
border-color: #086348;
}
.TagClassName
{
border-color: #086348;
}
</style>