Shades of Watercourse #08664D
Tints of Watercourse #08664D
RGB
CMYK
RGB Variations
Color information
#08664D (or 0x08664D) is known color: Watercourse. HEX triplet: 08, 66 and 4D. RGB value is (8,102,77). Sum of RGB (Red+Green+Blue) = 8+102+77=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 102 (40.23% from 255 or 54.55% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 102 - color contains mainly: green. Hex color #08664D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08664D is #F799B2. Grayscale: #474747. Windows color (decimal): -16226739 or 5072392. OLE color: 5072392.
HSL color Cylindrical-coordinate representation of color #08664D: hue angle of 164.04º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08664D is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 77 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.6 |
| HSL | 164.04º | 0.85% | 0.22% | - |
| HSV(B) | 164.04º | 0.92% | 0.4% | - |
| XYZ | 6.19 | 10.09 | 8.64 | - |
| YUV | 71.04 | 131.36 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 77 | 0.92 | 0 | 0.25 | 0.6 | 164.04 | 0.85 | 0.22 |
| Hex | 8 | 66 | 4D | 5C | 0 | 19 | 3C | A4 | 55 | 16 |
| Octal | 10 | 146 | 115 | 134 | 0 | 31 | 74 | 244 | 125 | 26 |
| Binary | 1000 | 1100110 | 1001101 | 1011100 | 0 | 11001 | 111100 | 10100100 | 1010101 | 10110 |
Color Harmonies of #08664D
Complementary color
Monochromatic Colors of #08664D
Black with #08664D
Text Example
Text Example
White with #08664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08664D; }
p { color: rgb(8,102,77); }
H1.HeaderClassName
{
color: #08664D;
}
.AnyTagClassName
{
color: #08664D;
}
</style>
background-color css
<style>
a { background-color: #08664D; }
a { background-color: rgb(8,102,77); }
div.DivClassName
{
background-color: #08664D;
}
.BgClassName
{
background-color: #08664D;
}
</style>
border-color css
<style>
span { border-color: #08664D; }
span { border-color: rgb(8,102,77); }
td.TdClassName
{
border-color: #08664D;
}
.TagClassName
{
border-color: #08664D;
}
</style>