Shades of Watercourse #007044
Tints of Watercourse #007044
RGB
CMYK
RGB Variations
Color information
#007044 (or 0x007044) is known color: Watercourse. HEX triplet: 00, 70 and 44. RGB value is (0,112,68). Sum of RGB (Red+Green+Blue) = 0+112+68=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #007044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007044 is #FF8FBB. Grayscale: #494949. Windows color (decimal): -16748476 or 4485120. OLE color: 4485120.
HSL color Cylindrical-coordinate representation of color #007044: hue angle of 156.43º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007044 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 68 | - |
| CMYK | 1 | 0 | 0.39 | 0.56 |
| HSL | 156.43º | 1% | 0.22% | - |
| HSV(B) | 156.43º | 1% | 0.44% | - |
| XYZ | 6.84 | 12.01 | 7.43 | - |
| YUV | 73.5 | 124.89 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 68 | 1 | 0 | 0.39 | 0.56 | 156.43 | 1 | 0.22 |
| Hex | 0 | 70 | 44 | 64 | 0 | 27 | 38 | 9C | 64 | 16 |
| Octal | 0 | 160 | 104 | 144 | 0 | 47 | 70 | 234 | 144 | 26 |
| Binary | 0 | 1110000 | 1000100 | 1100100 | 0 | 100111 | 111000 | 10011100 | 1100100 | 10110 |
Color Harmonies of #007044
Complementary color
Monochromatic Colors of #007044
Black with #007044
Text Example
Text Example
White with #007044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007044; }
p { color: rgb(0,112,68); }
H1.HeaderClassName
{
color: #007044;
}
.AnyTagClassName
{
color: #007044;
}
</style>
background-color css
<style>
a { background-color: #007044; }
a { background-color: rgb(0,112,68); }
div.DivClassName
{
background-color: #007044;
}
.BgClassName
{
background-color: #007044;
}
</style>
border-color css
<style>
span { border-color: #007044; }
span { border-color: rgb(0,112,68); }
td.TdClassName
{
border-color: #007044;
}
.TagClassName
{
border-color: #007044;
}
</style>