Shades of Watercourse #086852
Tints of Watercourse #086852
RGB
CMYK
RGB Variations
Color information
#086852 (or 0x086852) is known color: Watercourse. HEX triplet: 08, 68 and 52. RGB value is (8,104,82). Sum of RGB (Red+Green+Blue) = 8+104+82=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #086852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086852 is #F797AD. Grayscale: #484848. Windows color (decimal): -16226222 or 5400584. OLE color: 5400584.
HSL color Cylindrical-coordinate representation of color #086852: hue angle of 166.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086852 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 104 | 82 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.59 |
| HSL | 166.25º | 0.86% | 0.22% | - |
| HSV(B) | 166.25º | 0.92% | 0.41% | - |
| XYZ | 6.57 | 10.56 | 9.67 | - |
| YUV | 72.79 | 133.2 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 82 | 0.92 | 0 | 0.21 | 0.59 | 166.25 | 0.86 | 0.22 |
| Hex | 8 | 68 | 52 | 5C | 0 | 15 | 3B | A6 | 56 | 16 |
| Octal | 10 | 150 | 122 | 134 | 0 | 25 | 73 | 246 | 126 | 26 |
| Binary | 1000 | 1101000 | 1010010 | 1011100 | 0 | 10101 | 111011 | 10100110 | 1010110 | 10110 |
Color Harmonies of #086852
Complementary color
Monochromatic Colors of #086852
Black with #086852
Text Example
Text Example
White with #086852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086852; }
p { color: rgb(8,104,82); }
H1.HeaderClassName
{
color: #086852;
}
.AnyTagClassName
{
color: #086852;
}
</style>
background-color css
<style>
a { background-color: #086852; }
a { background-color: rgb(8,104,82); }
div.DivClassName
{
background-color: #086852;
}
.BgClassName
{
background-color: #086852;
}
</style>
border-color css
<style>
span { border-color: #086852; }
span { border-color: rgb(8,104,82); }
td.TdClassName
{
border-color: #086852;
}
.TagClassName
{
border-color: #086852;
}
</style>