Shades of Watercourse #007045
Tints of Watercourse #007045
RGB
CMYK
RGB Variations
Color information
#007045 (or 0x007045) is known color: Watercourse. HEX triplet: 00, 70 and 45. RGB value is (0,112,69). Sum of RGB (Red+Green+Blue) = 0+112+69=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #007045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007045 is #FF8FBA. Grayscale: #494949. Windows color (decimal): -16748475 or 4550656. OLE color: 4550656.
HSL color Cylindrical-coordinate representation of color #007045: hue angle of 156.96º 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 #007045 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 69 | - |
| CMYK | 1 | 0 | 0.38 | 0.56 |
| HSL | 156.96º | 1% | 0.22% | - |
| HSV(B) | 156.96º | 1% | 0.44% | - |
| XYZ | 6.87 | 12.02 | 7.59 | - |
| YUV | 73.61 | 125.39 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 69 | 1 | 0 | 0.38 | 0.56 | 156.96 | 1 | 0.22 |
| Hex | 0 | 70 | 45 | 64 | 0 | 26 | 38 | 9D | 64 | 16 |
| Octal | 0 | 160 | 105 | 144 | 0 | 46 | 70 | 235 | 144 | 26 |
| Binary | 0 | 1110000 | 1000101 | 1100100 | 0 | 100110 | 111000 | 10011101 | 1100100 | 10110 |
Color Harmonies of #007045
Complementary color
Monochromatic Colors of #007045
Black with #007045
Text Example
Text Example
White with #007045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007045; }
p { color: rgb(0,112,69); }
H1.HeaderClassName
{
color: #007045;
}
.AnyTagClassName
{
color: #007045;
}
</style>
background-color css
<style>
a { background-color: #007045; }
a { background-color: rgb(0,112,69); }
div.DivClassName
{
background-color: #007045;
}
.BgClassName
{
background-color: #007045;
}
</style>
border-color css
<style>
span { border-color: #007045; }
span { border-color: rgb(0,112,69); }
td.TdClassName
{
border-color: #007045;
}
.TagClassName
{
border-color: #007045;
}
</style>