Shades of Watercourse #08704D
Tints of Watercourse #08704D
RGB
CMYK
RGB Variations
Color information
#08704D (or 0x08704D) is known color: Watercourse. HEX triplet: 08, 70 and 4D. RGB value is (8,112,77). Sum of RGB (Red+Green+Blue) = 8+112+77=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #08704D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08704D is #F78FB2. Grayscale: #4C4C4C. Windows color (decimal): -16224179 or 5074952. OLE color: 5074952.
HSL color Cylindrical-coordinate representation of color #08704D: hue angle of 159.81º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08704D is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 112 | 77 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.56 |
| HSL | 159.81º | 0.87% | 0.24% | - |
| HSV(B) | 159.81º | 0.93% | 0.44% | - |
| XYZ | 7.23 | 12.18 | 8.99 | - |
| YUV | 76.91 | 128.04 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 77 | 0.93 | 0 | 0.31 | 0.56 | 159.81 | 0.87 | 0.24 |
| Hex | 8 | 70 | 4D | 5D | 0 | 1F | 38 | A0 | 57 | 18 |
| Octal | 10 | 160 | 115 | 135 | 0 | 37 | 70 | 240 | 127 | 30 |
| Binary | 1000 | 1110000 | 1001101 | 1011101 | 0 | 11111 | 111000 | 10100000 | 1010111 | 11000 |
Color Harmonies of #08704D
Complementary color
Monochromatic Colors of #08704D
Black with #08704D
Text Example
Text Example
White with #08704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08704D; }
p { color: rgb(8,112,77); }
H1.HeaderClassName
{
color: #08704D;
}
.AnyTagClassName
{
color: #08704D;
}
</style>
background-color css
<style>
a { background-color: #08704D; }
a { background-color: rgb(8,112,77); }
div.DivClassName
{
background-color: #08704D;
}
.BgClassName
{
background-color: #08704D;
}
</style>
border-color css
<style>
span { border-color: #08704D; }
span { border-color: rgb(8,112,77); }
td.TdClassName
{
border-color: #08704D;
}
.TagClassName
{
border-color: #08704D;
}
</style>