Shades of Watercourse #007D4D
Tints of Watercourse #007D4D
RGB
CMYK
RGB Variations
Color information
#007D4D (or 0x007D4D) is known color: Watercourse. HEX triplet: 00, 7D and 4D. RGB value is (0,125,77). Sum of RGB (Red+Green+Blue) = 0+125+77=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 125 (49.22% from 255 or 61.88% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 125 - color contains mainly: green. Hex color #007D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007D4D is #FF82B2. Grayscale: #525252. Windows color (decimal): -16745139 or 5078272. OLE color: 5078272.
HSL color Cylindrical-coordinate representation of color #007D4D: hue angle of 156.96º 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 #007D4D is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
RGB | 0 | 125 | 77 | - |
CMYK | 1 | 0 | 0.38 | 0.51 |
HSL | 156.96º | 1% | 0.25% | - |
HSV(B) | 156.96º | 1% | 0.49% | - |
XYZ | 8.67 | 15.2 | 9.5 | - |
YUV | 82.15 | 125.09 | 69.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 125 | 77 | 1 | 0 | 0.38 | 0.51 | 156.96 | 1 | 0.25 |
Hex | 0 | 7D | 4D | 64 | 0 | 26 | 33 | 9D | 64 | 19 |
Octal | 0 | 175 | 115 | 144 | 0 | 46 | 63 | 235 | 144 | 31 |
Binary | 0 | 1111101 | 1001101 | 1100100 | 0 | 100110 | 110011 | 10011101 | 1100100 | 11001 |
Color Harmonies of #007D4D
Complementary color
Monochromatic Colors of #007D4D
Black with #007D4D
Text Example
Text Example
White with #007D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007D4D; }
p { color: rgb(0,125,77); }
H1.HeaderClassName
{
color: #007D4D;
}
.AnyTagClassName
{
color: #007D4D;
}
</style>
background-color css
<style>
a { background-color: #007D4D; }
a { background-color: rgb(0,125,77); }
div.DivClassName
{
background-color: #007D4D;
}
.BgClassName
{
background-color: #007D4D;
}
</style>
border-color css
<style>
span { border-color: #007D4D; }
span { border-color: rgb(0,125,77); }
td.TdClassName
{
border-color: #007D4D;
}
.TagClassName
{
border-color: #007D4D;
}
</style>