Shades of Watercourse #085D4A
Tints of Watercourse #085D4A
RGB
CMYK
RGB Variations
Color information
#085D4A (or 0x085D4A) is known color: Watercourse. HEX triplet: 08, 5D and 4A. RGB value is (8,93,74). Sum of RGB (Red+Green+Blue) = 8+93+74=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #085D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D4A is #F7A2B5. Grayscale: #414141. Windows color (decimal): -16229046 or 4873480. OLE color: 4873480.
HSL color Cylindrical-coordinate representation of color #085D4A: hue angle of 166.59º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D4A is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 93 | 74 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.64 |
| HSL | 166.59º | 0.84% | 0.2% | - |
| HSV(B) | 166.59º | 0.91% | 0.36% | - |
| XYZ | 5.25 | 8.37 | 7.82 | - |
| YUV | 65.42 | 132.84 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 74 | 0.91 | 0 | 0.20 | 0.64 | 166.59 | 0.84 | 0.2 |
| Hex | 8 | 5D | 4A | 5B | 0 | 14 | 40 | A7 | 54 | 14 |
| Octal | 10 | 135 | 112 | 133 | 0 | 24 | 100 | 247 | 124 | 24 |
| Binary | 1000 | 1011101 | 1001010 | 1011011 | 0 | 10100 | 1000000 | 10100111 | 1010100 | 10100 |
Color Harmonies of #085D4A
Complementary color
Monochromatic Colors of #085D4A
Black with #085D4A
Text Example
Text Example
White with #085D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D4A; }
p { color: rgb(8,93,74); }
H1.HeaderClassName
{
color: #085D4A;
}
.AnyTagClassName
{
color: #085D4A;
}
</style>
background-color css
<style>
a { background-color: #085D4A; }
a { background-color: rgb(8,93,74); }
div.DivClassName
{
background-color: #085D4A;
}
.BgClassName
{
background-color: #085D4A;
}
</style>
border-color css
<style>
span { border-color: #085D4A; }
span { border-color: rgb(8,93,74); }
td.TdClassName
{
border-color: #085D4A;
}
.TagClassName
{
border-color: #085D4A;
}
</style>