Shades of Watercourse #086652
Tints of Watercourse #086652
RGB
CMYK
RGB Variations
Color information
#086652 (or 0x086652) is known color: Watercourse. HEX triplet: 08, 66 and 52. RGB value is (8,102,82). Sum of RGB (Red+Green+Blue) = 8+102+82=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #086652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086652 is #F799AD. Grayscale: #474747. Windows color (decimal): -16226734 or 5400072. OLE color: 5400072.
HSL color Cylindrical-coordinate representation of color #086652: hue angle of 167.23º 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 #086652 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 82 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.6 |
| HSL | 167.23º | 0.85% | 0.22% | - |
| HSV(B) | 167.23º | 0.92% | 0.4% | - |
| XYZ | 6.37 | 10.16 | 9.61 | - |
| YUV | 71.61 | 133.86 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 82 | 0.92 | 0 | 0.20 | 0.6 | 167.23 | 0.85 | 0.22 |
| Hex | 8 | 66 | 52 | 5C | 0 | 14 | 3C | A7 | 55 | 16 |
| Octal | 10 | 146 | 122 | 134 | 0 | 24 | 74 | 247 | 125 | 26 |
| Binary | 1000 | 1100110 | 1010010 | 1011100 | 0 | 10100 | 111100 | 10100111 | 1010101 | 10110 |
Color Harmonies of #086652
Complementary color
Monochromatic Colors of #086652
Black with #086652
Text Example
Text Example
White with #086652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086652; }
p { color: rgb(8,102,82); }
H1.HeaderClassName
{
color: #086652;
}
.AnyTagClassName
{
color: #086652;
}
</style>
background-color css
<style>
a { background-color: #086652; }
a { background-color: rgb(8,102,82); }
div.DivClassName
{
background-color: #086652;
}
.BgClassName
{
background-color: #086652;
}
</style>
border-color css
<style>
span { border-color: #086652; }
span { border-color: rgb(8,102,82); }
td.TdClassName
{
border-color: #086652;
}
.TagClassName
{
border-color: #086652;
}
</style>