Shades of Watercourse #086F53
Tints of Watercourse #086F53
RGB
CMYK
RGB Variations
Color information
#086F53 (or 0x086F53) is known color: Watercourse. HEX triplet: 08, 6F and 53. RGB value is (8,111,83). Sum of RGB (Red+Green+Blue) = 8+111+83=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 111 (43.75% from 255 or 54.95% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 111 - color contains mainly: green. Hex color #086F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086F53 is #F790AC. Grayscale: #4D4D4D. Windows color (decimal): -16224429 or 5467912. OLE color: 5467912.
HSL color Cylindrical-coordinate representation of color #086F53: hue angle of 163.69º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086F53 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 111 | 83 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.56 |
| HSL | 163.69º | 0.87% | 0.23% | - |
| HSV(B) | 163.69º | 0.93% | 0.44% | - |
| XYZ | 7.35 | 12.05 | 10.12 | - |
| YUV | 77.01 | 131.38 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 83 | 0.93 | 0 | 0.25 | 0.56 | 163.69 | 0.87 | 0.23 |
| Hex | 8 | 6F | 53 | 5D | 0 | 19 | 38 | A4 | 57 | 17 |
| Octal | 10 | 157 | 123 | 135 | 0 | 31 | 70 | 244 | 127 | 27 |
| Binary | 1000 | 1101111 | 1010011 | 1011101 | 0 | 11001 | 111000 | 10100100 | 1010111 | 10111 |
Color Harmonies of #086F53
Complementary color
Monochromatic Colors of #086F53
Black with #086F53
Text Example
Text Example
White with #086F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086F53; }
p { color: rgb(8,111,83); }
H1.HeaderClassName
{
color: #086F53;
}
.AnyTagClassName
{
color: #086F53;
}
</style>
background-color css
<style>
a { background-color: #086F53; }
a { background-color: rgb(8,111,83); }
div.DivClassName
{
background-color: #086F53;
}
.BgClassName
{
background-color: #086F53;
}
</style>
border-color css
<style>
span { border-color: #086F53; }
span { border-color: rgb(8,111,83); }
td.TdClassName
{
border-color: #086F53;
}
.TagClassName
{
border-color: #086F53;
}
</style>