Shades of Watercourse #085B4A
Tints of Watercourse #085B4A
RGB
CMYK
RGB Variations
Color information
#085B4A (or 0x085B4A) is known color: Watercourse. HEX triplet: 08, 5B and 4A. RGB value is (8,91,74). Sum of RGB (Red+Green+Blue) = 8+91+74=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 91 (35.94% from 255 or 52.60% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 91 - color contains mainly: green. Hex color #085B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B4A is #F7A4B5. Grayscale: #404040. Windows color (decimal): -16229558 or 4872968. OLE color: 4872968.
HSL color Cylindrical-coordinate representation of color #085B4A: hue angle of 167.71º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085B4A is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 91 | 74 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.64 |
| HSL | 167.71º | 0.84% | 0.19% | - |
| HSV(B) | 167.71º | 0.91% | 0.36% | - |
| XYZ | 5.08 | 8.03 | 7.76 | - |
| YUV | 64.25 | 133.5 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 74 | 0.91 | 0 | 0.19 | 0.64 | 167.71 | 0.84 | 0.19 |
| Hex | 8 | 5B | 4A | 5B | 0 | 13 | 40 | A8 | 54 | 13 |
| Octal | 10 | 133 | 112 | 133 | 0 | 23 | 100 | 250 | 124 | 23 |
| Binary | 1000 | 1011011 | 1001010 | 1011011 | 0 | 10011 | 1000000 | 10101000 | 1010100 | 10011 |
Color Harmonies of #085B4A
Complementary color
Monochromatic Colors of #085B4A
Black with #085B4A
Text Example
Text Example
White with #085B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B4A; }
p { color: rgb(8,91,74); }
H1.HeaderClassName
{
color: #085B4A;
}
.AnyTagClassName
{
color: #085B4A;
}
</style>
background-color css
<style>
a { background-color: #085B4A; }
a { background-color: rgb(8,91,74); }
div.DivClassName
{
background-color: #085B4A;
}
.BgClassName
{
background-color: #085B4A;
}
</style>
border-color css
<style>
span { border-color: #085B4A; }
span { border-color: rgb(8,91,74); }
td.TdClassName
{
border-color: #085B4A;
}
.TagClassName
{
border-color: #085B4A;
}
</style>