Shades of Watercourse #08744D
Tints of Watercourse #08744D
RGB
CMYK
RGB Variations
Color information
#08744D (or 0x08744D) is known color: Watercourse. HEX triplet: 08, 74 and 4D. RGB value is (8,116,77). Sum of RGB (Red+Green+Blue) = 8+116+77=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #08744D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08744D is #F78BB2. Grayscale: #4F4F4F. Windows color (decimal): -16223155 or 5075976. OLE color: 5075976.
HSL color Cylindrical-coordinate representation of color #08744D: hue angle of 158.33º 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 #08744D is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 116 | 77 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.55 |
| HSL | 158.33º | 0.87% | 0.24% | - |
| HSV(B) | 158.33º | 0.93% | 0.45% | - |
| XYZ | 7.69 | 13.08 | 9.14 | - |
| YUV | 79.26 | 126.72 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 116 | 77 | 0.93 | 0 | 0.34 | 0.55 | 158.33 | 0.87 | 0.24 |
| Hex | 8 | 74 | 4D | 5D | 0 | 22 | 37 | 9E | 57 | 18 |
| Octal | 10 | 164 | 115 | 135 | 0 | 42 | 67 | 236 | 127 | 30 |
| Binary | 1000 | 1110100 | 1001101 | 1011101 | 0 | 100010 | 110111 | 10011110 | 1010111 | 11000 |
Color Harmonies of #08744D
Complementary color
Monochromatic Colors of #08744D
Black with #08744D
Text Example
Text Example
White with #08744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08744D; }
p { color: rgb(8,116,77); }
H1.HeaderClassName
{
color: #08744D;
}
.AnyTagClassName
{
color: #08744D;
}
</style>
background-color css
<style>
a { background-color: #08744D; }
a { background-color: rgb(8,116,77); }
div.DivClassName
{
background-color: #08744D;
}
.BgClassName
{
background-color: #08744D;
}
</style>
border-color css
<style>
span { border-color: #08744D; }
span { border-color: rgb(8,116,77); }
td.TdClassName
{
border-color: #08744D;
}
.TagClassName
{
border-color: #08744D;
}
</style>