Shades of Watercourse #06774E
Tints of Watercourse #06774E
RGB
CMYK
RGB Variations
Color information
#06774E (or 0x06774E) is known color: Watercourse. HEX triplet: 06, 77 and 4E. RGB value is (6,119,78). Sum of RGB (Red+Green+Blue) = 6+119+78=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #06774E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06774E is #F988B1. Grayscale: #505050. Windows color (decimal): -16353458 or 5142278. OLE color: 5142278.
HSL color Cylindrical-coordinate representation of color #06774E: hue angle of 158.23º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06774E is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 119 | 78 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.53 |
| HSL | 158.23º | 0.9% | 0.25% | - |
| HSV(B) | 158.23º | 0.95% | 0.47% | - |
| XYZ | 8.05 | 13.78 | 9.44 | - |
| YUV | 80.54 | 126.56 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 78 | 0.95 | 0 | 0.34 | 0.53 | 158.23 | 0.9 | 0.25 |
| Hex | 6 | 77 | 4E | 5F | 0 | 22 | 35 | 9E | 5A | 19 |
| Octal | 6 | 167 | 116 | 137 | 0 | 42 | 65 | 236 | 132 | 31 |
| Binary | 110 | 1110111 | 1001110 | 1011111 | 0 | 100010 | 110101 | 10011110 | 1011010 | 11001 |
Color Harmonies of #06774E
Complementary color
Monochromatic Colors of #06774E
Black with #06774E
Text Example
Text Example
White with #06774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06774E; }
p { color: rgb(6,119,78); }
H1.HeaderClassName
{
color: #06774E;
}
.AnyTagClassName
{
color: #06774E;
}
</style>
background-color css
<style>
a { background-color: #06774E; }
a { background-color: rgb(6,119,78); }
div.DivClassName
{
background-color: #06774E;
}
.BgClassName
{
background-color: #06774E;
}
</style>
border-color css
<style>
span { border-color: #06774E; }
span { border-color: rgb(6,119,78); }
td.TdClassName
{
border-color: #06774E;
}
.TagClassName
{
border-color: #06774E;
}
</style>