Shades of Watercourse #007842
Tints of Watercourse #007842
RGB
CMYK
RGB Variations
Color information
#007842 (or 0x007842) is known color: Watercourse. HEX triplet: 00, 78 and 42. RGB value is (0,120,66). Sum of RGB (Red+Green+Blue) = 0+120+66=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 120 (47.27% from 255 or 64.52% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 120 - color contains mainly: green. Hex color #007842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007842 is #FF87BD. Grayscale: #4E4E4E. Windows color (decimal): -16746430 or 4356096. OLE color: 4356096.
HSL color Cylindrical-coordinate representation of color #007842: hue angle of 153º 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 #007842 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 120 | 66 | - |
| CMYK | 1 | 0 | 0.45 | 0.53 |
| HSL | 153º | 1% | 0.24% | - |
| HSV(B) | 153º | 1% | 0.47% | - |
| XYZ | 7.7 | 13.83 | 7.42 | - |
| YUV | 77.96 | 121.24 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 66 | 1 | 0 | 0.45 | 0.53 | 153 | 1 | 0.24 |
| Hex | 0 | 78 | 42 | 64 | 0 | 2D | 35 | 99 | 64 | 18 |
| Octal | 0 | 170 | 102 | 144 | 0 | 55 | 65 | 231 | 144 | 30 |
| Binary | 0 | 1111000 | 1000010 | 1100100 | 0 | 101101 | 110101 | 10011001 | 1100100 | 11000 |
Color Harmonies of #007842
Complementary color
Monochromatic Colors of #007842
Black with #007842
Text Example
Text Example
White with #007842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007842; }
p { color: rgb(0,120,66); }
H1.HeaderClassName
{
color: #007842;
}
.AnyTagClassName
{
color: #007842;
}
</style>
background-color css
<style>
a { background-color: #007842; }
a { background-color: rgb(0,120,66); }
div.DivClassName
{
background-color: #007842;
}
.BgClassName
{
background-color: #007842;
}
</style>
border-color css
<style>
span { border-color: #007842; }
span { border-color: rgb(0,120,66); }
td.TdClassName
{
border-color: #007842;
}
.TagClassName
{
border-color: #007842;
}
</style>