Shades of Watercourse #08794E
Tints of Watercourse #08794E
RGB
CMYK
RGB Variations
Color information
#08794E (or 0x08794E) is known color: Watercourse. HEX triplet: 08, 79 and 4E. RGB value is (8,121,78). Sum of RGB (Red+Green+Blue) = 8+121+78=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 121 (47.66% from 255 or 58.45% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 121 - color contains mainly: green. Hex color #08794E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08794E is #F786B1. Grayscale: #525252. Windows color (decimal): -16221874 or 5142792. OLE color: 5142792.
HSL color Cylindrical-coordinate representation of color #08794E: hue angle of 157.17º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08794E is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 121 | 78 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.53 |
| HSL | 157.17º | 0.88% | 0.25% | - |
| HSV(B) | 157.17º | 0.93% | 0.47% | - |
| XYZ | 8.31 | 14.28 | 9.53 | - |
| YUV | 82.31 | 125.56 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 121 | 78 | 0.93 | 0 | 0.36 | 0.53 | 157.17 | 0.88 | 0.25 |
| Hex | 8 | 79 | 4E | 5D | 0 | 24 | 35 | 9D | 58 | 19 |
| Octal | 10 | 171 | 116 | 135 | 0 | 44 | 65 | 235 | 130 | 31 |
| Binary | 1000 | 1111001 | 1001110 | 1011101 | 0 | 100100 | 110101 | 10011101 | 1011000 | 11001 |
Color Harmonies of #08794E
Complementary color
Monochromatic Colors of #08794E
Black with #08794E
Text Example
Text Example
White with #08794E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08794E; }
p { color: rgb(8,121,78); }
H1.HeaderClassName
{
color: #08794E;
}
.AnyTagClassName
{
color: #08794E;
}
</style>
background-color css
<style>
a { background-color: #08794E; }
a { background-color: rgb(8,121,78); }
div.DivClassName
{
background-color: #08794E;
}
.BgClassName
{
background-color: #08794E;
}
</style>
border-color css
<style>
span { border-color: #08794E; }
span { border-color: rgb(8,121,78); }
td.TdClassName
{
border-color: #08794E;
}
.TagClassName
{
border-color: #08794E;
}
</style>