Shades of Watercourse #087256
Tints of Watercourse #087256
RGB
CMYK
RGB Variations
Color information
#087256 (or 0x087256) is known color: Watercourse. HEX triplet: 08, 72 and 56. RGB value is (8,114,86). Sum of RGB (Red+Green+Blue) = 8+114+86=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #087256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087256 is #F78DA9. Grayscale: #4F4F4F. Windows color (decimal): -16223658 or 5665288. OLE color: 5665288.
HSL color Cylindrical-coordinate representation of color #087256: hue angle of 164.15º 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 #087256 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 114 | 86 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.55 |
| HSL | 164.15º | 0.87% | 0.24% | - |
| HSV(B) | 164.15º | 0.93% | 0.45% | - |
| XYZ | 7.8 | 12.76 | 10.86 | - |
| YUV | 79.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 114 | 86 | 0.93 | 0 | 0.25 | 0.55 | 164.15 | 0.87 | 0.24 |
| Hex | 8 | 72 | 56 | 5D | 0 | 19 | 37 | A4 | 57 | 18 |
| Octal | 10 | 162 | 126 | 135 | 0 | 31 | 67 | 244 | 127 | 30 |
| Binary | 1000 | 1110010 | 1010110 | 1011101 | 0 | 11001 | 110111 | 10100100 | 1010111 | 11000 |
Color Harmonies of #087256
Complementary color
Monochromatic Colors of #087256
Black with #087256
Text Example
Text Example
White with #087256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087256; }
p { color: rgb(8,114,86); }
H1.HeaderClassName
{
color: #087256;
}
.AnyTagClassName
{
color: #087256;
}
</style>
background-color css
<style>
a { background-color: #087256; }
a { background-color: rgb(8,114,86); }
div.DivClassName
{
background-color: #087256;
}
.BgClassName
{
background-color: #087256;
}
</style>
border-color css
<style>
span { border-color: #087256; }
span { border-color: rgb(8,114,86); }
td.TdClassName
{
border-color: #087256;
}
.TagClassName
{
border-color: #087256;
}
</style>