Shades of Watercourse #007840
Tints of Watercourse #007840
RGB
CMYK
RGB Variations
Color information
#007840 (or 0x007840) is known color: Watercourse. HEX triplet: 00, 78 and 40. RGB value is (0,120,64). Sum of RGB (Red+Green+Blue) = 0+120+64=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 120 (47.27% from 255 or 65.22% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 120 - color contains mainly: green. Hex color #007840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007840 is #FF87BF. Grayscale: #4D4D4D. Windows color (decimal): -16746432 or 4225024. OLE color: 4225024.
HSL color Cylindrical-coordinate representation of color #007840: hue angle of 152º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007840 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 120 | 64 | - |
| CMYK | 1 | 0 | 0.47 | 0.53 |
| HSL | 152º | 1% | 0.24% | - |
| HSV(B) | 152º | 1% | 0.47% | - |
| XYZ | 7.64 | 13.8 | 7.11 | - |
| YUV | 77.74 | 120.24 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 64 | 1 | 0 | 0.47 | 0.53 | 152 | 1 | 0.24 |
| Hex | 0 | 78 | 40 | 64 | 0 | 2F | 35 | 98 | 64 | 18 |
| Octal | 0 | 170 | 100 | 144 | 0 | 57 | 65 | 230 | 144 | 30 |
| Binary | 0 | 1111000 | 1000000 | 1100100 | 0 | 101111 | 110101 | 10011000 | 1100100 | 11000 |
Color Harmonies of #007840
Complementary color
Monochromatic Colors of #007840
Black with #007840
Text Example
Text Example
White with #007840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007840; }
p { color: rgb(0,120,64); }
H1.HeaderClassName
{
color: #007840;
}
.AnyTagClassName
{
color: #007840;
}
</style>
background-color css
<style>
a { background-color: #007840; }
a { background-color: rgb(0,120,64); }
div.DivClassName
{
background-color: #007840;
}
.BgClassName
{
background-color: #007840;
}
</style>
border-color css
<style>
span { border-color: #007840; }
span { border-color: rgb(0,120,64); }
td.TdClassName
{
border-color: #007840;
}
.TagClassName
{
border-color: #007840;
}
</style>