Shades of Watercourse #08644D
Tints of Watercourse #08644D
RGB
CMYK
RGB Variations
Color information
#08644D (or 0x08644D) is known color: Watercourse. HEX triplet: 08, 64 and 4D. RGB value is (8,100,77). Sum of RGB (Red+Green+Blue) = 8+100+77=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 100 (39.45% from 255 or 54.05% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 100 - color contains mainly: green. Hex color #08644D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08644D is #F79BB2. Grayscale: #454545. Windows color (decimal): -16227251 or 5071880. OLE color: 5071880.
HSL color Cylindrical-coordinate representation of color #08644D: hue angle of 165º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08644D is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 100 | 77 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.61 |
| HSL | 165º | 0.85% | 0.21% | - |
| HSV(B) | 165º | 0.92% | 0.39% | - |
| XYZ | 6 | 9.7 | 8.58 | - |
| YUV | 69.87 | 132.02 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 77 | 0.92 | 0 | 0.23 | 0.61 | 165 | 0.85 | 0.21 |
| Hex | 8 | 64 | 4D | 5C | 0 | 17 | 3D | A5 | 55 | 15 |
| Octal | 10 | 144 | 115 | 134 | 0 | 27 | 75 | 245 | 125 | 25 |
| Binary | 1000 | 1100100 | 1001101 | 1011100 | 0 | 10111 | 111101 | 10100101 | 1010101 | 10101 |
Color Harmonies of #08644D
Complementary color
Monochromatic Colors of #08644D
Black with #08644D
Text Example
Text Example
White with #08644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08644D; }
p { color: rgb(8,100,77); }
H1.HeaderClassName
{
color: #08644D;
}
.AnyTagClassName
{
color: #08644D;
}
</style>
background-color css
<style>
a { background-color: #08644D; }
a { background-color: rgb(8,100,77); }
div.DivClassName
{
background-color: #08644D;
}
.BgClassName
{
background-color: #08644D;
}
</style>
border-color css
<style>
span { border-color: #08644D; }
span { border-color: rgb(8,100,77); }
td.TdClassName
{
border-color: #08644D;
}
.TagClassName
{
border-color: #08644D;
}
</style>