Shades of Watercourse #007942
Tints of Watercourse #007942
RGB
CMYK
RGB Variations
Color information
#007942 (or 0x007942) is known color: Watercourse. HEX triplet: 00, 79 and 42. RGB value is (0,121,66). Sum of RGB (Red+Green+Blue) = 0+121+66=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 121 (47.66% from 255 or 64.71% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 121 - color contains mainly: green. Hex color #007942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007942 is #FF86BD. Grayscale: #4E4E4E. Windows color (decimal): -16746174 or 4356352. OLE color: 4356352.
HSL color Cylindrical-coordinate representation of color #007942: hue angle of 152.73º 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 #007942 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 121 | 66 | - |
| CMYK | 1 | 0 | 0.45 | 0.53 |
| HSL | 152.73º | 1% | 0.24% | - |
| HSV(B) | 152.73º | 1% | 0.47% | - |
| XYZ | 7.82 | 14.07 | 7.46 | - |
| YUV | 78.55 | 120.91 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 66 | 1 | 0 | 0.45 | 0.53 | 152.73 | 1 | 0.24 |
| Hex | 0 | 79 | 42 | 64 | 0 | 2D | 35 | 99 | 64 | 18 |
| Octal | 0 | 171 | 102 | 144 | 0 | 55 | 65 | 231 | 144 | 30 |
| Binary | 0 | 1111001 | 1000010 | 1100100 | 0 | 101101 | 110101 | 10011001 | 1100100 | 11000 |
Color Harmonies of #007942
Complementary color
Monochromatic Colors of #007942
Black with #007942
Text Example
Text Example
White with #007942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007942; }
p { color: rgb(0,121,66); }
H1.HeaderClassName
{
color: #007942;
}
.AnyTagClassName
{
color: #007942;
}
</style>
background-color css
<style>
a { background-color: #007942; }
a { background-color: rgb(0,121,66); }
div.DivClassName
{
background-color: #007942;
}
.BgClassName
{
background-color: #007942;
}
</style>
border-color css
<style>
span { border-color: #007942; }
span { border-color: rgb(0,121,66); }
td.TdClassName
{
border-color: #007942;
}
.TagClassName
{
border-color: #007942;
}
</style>