Shades of Watercourse #007D43
Tints of Watercourse #007D43
RGB
CMYK
RGB Variations
Color information
#007D43 (or 0x007D43) is known color: Watercourse. HEX triplet: 00, 7D and 43. RGB value is (0,125,67). Sum of RGB (Red+Green+Blue) = 0+125+67=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 125 (49.22% from 255 or 65.10% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 125 - color contains mainly: green. Hex color #007D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007D43 is #FF82BC. Grayscale: #515151. Windows color (decimal): -16745149 or 4422912. OLE color: 4422912.
HSL color Cylindrical-coordinate representation of color #007D43: hue angle of 152.16º 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 #007D43 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 125 | 67 | - |
| CMYK | 1 | 0 | 0.46 | 0.51 |
| HSL | 152.16º | 1% | 0.25% | - |
| HSV(B) | 152.16º | 1% | 0.49% | - |
| XYZ | 8.35 | 15.07 | 7.78 | - |
| YUV | 81.01 | 120.09 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 67 | 1 | 0 | 0.46 | 0.51 | 152.16 | 1 | 0.25 |
| Hex | 0 | 7D | 43 | 64 | 0 | 2E | 33 | 98 | 64 | 19 |
| Octal | 0 | 175 | 103 | 144 | 0 | 56 | 63 | 230 | 144 | 31 |
| Binary | 0 | 1111101 | 1000011 | 1100100 | 0 | 101110 | 110011 | 10011000 | 1100100 | 11001 |
Color Harmonies of #007D43
Complementary color
Monochromatic Colors of #007D43
Black with #007D43
Text Example
Text Example
White with #007D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007D43; }
p { color: rgb(0,125,67); }
H1.HeaderClassName
{
color: #007D43;
}
.AnyTagClassName
{
color: #007D43;
}
</style>
background-color css
<style>
a { background-color: #007D43; }
a { background-color: rgb(0,125,67); }
div.DivClassName
{
background-color: #007D43;
}
.BgClassName
{
background-color: #007D43;
}
</style>
border-color css
<style>
span { border-color: #007D43; }
span { border-color: rgb(0,125,67); }
td.TdClassName
{
border-color: #007D43;
}
.TagClassName
{
border-color: #007D43;
}
</style>