Shades of Watercourse #08714C
Tints of Watercourse #08714C
RGB
CMYK
RGB Variations
Color information
#08714C (or 0x08714C) is known color: Watercourse. HEX triplet: 08, 71 and 4C. RGB value is (8,113,76). Sum of RGB (Red+Green+Blue) = 8+113+76=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #08714C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08714C is #F78EB3. Grayscale: #4D4D4D. Windows color (decimal): -16223924 or 5009672. OLE color: 5009672.
HSL color Cylindrical-coordinate representation of color #08714C: hue angle of 158.86º 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 #08714C is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 113 | 76 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.56 |
| HSL | 158.86º | 0.87% | 0.24% | - |
| HSV(B) | 158.86º | 0.93% | 0.44% | - |
| XYZ | 7.31 | 12.38 | 8.84 | - |
| YUV | 77.39 | 127.21 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 113 | 76 | 0.93 | 0 | 0.33 | 0.56 | 158.86 | 0.87 | 0.24 |
| Hex | 8 | 71 | 4C | 5D | 0 | 21 | 38 | 9F | 57 | 18 |
| Octal | 10 | 161 | 114 | 135 | 0 | 41 | 70 | 237 | 127 | 30 |
| Binary | 1000 | 1110001 | 1001100 | 1011101 | 0 | 100001 | 111000 | 10011111 | 1010111 | 11000 |
Color Harmonies of #08714C
Complementary color
Monochromatic Colors of #08714C
Black with #08714C
Text Example
Text Example
White with #08714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08714C; }
p { color: rgb(8,113,76); }
H1.HeaderClassName
{
color: #08714C;
}
.AnyTagClassName
{
color: #08714C;
}
</style>
background-color css
<style>
a { background-color: #08714C; }
a { background-color: rgb(8,113,76); }
div.DivClassName
{
background-color: #08714C;
}
.BgClassName
{
background-color: #08714C;
}
</style>
border-color css
<style>
span { border-color: #08714C; }
span { border-color: rgb(8,113,76); }
td.TdClassName
{
border-color: #08714C;
}
.TagClassName
{
border-color: #08714C;
}
</style>