Shades of Watercourse #086D52
Tints of Watercourse #086D52
RGB
CMYK
RGB Variations
Color information
#086D52 (or 0x086D52) is known color: Watercourse. HEX triplet: 08, 6D and 52. RGB value is (8,109,82). Sum of RGB (Red+Green+Blue) = 8+109+82=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 109 (42.97% from 255 or 54.77% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 109 - color contains mainly: green. Hex color #086D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086D52 is #F792AD. Grayscale: #4B4B4B. Windows color (decimal): -16224942 or 5401864. OLE color: 5401864.
HSL color Cylindrical-coordinate representation of color #086D52: hue angle of 163.96º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086D52 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 109 | 82 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.57 |
| HSL | 163.96º | 0.86% | 0.23% | - |
| HSV(B) | 163.96º | 0.93% | 0.43% | - |
| XYZ | 7.09 | 11.6 | 9.85 | - |
| YUV | 75.72 | 131.54 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 82 | 0.93 | 0 | 0.25 | 0.57 | 163.96 | 0.86 | 0.23 |
| Hex | 8 | 6D | 52 | 5D | 0 | 19 | 39 | A4 | 56 | 17 |
| Octal | 10 | 155 | 122 | 135 | 0 | 31 | 71 | 244 | 126 | 27 |
| Binary | 1000 | 1101101 | 1010010 | 1011101 | 0 | 11001 | 111001 | 10100100 | 1010110 | 10111 |
Color Harmonies of #086D52
Complementary color
Monochromatic Colors of #086D52
Black with #086D52
Text Example
Text Example
White with #086D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086D52; }
p { color: rgb(8,109,82); }
H1.HeaderClassName
{
color: #086D52;
}
.AnyTagClassName
{
color: #086D52;
}
</style>
background-color css
<style>
a { background-color: #086D52; }
a { background-color: rgb(8,109,82); }
div.DivClassName
{
background-color: #086D52;
}
.BgClassName
{
background-color: #086D52;
}
</style>
border-color css
<style>
span { border-color: #086D52; }
span { border-color: rgb(8,109,82); }
td.TdClassName
{
border-color: #086D52;
}
.TagClassName
{
border-color: #086D52;
}
</style>