Shades of Watercourse #086E4F
Tints of Watercourse #086E4F
RGB
CMYK
RGB Variations
Color information
#086E4F (or 0x086E4F) is known color: Watercourse. HEX triplet: 08, 6E and 4F. RGB value is (8,110,79). Sum of RGB (Red+Green+Blue) = 8+110+79=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 110 (43.36% from 255 or 55.84% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 110 - color contains mainly: green. Hex color #086E4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086E4F is #F791B0. Grayscale: #4B4B4B. Windows color (decimal): -16224689 or 5205512. OLE color: 5205512.
HSL color Cylindrical-coordinate representation of color #086E4F: hue angle of 161.76º 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 #086E4F is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 110 | 79 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.57 |
| HSL | 161.76º | 0.86% | 0.23% | - |
| HSV(B) | 161.76º | 0.93% | 0.43% | - |
| XYZ | 7.09 | 11.77 | 9.3 | - |
| YUV | 75.97 | 129.71 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 110 | 79 | 0.93 | 0 | 0.28 | 0.57 | 161.76 | 0.86 | 0.23 |
| Hex | 8 | 6E | 4F | 5D | 0 | 1C | 39 | A2 | 56 | 17 |
| Octal | 10 | 156 | 117 | 135 | 0 | 34 | 71 | 242 | 126 | 27 |
| Binary | 1000 | 1101110 | 1001111 | 1011101 | 0 | 11100 | 111001 | 10100010 | 1010110 | 10111 |
Color Harmonies of #086E4F
Complementary color
Monochromatic Colors of #086E4F
Black with #086E4F
Text Example
Text Example
White with #086E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086E4F; }
p { color: rgb(8,110,79); }
H1.HeaderClassName
{
color: #086E4F;
}
.AnyTagClassName
{
color: #086E4F;
}
</style>
background-color css
<style>
a { background-color: #086E4F; }
a { background-color: rgb(8,110,79); }
div.DivClassName
{
background-color: #086E4F;
}
.BgClassName
{
background-color: #086E4F;
}
</style>
border-color css
<style>
span { border-color: #086E4F; }
span { border-color: rgb(8,110,79); }
td.TdClassName
{
border-color: #086E4F;
}
.TagClassName
{
border-color: #086E4F;
}
</style>