Shades of Watercourse #08764E
Tints of Watercourse #08764E
RGB
CMYK
RGB Variations
Color information
#08764E (or 0x08764E) is known color: Watercourse. HEX triplet: 08, 76 and 4E. RGB value is (8,118,78). Sum of RGB (Red+Green+Blue) = 8+118+78=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #08764E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08764E is #F789B1. Grayscale: #505050. Windows color (decimal): -16222642 or 5142024. OLE color: 5142024.
HSL color Cylindrical-coordinate representation of color #08764E: hue angle of 158.18º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08764E is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 118 | 78 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.54 |
| HSL | 158.18º | 0.87% | 0.25% | - |
| HSV(B) | 158.18º | 0.93% | 0.46% | - |
| XYZ | 7.95 | 13.56 | 9.41 | - |
| YUV | 80.55 | 126.56 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 78 | 0.93 | 0 | 0.34 | 0.54 | 158.18 | 0.87 | 0.25 |
| Hex | 8 | 76 | 4E | 5D | 0 | 22 | 36 | 9E | 57 | 19 |
| Octal | 10 | 166 | 116 | 135 | 0 | 42 | 66 | 236 | 127 | 31 |
| Binary | 1000 | 1110110 | 1001110 | 1011101 | 0 | 100010 | 110110 | 10011110 | 1010111 | 11001 |
Color Harmonies of #08764E
Complementary color
Monochromatic Colors of #08764E
Black with #08764E
Text Example
Text Example
White with #08764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08764E; }
p { color: rgb(8,118,78); }
H1.HeaderClassName
{
color: #08764E;
}
.AnyTagClassName
{
color: #08764E;
}
</style>
background-color css
<style>
a { background-color: #08764E; }
a { background-color: rgb(8,118,78); }
div.DivClassName
{
background-color: #08764E;
}
.BgClassName
{
background-color: #08764E;
}
</style>
border-color css
<style>
span { border-color: #08764E; }
span { border-color: rgb(8,118,78); }
td.TdClassName
{
border-color: #08764E;
}
.TagClassName
{
border-color: #08764E;
}
</style>