Shades of Watercourse #086955
Tints of Watercourse #086955
RGB
CMYK
RGB Variations
Color information
#086955 (or 0x086955) is known color: Watercourse. HEX triplet: 08, 69 and 55. RGB value is (8,105,85). Sum of RGB (Red+Green+Blue) = 8+105+85=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #086955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086955 is #F796AA. Grayscale: #494949. Windows color (decimal): -16225963 or 5597448. OLE color: 5597448.
HSL color Cylindrical-coordinate representation of color #086955: hue angle of 167.63º 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 #086955 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 105 | 85 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.59 |
| HSL | 167.63º | 0.86% | 0.22% | - |
| HSV(B) | 167.63º | 0.92% | 0.41% | - |
| XYZ | 6.79 | 10.81 | 10.32 | - |
| YUV | 73.72 | 134.36 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 85 | 0.92 | 0 | 0.19 | 0.59 | 167.63 | 0.86 | 0.22 |
| Hex | 8 | 69 | 55 | 5C | 0 | 13 | 3B | A8 | 56 | 16 |
| Octal | 10 | 151 | 125 | 134 | 0 | 23 | 73 | 250 | 126 | 26 |
| Binary | 1000 | 1101001 | 1010101 | 1011100 | 0 | 10011 | 111011 | 10101000 | 1010110 | 10110 |
Color Harmonies of #086955
Complementary color
Monochromatic Colors of #086955
Black with #086955
Text Example
Text Example
White with #086955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086955; }
p { color: rgb(8,105,85); }
H1.HeaderClassName
{
color: #086955;
}
.AnyTagClassName
{
color: #086955;
}
</style>
background-color css
<style>
a { background-color: #086955; }
a { background-color: rgb(8,105,85); }
div.DivClassName
{
background-color: #086955;
}
.BgClassName
{
background-color: #086955;
}
</style>
border-color css
<style>
span { border-color: #086955; }
span { border-color: rgb(8,105,85); }
td.TdClassName
{
border-color: #086955;
}
.TagClassName
{
border-color: #086955;
}
</style>