Shades of Watercourse #085F46
Tints of Watercourse #085F46
RGB
CMYK
RGB Variations
Color information
#085F46 (or 0x085F46) is known color: Watercourse. HEX triplet: 08, 5F and 46. RGB value is (8,95,70). Sum of RGB (Red+Green+Blue) = 8+95+70=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 95 (37.5% from 255 or 54.91% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 95 - color contains mainly: green. Hex color #085F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085F46 is #F7A0B9. Grayscale: #424242. Windows color (decimal): -16228538 or 4611848. OLE color: 4611848.
HSL color Cylindrical-coordinate representation of color #085F46: hue angle of 162.76º 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 #085F46 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 95 | 70 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.63 |
| HSL | 162.76º | 0.84% | 0.2% | - |
| HSV(B) | 162.76º | 0.92% | 0.37% | - |
| XYZ | 5.3 | 8.68 | 7.19 | - |
| YUV | 66.14 | 130.18 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 70 | 0.92 | 0 | 0.26 | 0.63 | 162.76 | 0.84 | 0.2 |
| Hex | 8 | 5F | 46 | 5C | 0 | 1A | 3F | A3 | 54 | 14 |
| Octal | 10 | 137 | 106 | 134 | 0 | 32 | 77 | 243 | 124 | 24 |
| Binary | 1000 | 1011111 | 1000110 | 1011100 | 0 | 11010 | 111111 | 10100011 | 1010100 | 10100 |
Color Harmonies of #085F46
Complementary color
Monochromatic Colors of #085F46
Black with #085F46
Text Example
Text Example
White with #085F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F46; }
p { color: rgb(8,95,70); }
H1.HeaderClassName
{
color: #085F46;
}
.AnyTagClassName
{
color: #085F46;
}
</style>
background-color css
<style>
a { background-color: #085F46; }
a { background-color: rgb(8,95,70); }
div.DivClassName
{
background-color: #085F46;
}
.BgClassName
{
background-color: #085F46;
}
</style>
border-color css
<style>
span { border-color: #085F46; }
span { border-color: rgb(8,95,70); }
td.TdClassName
{
border-color: #085F46;
}
.TagClassName
{
border-color: #085F46;
}
</style>