Shades of Watercourse #00634E
Tints of Watercourse #00634E
RGB
CMYK
RGB Variations
Color information
#00634E (or 0x00634E) is known color: Watercourse. HEX triplet: 00, 63 and 4E. RGB value is (0,99,78). Sum of RGB (Red+Green+Blue) = 0+99+78=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #00634E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00634E is #FF9CB1. Grayscale: #424242. Windows color (decimal): -16751794 or 5137152. OLE color: 5137152.
HSL color Cylindrical-coordinate representation of color #00634E: hue angle of 167.27º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00634E is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 99 | 78 | - |
| CMYK | 1 | 0 | 0.21 | 0.61 |
| HSL | 167.27º | 1% | 0.19% | - |
| HSV(B) | 167.27º | 1% | 0.39% | - |
| XYZ | 5.84 | 9.47 | 8.73 | - |
| YUV | 67.01 | 134.2 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 78 | 1 | 0 | 0.21 | 0.61 | 167.27 | 1 | 0.19 |
| Hex | 0 | 63 | 4E | 64 | 0 | 15 | 3D | A7 | 64 | 13 |
| Octal | 0 | 143 | 116 | 144 | 0 | 25 | 75 | 247 | 144 | 23 |
| Binary | 0 | 1100011 | 1001110 | 1100100 | 0 | 10101 | 111101 | 10100111 | 1100100 | 10011 |
Color Harmonies of #00634E
Complementary color
Monochromatic Colors of #00634E
Black with #00634E
Text Example
Text Example
White with #00634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00634E; }
p { color: rgb(0,99,78); }
H1.HeaderClassName
{
color: #00634E;
}
.AnyTagClassName
{
color: #00634E;
}
</style>
background-color css
<style>
a { background-color: #00634E; }
a { background-color: rgb(0,99,78); }
div.DivClassName
{
background-color: #00634E;
}
.BgClassName
{
background-color: #00634E;
}
</style>
border-color css
<style>
span { border-color: #00634E; }
span { border-color: rgb(0,99,78); }
td.TdClassName
{
border-color: #00634E;
}
.TagClassName
{
border-color: #00634E;
}
</style>