Shades of Watercourse #087C52
Tints of Watercourse #087C52
RGB
CMYK
RGB Variations
Color information
#087C52 (or 0x087C52) is known color: Watercourse. HEX triplet: 08, 7C and 52. RGB value is (8,124,82). Sum of RGB (Red+Green+Blue) = 8+124+82=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 124 (48.83% from 255 or 57.94% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 124 - color contains mainly: green. Hex color #087C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087C52 is #F783AD. Grayscale: #545454. Windows color (decimal): -16221102 or 5405704. OLE color: 5405704.
HSL color Cylindrical-coordinate representation of color #087C52: hue angle of 158.28º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087C52 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 124 | 82 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.51 |
| HSL | 158.28º | 0.88% | 0.26% | - |
| HSV(B) | 158.28º | 0.94% | 0.49% | - |
| XYZ | 8.83 | 15.08 | 10.43 | - |
| YUV | 84.53 | 126.57 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 82 | 0.94 | 0 | 0.34 | 0.51 | 158.28 | 0.88 | 0.26 |
| Hex | 8 | 7C | 52 | 5E | 0 | 22 | 33 | 9E | 58 | 1A |
| Octal | 10 | 174 | 122 | 136 | 0 | 42 | 63 | 236 | 130 | 32 |
| Binary | 1000 | 1111100 | 1010010 | 1011110 | 0 | 100010 | 110011 | 10011110 | 1011000 | 11010 |
Color Harmonies of #087C52
Complementary color
Monochromatic Colors of #087C52
Black with #087C52
Text Example
Text Example
White with #087C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087C52; }
p { color: rgb(8,124,82); }
H1.HeaderClassName
{
color: #087C52;
}
.AnyTagClassName
{
color: #087C52;
}
</style>
background-color css
<style>
a { background-color: #087C52; }
a { background-color: rgb(8,124,82); }
div.DivClassName
{
background-color: #087C52;
}
.BgClassName
{
background-color: #087C52;
}
</style>
border-color css
<style>
span { border-color: #087C52; }
span { border-color: rgb(8,124,82); }
td.TdClassName
{
border-color: #087C52;
}
.TagClassName
{
border-color: #087C52;
}
</style>