Shades of Watercourse #085F4D
Tints of Watercourse #085F4D
RGB
CMYK
RGB Variations
Color information
#085F4D (or 0x085F4D) is known color: Watercourse. HEX triplet: 08, 5F and 4D. RGB value is (8,95,77). Sum of RGB (Red+Green+Blue) = 8+95+77=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 95 (37.5% from 255 or 52.78% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 95 - color contains mainly: green. Hex color #085F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085F4D is #F7A0B2. Grayscale: #424242. Windows color (decimal): -16228531 or 5070600. OLE color: 5070600.
HSL color Cylindrical-coordinate representation of color #085F4D: hue angle of 167.59º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085F4D is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 95 | 77 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.63 |
| HSL | 167.59º | 0.84% | 0.2% | - |
| HSV(B) | 167.59º | 0.92% | 0.37% | - |
| XYZ | 5.53 | 8.77 | 8.42 | - |
| YUV | 66.94 | 133.68 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 77 | 0.92 | 0 | 0.19 | 0.63 | 167.59 | 0.84 | 0.2 |
| Hex | 8 | 5F | 4D | 5C | 0 | 13 | 3F | A8 | 54 | 14 |
| Octal | 10 | 137 | 115 | 134 | 0 | 23 | 77 | 250 | 124 | 24 |
| Binary | 1000 | 1011111 | 1001101 | 1011100 | 0 | 10011 | 111111 | 10101000 | 1010100 | 10100 |
Color Harmonies of #085F4D
Complementary color
Monochromatic Colors of #085F4D
Black with #085F4D
Text Example
Text Example
White with #085F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F4D; }
p { color: rgb(8,95,77); }
H1.HeaderClassName
{
color: #085F4D;
}
.AnyTagClassName
{
color: #085F4D;
}
</style>
background-color css
<style>
a { background-color: #085F4D; }
a { background-color: rgb(8,95,77); }
div.DivClassName
{
background-color: #085F4D;
}
.BgClassName
{
background-color: #085F4D;
}
</style>
border-color css
<style>
span { border-color: #085F4D; }
span { border-color: rgb(8,95,77); }
td.TdClassName
{
border-color: #085F4D;
}
.TagClassName
{
border-color: #085F4D;
}
</style>