Shades of Watercourse #087353
Tints of Watercourse #087353
RGB
CMYK
RGB Variations
Color information
#087353 (or 0x087353) is known color: Watercourse. HEX triplet: 08, 73 and 53. RGB value is (8,115,83). Sum of RGB (Red+Green+Blue) = 8+115+83=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #087353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087353 is #F78CAC. Grayscale: #4F4F4F. Windows color (decimal): -16223405 or 5468936. OLE color: 5468936.
HSL color Cylindrical-coordinate representation of color #087353: hue angle of 162.06º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087353 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 115 | 83 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.55 |
| HSL | 162.06º | 0.87% | 0.24% | - |
| HSV(B) | 162.06º | 0.93% | 0.45% | - |
| XYZ | 7.79 | 12.94 | 10.27 | - |
| YUV | 79.36 | 130.05 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 115 | 83 | 0.93 | 0 | 0.28 | 0.55 | 162.06 | 0.87 | 0.24 |
| Hex | 8 | 73 | 53 | 5D | 0 | 1C | 37 | A2 | 57 | 18 |
| Octal | 10 | 163 | 123 | 135 | 0 | 34 | 67 | 242 | 127 | 30 |
| Binary | 1000 | 1110011 | 1010011 | 1011101 | 0 | 11100 | 110111 | 10100010 | 1010111 | 11000 |
Color Harmonies of #087353
Complementary color
Monochromatic Colors of #087353
Black with #087353
Text Example
Text Example
White with #087353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087353; }
p { color: rgb(8,115,83); }
H1.HeaderClassName
{
color: #087353;
}
.AnyTagClassName
{
color: #087353;
}
</style>
background-color css
<style>
a { background-color: #087353; }
a { background-color: rgb(8,115,83); }
div.DivClassName
{
background-color: #087353;
}
.BgClassName
{
background-color: #087353;
}
</style>
border-color css
<style>
span { border-color: #087353; }
span { border-color: rgb(8,115,83); }
td.TdClassName
{
border-color: #087353;
}
.TagClassName
{
border-color: #087353;
}
</style>