Shades of Watercourse #00673F
Tints of Watercourse #00673F
RGB
CMYK
RGB Variations
Color information
#00673F (or 0x00673F) is known color: Watercourse. HEX triplet: 00, 67 and 3F. RGB value is (0,103,63). Sum of RGB (Red+Green+Blue) = 0+103+63=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 103 (40.62% from 255 or 62.05% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 103 - color contains mainly: green. Hex color #00673F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00673F is #FF98C0. Grayscale: #434343. Windows color (decimal): -16750785 or 4155136. OLE color: 4155136.
HSL color Cylindrical-coordinate representation of color #00673F: hue angle of 156.7º 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 #00673F is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 103 | 63 | - |
| CMYK | 1 | 0 | 0.39 | 0.60 |
| HSL | 156.7º | 1% | 0.2% | - |
| HSV(B) | 156.7º | 1% | 0.4% | - |
| XYZ | 5.75 | 10.06 | 6.34 | - |
| YUV | 67.64 | 125.38 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 63 | 1 | 0 | 0.39 | 0.60 | 156.7 | 1 | 0.2 |
| Hex | 0 | 67 | 3F | 64 | 0 | 27 | 3C | 9D | 64 | 14 |
| Octal | 0 | 147 | 77 | 144 | 0 | 47 | 74 | 235 | 144 | 24 |
| Binary | 0 | 1100111 | 111111 | 1100100 | 0 | 100111 | 111100 | 10011101 | 1100100 | 10100 |
Color Harmonies of #00673F
Complementary color
Monochromatic Colors of #00673F
Black with #00673F
Text Example
Text Example
White with #00673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00673F; }
p { color: rgb(0,103,63); }
H1.HeaderClassName
{
color: #00673F;
}
.AnyTagClassName
{
color: #00673F;
}
</style>
background-color css
<style>
a { background-color: #00673F; }
a { background-color: rgb(0,103,63); }
div.DivClassName
{
background-color: #00673F;
}
.BgClassName
{
background-color: #00673F;
}
</style>
border-color css
<style>
span { border-color: #00673F; }
span { border-color: rgb(0,103,63); }
td.TdClassName
{
border-color: #00673F;
}
.TagClassName
{
border-color: #00673F;
}
</style>