Shades of Watercourse #00664C
Tints of Watercourse #00664C
RGB
CMYK
RGB Variations
Color information
#00664C (or 0x00664C) is known color: Watercourse. HEX triplet: 00, 66 and 4C. RGB value is (0,102,76). Sum of RGB (Red+Green+Blue) = 0+102+76=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #00664C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00664C is #FF99B3. Grayscale: #444444. Windows color (decimal): -16751028 or 5006848. OLE color: 5006848.
HSL color Cylindrical-coordinate representation of color #00664C: hue angle of 164.71º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00664C is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 102 | 76 | - |
| CMYK | 1 | 0 | 0.25 | 0.6 |
| HSL | 164.71º | 1% | 0.2% | - |
| HSV(B) | 164.71º | 1% | 0.4% | - |
| XYZ | 6.06 | 10.02 | 8.45 | - |
| YUV | 68.54 | 132.21 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 76 | 1 | 0 | 0.25 | 0.6 | 164.71 | 1 | 0.2 |
| Hex | 0 | 66 | 4C | 64 | 0 | 19 | 3C | A5 | 64 | 14 |
| Octal | 0 | 146 | 114 | 144 | 0 | 31 | 74 | 245 | 144 | 24 |
| Binary | 0 | 1100110 | 1001100 | 1100100 | 0 | 11001 | 111100 | 10100101 | 1100100 | 10100 |
Color Harmonies of #00664C
Complementary color
Monochromatic Colors of #00664C
Black with #00664C
Text Example
Text Example
White with #00664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00664C; }
p { color: rgb(0,102,76); }
H1.HeaderClassName
{
color: #00664C;
}
.AnyTagClassName
{
color: #00664C;
}
</style>
background-color css
<style>
a { background-color: #00664C; }
a { background-color: rgb(0,102,76); }
div.DivClassName
{
background-color: #00664C;
}
.BgClassName
{
background-color: #00664C;
}
</style>
border-color css
<style>
span { border-color: #00664C; }
span { border-color: rgb(0,102,76); }
td.TdClassName
{
border-color: #00664C;
}
.TagClassName
{
border-color: #00664C;
}
</style>