Shades of Watercourse #00674A
Tints of Watercourse #00674A
RGB
CMYK
RGB Variations
Color information
#00674A (or 0x00674A) is known color: Watercourse. HEX triplet: 00, 67 and 4A. RGB value is (0,103,74). Sum of RGB (Red+Green+Blue) = 0+103+74=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #00674A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00674A is #FF98B5. Grayscale: #444444. Windows color (decimal): -16750774 or 4876032. OLE color: 4876032.
HSL color Cylindrical-coordinate representation of color #00674A: hue angle of 163.11º 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 #00674A is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 103 | 74 | - |
| CMYK | 1 | 0 | 0.28 | 0.60 |
| HSL | 163.11º | 1% | 0.2% | - |
| HSV(B) | 163.11º | 1% | 0.4% | - |
| XYZ | 6.09 | 10.19 | 8.13 | - |
| YUV | 68.9 | 130.88 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 74 | 1 | 0 | 0.28 | 0.60 | 163.11 | 1 | 0.2 |
| Hex | 0 | 67 | 4A | 64 | 0 | 1C | 3C | A3 | 64 | 14 |
| Octal | 0 | 147 | 112 | 144 | 0 | 34 | 74 | 243 | 144 | 24 |
| Binary | 0 | 1100111 | 1001010 | 1100100 | 0 | 11100 | 111100 | 10100011 | 1100100 | 10100 |
Color Harmonies of #00674A
Complementary color
Monochromatic Colors of #00674A
Black with #00674A
Text Example
Text Example
White with #00674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00674A; }
p { color: rgb(0,103,74); }
H1.HeaderClassName
{
color: #00674A;
}
.AnyTagClassName
{
color: #00674A;
}
</style>
background-color css
<style>
a { background-color: #00674A; }
a { background-color: rgb(0,103,74); }
div.DivClassName
{
background-color: #00674A;
}
.BgClassName
{
background-color: #00674A;
}
</style>
border-color css
<style>
span { border-color: #00674A; }
span { border-color: rgb(0,103,74); }
td.TdClassName
{
border-color: #00674A;
}
.TagClassName
{
border-color: #00674A;
}
</style>