Shades of Watercourse #06744D
Tints of Watercourse #06744D
RGB
CMYK
RGB Variations
Color information
#06744D (or 0x06744D) is known color: Watercourse. HEX triplet: 06, 74 and 4D. RGB value is (6,116,77). Sum of RGB (Red+Green+Blue) = 6+116+77=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 116 (45.70% from 255 or 58.29% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 116 - color contains mainly: green. Hex color #06744D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06744D is #F98BB2. Grayscale: #4E4E4E. Windows color (decimal): -16354227 or 5075974. OLE color: 5075974.
HSL color Cylindrical-coordinate representation of color #06744D: hue angle of 158.73º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06744D is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 116 | 77 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.55 |
| HSL | 158.73º | 0.9% | 0.24% | - |
| HSV(B) | 158.73º | 0.95% | 0.45% | - |
| XYZ | 7.66 | 13.07 | 9.14 | - |
| YUV | 78.66 | 127.06 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 116 | 77 | 0.95 | 0 | 0.34 | 0.55 | 158.73 | 0.9 | 0.24 |
| Hex | 6 | 74 | 4D | 5F | 0 | 22 | 37 | 9F | 5A | 18 |
| Octal | 6 | 164 | 115 | 137 | 0 | 42 | 67 | 237 | 132 | 30 |
| Binary | 110 | 1110100 | 1001101 | 1011111 | 0 | 100010 | 110111 | 10011111 | 1011010 | 11000 |
Color Harmonies of #06744D
Complementary color
Monochromatic Colors of #06744D
Black with #06744D
Text Example
Text Example
White with #06744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06744D; }
p { color: rgb(6,116,77); }
H1.HeaderClassName
{
color: #06744D;
}
.AnyTagClassName
{
color: #06744D;
}
</style>
background-color css
<style>
a { background-color: #06744D; }
a { background-color: rgb(6,116,77); }
div.DivClassName
{
background-color: #06744D;
}
.BgClassName
{
background-color: #06744D;
}
</style>
border-color css
<style>
span { border-color: #06744D; }
span { border-color: rgb(6,116,77); }
td.TdClassName
{
border-color: #06744D;
}
.TagClassName
{
border-color: #06744D;
}
</style>