Shades of Watercourse #08604D
Tints of Watercourse #08604D
RGB
CMYK
RGB Variations
Color information
#08604D (or 0x08604D) is known color: Watercourse. HEX triplet: 08, 60 and 4D. RGB value is (8,96,77). Sum of RGB (Red+Green+Blue) = 8+96+77=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #08604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08604D is #F79FB2. Grayscale: #434343. Windows color (decimal): -16228275 or 5070856. OLE color: 5070856.
HSL color Cylindrical-coordinate representation of color #08604D: hue angle of 167.05º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08604D is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 96 | 77 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.62 |
| HSL | 167.05º | 0.85% | 0.2% | - |
| HSV(B) | 167.05º | 0.92% | 0.38% | - |
| XYZ | 5.62 | 8.95 | 8.45 | - |
| YUV | 67.52 | 133.35 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 77 | 0.92 | 0 | 0.20 | 0.62 | 167.05 | 0.85 | 0.2 |
| Hex | 8 | 60 | 4D | 5C | 0 | 14 | 3E | A7 | 55 | 14 |
| Octal | 10 | 140 | 115 | 134 | 0 | 24 | 76 | 247 | 125 | 24 |
| Binary | 1000 | 1100000 | 1001101 | 1011100 | 0 | 10100 | 111110 | 10100111 | 1010101 | 10100 |
Color Harmonies of #08604D
Complementary color
Monochromatic Colors of #08604D
Black with #08604D
Text Example
Text Example
White with #08604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08604D; }
p { color: rgb(8,96,77); }
H1.HeaderClassName
{
color: #08604D;
}
.AnyTagClassName
{
color: #08604D;
}
</style>
background-color css
<style>
a { background-color: #08604D; }
a { background-color: rgb(8,96,77); }
div.DivClassName
{
background-color: #08604D;
}
.BgClassName
{
background-color: #08604D;
}
</style>
border-color css
<style>
span { border-color: #08604D; }
span { border-color: rgb(8,96,77); }
td.TdClassName
{
border-color: #08604D;
}
.TagClassName
{
border-color: #08604D;
}
</style>