Shades of Watercourse #007D4F
Tints of Watercourse #007D4F
RGB
CMYK
RGB Variations
Color information
#007D4F (or 0x007D4F) is known color: Watercourse. HEX triplet: 00, 7D and 4F. RGB value is (0,125,79). Sum of RGB (Red+Green+Blue) = 0+125+79=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 125 (49.22% from 255 or 61.27% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 125 - color contains mainly: green. Hex color #007D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007D4F is #FF82B0. Grayscale: #525252. Windows color (decimal): -16745137 or 5209344. OLE color: 5209344.
HSL color Cylindrical-coordinate representation of color #007D4F: hue angle of 157.92º 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 #007D4F is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 125 | 79 | - |
| CMYK | 1 | 0 | 0.37 | 0.51 |
| HSL | 157.92º | 1% | 0.25% | - |
| HSV(B) | 157.92º | 1% | 0.49% | - |
| XYZ | 8.74 | 15.23 | 9.88 | - |
| YUV | 82.38 | 126.09 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 79 | 1 | 0 | 0.37 | 0.51 | 157.92 | 1 | 0.25 |
| Hex | 0 | 7D | 4F | 64 | 0 | 25 | 33 | 9E | 64 | 19 |
| Octal | 0 | 175 | 117 | 144 | 0 | 45 | 63 | 236 | 144 | 31 |
| Binary | 0 | 1111101 | 1001111 | 1100100 | 0 | 100101 | 110011 | 10011110 | 1100100 | 11001 |
Color Harmonies of #007D4F
Complementary color
Monochromatic Colors of #007D4F
Black with #007D4F
Text Example
Text Example
White with #007D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007D4F; }
p { color: rgb(0,125,79); }
H1.HeaderClassName
{
color: #007D4F;
}
.AnyTagClassName
{
color: #007D4F;
}
</style>
background-color css
<style>
a { background-color: #007D4F; }
a { background-color: rgb(0,125,79); }
div.DivClassName
{
background-color: #007D4F;
}
.BgClassName
{
background-color: #007D4F;
}
</style>
border-color css
<style>
span { border-color: #007D4F; }
span { border-color: rgb(0,125,79); }
td.TdClassName
{
border-color: #007D4F;
}
.TagClassName
{
border-color: #007D4F;
}
</style>