Shades of Watercourse #007E45
Tints of Watercourse #007E45
RGB
CMYK
RGB Variations
Color information
#007E45 (or 0x007E45) is known color: Watercourse. HEX triplet: 00, 7E and 45. RGB value is (0,126,69). Sum of RGB (Red+Green+Blue) = 0+126+69=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 126 (49.61% from 255 or 64.62% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 126 - color contains mainly: green. Hex color #007E45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007E45 is #FF81BA. Grayscale: #515151. Windows color (decimal): -16744891 or 4554240. OLE color: 4554240.
HSL color Cylindrical-coordinate representation of color #007E45: hue angle of 152.86º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007E45 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 126 | 69 | - |
| CMYK | 1 | 0 | 0.45 | 0.51 |
| HSL | 152.86º | 1% | 0.25% | - |
| HSV(B) | 152.86º | 1% | 0.49% | - |
| XYZ | 8.54 | 15.35 | 8.14 | - |
| YUV | 81.83 | 120.76 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 69 | 1 | 0 | 0.45 | 0.51 | 152.86 | 1 | 0.25 |
| Hex | 0 | 7E | 45 | 64 | 0 | 2D | 33 | 99 | 64 | 19 |
| Octal | 0 | 176 | 105 | 144 | 0 | 55 | 63 | 231 | 144 | 31 |
| Binary | 0 | 1111110 | 1000101 | 1100100 | 0 | 101101 | 110011 | 10011001 | 1100100 | 11001 |
Color Harmonies of #007E45
Complementary color
Monochromatic Colors of #007E45
Black with #007E45
Text Example
Text Example
White with #007E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007E45; }
p { color: rgb(0,126,69); }
H1.HeaderClassName
{
color: #007E45;
}
.AnyTagClassName
{
color: #007E45;
}
</style>
background-color css
<style>
a { background-color: #007E45; }
a { background-color: rgb(0,126,69); }
div.DivClassName
{
background-color: #007E45;
}
.BgClassName
{
background-color: #007E45;
}
</style>
border-color css
<style>
span { border-color: #007E45; }
span { border-color: rgb(0,126,69); }
td.TdClassName
{
border-color: #007E45;
}
.TagClassName
{
border-color: #007E45;
}
</style>