Shades of Watercourse #00664F
Tints of Watercourse #00664F
RGB
CMYK
RGB Variations
Color information
#00664F (or 0x00664F) is known color: Watercourse. HEX triplet: 00, 66 and 4F. RGB value is (0,102,79). Sum of RGB (Red+Green+Blue) = 0+102+79=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #00664F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00664F is #FF99B0. Grayscale: #444444. Windows color (decimal): -16751025 or 5203456. OLE color: 5203456.
HSL color Cylindrical-coordinate representation of color #00664F: hue angle of 166.47º 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 #00664F is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 102 | 79 | - |
| CMYK | 1 | 0 | 0.23 | 0.6 |
| HSL | 166.47º | 1% | 0.2% | - |
| HSV(B) | 166.47º | 1% | 0.4% | - |
| XYZ | 6.16 | 10.07 | 9.02 | - |
| YUV | 68.88 | 133.71 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 79 | 1 | 0 | 0.23 | 0.6 | 166.47 | 1 | 0.2 |
| Hex | 0 | 66 | 4F | 64 | 0 | 17 | 3C | A6 | 64 | 14 |
| Octal | 0 | 146 | 117 | 144 | 0 | 27 | 74 | 246 | 144 | 24 |
| Binary | 0 | 1100110 | 1001111 | 1100100 | 0 | 10111 | 111100 | 10100110 | 1100100 | 10100 |
Color Harmonies of #00664F
Complementary color
Monochromatic Colors of #00664F
Black with #00664F
Text Example
Text Example
White with #00664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00664F; }
p { color: rgb(0,102,79); }
H1.HeaderClassName
{
color: #00664F;
}
.AnyTagClassName
{
color: #00664F;
}
</style>
background-color css
<style>
a { background-color: #00664F; }
a { background-color: rgb(0,102,79); }
div.DivClassName
{
background-color: #00664F;
}
.BgClassName
{
background-color: #00664F;
}
</style>
border-color css
<style>
span { border-color: #00664F; }
span { border-color: rgb(0,102,79); }
td.TdClassName
{
border-color: #00664F;
}
.TagClassName
{
border-color: #00664F;
}
</style>