Shades of Watercourse #08654D
Tints of Watercourse #08654D
RGB
CMYK
RGB Variations
Color information
#08654D (or 0x08654D) is known color: Watercourse. HEX triplet: 08, 65 and 4D. RGB value is (8,101,77). Sum of RGB (Red+Green+Blue) = 8+101+77=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 101 (39.84% from 255 or 54.30% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 101 - color contains mainly: green. Hex color #08654D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08654D is #F79AB2. Grayscale: #464646. Windows color (decimal): -16226995 or 5072136. OLE color: 5072136.
HSL color Cylindrical-coordinate representation of color #08654D: hue angle of 164.52º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08654D is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 101 | 77 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.60 |
| HSL | 164.52º | 0.85% | 0.21% | - |
| HSV(B) | 164.52º | 0.92% | 0.4% | - |
| XYZ | 6.09 | 9.89 | 8.61 | - |
| YUV | 70.46 | 131.69 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 77 | 0.92 | 0 | 0.24 | 0.60 | 164.52 | 0.85 | 0.21 |
| Hex | 8 | 65 | 4D | 5C | 0 | 18 | 3C | A5 | 55 | 15 |
| Octal | 10 | 145 | 115 | 134 | 0 | 30 | 74 | 245 | 125 | 25 |
| Binary | 1000 | 1100101 | 1001101 | 1011100 | 0 | 11000 | 111100 | 10100101 | 1010101 | 10101 |
Color Harmonies of #08654D
Complementary color
Monochromatic Colors of #08654D
Black with #08654D
Text Example
Text Example
White with #08654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08654D; }
p { color: rgb(8,101,77); }
H1.HeaderClassName
{
color: #08654D;
}
.AnyTagClassName
{
color: #08654D;
}
</style>
background-color css
<style>
a { background-color: #08654D; }
a { background-color: rgb(8,101,77); }
div.DivClassName
{
background-color: #08654D;
}
.BgClassName
{
background-color: #08654D;
}
</style>
border-color css
<style>
span { border-color: #08654D; }
span { border-color: rgb(8,101,77); }
td.TdClassName
{
border-color: #08654D;
}
.TagClassName
{
border-color: #08654D;
}
</style>