Shades of Watercourse #007C4F
Tints of Watercourse #007C4F
RGB
CMYK
RGB Variations
Color information
#007C4F (or 0x007C4F) is known color: Watercourse. HEX triplet: 00, 7C and 4F. RGB value is (0,124,79). Sum of RGB (Red+Green+Blue) = 0+124+79=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 124 (48.83% from 255 or 61.08% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 124 - color contains mainly: green. Hex color #007C4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007C4F is #FF83B0. Grayscale: #515151. Windows color (decimal): -16745393 or 5209088. OLE color: 5209088.
HSL color Cylindrical-coordinate representation of color #007C4F: hue angle of 158.23º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007C4F is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 124 | 79 | - |
| CMYK | 1 | 0 | 0.36 | 0.51 |
| HSL | 158.23º | 1% | 0.24% | - |
| HSV(B) | 158.23º | 1% | 0.49% | - |
| XYZ | 8.62 | 14.98 | 9.83 | - |
| YUV | 81.79 | 126.42 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 79 | 1 | 0 | 0.36 | 0.51 | 158.23 | 1 | 0.24 |
| Hex | 0 | 7C | 4F | 64 | 0 | 24 | 33 | 9E | 64 | 18 |
| Octal | 0 | 174 | 117 | 144 | 0 | 44 | 63 | 236 | 144 | 30 |
| Binary | 0 | 1111100 | 1001111 | 1100100 | 0 | 100100 | 110011 | 10011110 | 1100100 | 11000 |
Color Harmonies of #007C4F
Complementary color
Monochromatic Colors of #007C4F
Black with #007C4F
Text Example
Text Example
White with #007C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007C4F; }
p { color: rgb(0,124,79); }
H1.HeaderClassName
{
color: #007C4F;
}
.AnyTagClassName
{
color: #007C4F;
}
</style>
background-color css
<style>
a { background-color: #007C4F; }
a { background-color: rgb(0,124,79); }
div.DivClassName
{
background-color: #007C4F;
}
.BgClassName
{
background-color: #007C4F;
}
</style>
border-color css
<style>
span { border-color: #007C4F; }
span { border-color: rgb(0,124,79); }
td.TdClassName
{
border-color: #007C4F;
}
.TagClassName
{
border-color: #007C4F;
}
</style>