Shades of Watercourse #00654F
Tints of Watercourse #00654F
RGB
CMYK
RGB Variations
Color information
#00654F (or 0x00654F) is known color: Watercourse. HEX triplet: 00, 65 and 4F. RGB value is (0,101,79). Sum of RGB (Red+Green+Blue) = 0+101+79=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 101 (39.84% from 255 or 56.11% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 101 - color contains mainly: green. Hex color #00654F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00654F is #FF9AB0. Grayscale: #444444. Windows color (decimal): -16751281 or 5203200. OLE color: 5203200.
HSL color Cylindrical-coordinate representation of color #00654F: hue angle of 166.93º 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 #00654F is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 101 | 79 | - |
| CMYK | 1 | 0 | 0.22 | 0.60 |
| HSL | 166.93º | 1% | 0.2% | - |
| HSV(B) | 166.93º | 1% | 0.4% | - |
| XYZ | 6.06 | 9.87 | 8.98 | - |
| YUV | 68.29 | 134.04 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 79 | 1 | 0 | 0.22 | 0.60 | 166.93 | 1 | 0.2 |
| Hex | 0 | 65 | 4F | 64 | 0 | 16 | 3C | A7 | 64 | 14 |
| Octal | 0 | 145 | 117 | 144 | 0 | 26 | 74 | 247 | 144 | 24 |
| Binary | 0 | 1100101 | 1001111 | 1100100 | 0 | 10110 | 111100 | 10100111 | 1100100 | 10100 |
Color Harmonies of #00654F
Complementary color
Monochromatic Colors of #00654F
Black with #00654F
Text Example
Text Example
White with #00654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00654F; }
p { color: rgb(0,101,79); }
H1.HeaderClassName
{
color: #00654F;
}
.AnyTagClassName
{
color: #00654F;
}
</style>
background-color css
<style>
a { background-color: #00654F; }
a { background-color: rgb(0,101,79); }
div.DivClassName
{
background-color: #00654F;
}
.BgClassName
{
background-color: #00654F;
}
</style>
border-color css
<style>
span { border-color: #00654F; }
span { border-color: rgb(0,101,79); }
td.TdClassName
{
border-color: #00654F;
}
.TagClassName
{
border-color: #00654F;
}
</style>