Shades of Watercourse #086A4A
Tints of Watercourse #086A4A
RGB
CMYK
RGB Variations
Color information
#086A4A (or 0x086A4A) is known color: Watercourse. HEX triplet: 08, 6A and 4A. RGB value is (8,106,74). Sum of RGB (Red+Green+Blue) = 8+106+74=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 106 (41.80% from 255 or 56.38% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 106 - color contains mainly: green. Hex color #086A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086A4A is #F795B5. Grayscale: #494949. Windows color (decimal): -16225718 or 4876808. OLE color: 4876808.
HSL color Cylindrical-coordinate representation of color #086A4A: hue angle of 160.41º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086A4A is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 106 | 74 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.58 |
| HSL | 160.41º | 0.86% | 0.22% | - |
| HSV(B) | 160.41º | 0.92% | 0.42% | - |
| XYZ | 6.49 | 10.85 | 8.23 | - |
| YUV | 73.05 | 128.53 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 74 | 0.92 | 0 | 0.30 | 0.58 | 160.41 | 0.86 | 0.22 |
| Hex | 8 | 6A | 4A | 5C | 0 | 1E | 3A | A0 | 56 | 16 |
| Octal | 10 | 152 | 112 | 134 | 0 | 36 | 72 | 240 | 126 | 26 |
| Binary | 1000 | 1101010 | 1001010 | 1011100 | 0 | 11110 | 111010 | 10100000 | 1010110 | 10110 |
Color Harmonies of #086A4A
Complementary color
Monochromatic Colors of #086A4A
Black with #086A4A
Text Example
Text Example
White with #086A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086A4A; }
p { color: rgb(8,106,74); }
H1.HeaderClassName
{
color: #086A4A;
}
.AnyTagClassName
{
color: #086A4A;
}
</style>
background-color css
<style>
a { background-color: #086A4A; }
a { background-color: rgb(8,106,74); }
div.DivClassName
{
background-color: #086A4A;
}
.BgClassName
{
background-color: #086A4A;
}
</style>
border-color css
<style>
span { border-color: #086A4A; }
span { border-color: rgb(8,106,74); }
td.TdClassName
{
border-color: #086A4A;
}
.TagClassName
{
border-color: #086A4A;
}
</style>