Shades of Watercourse #007645
Tints of Watercourse #007645
RGB
CMYK
RGB Variations
Color information
#007645 (or 0x007645) is known color: Watercourse. HEX triplet: 00, 76 and 45. RGB value is (0,118,69). Sum of RGB (Red+Green+Blue) = 0+118+69=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 118 (46.48% from 255 or 63.10% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 118 - color contains mainly: green. Hex color #007645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007645 is #FF89BA. Grayscale: #4D4D4D. Windows color (decimal): -16746939 or 4552192. OLE color: 4552192.
HSL color Cylindrical-coordinate representation of color #007645: hue angle of 155.08º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007645 is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 69 | - |
| CMYK | 1 | 0 | 0.42 | 0.54 |
| HSL | 155.08º | 1% | 0.23% | - |
| HSV(B) | 155.08º | 1% | 0.46% | - |
| XYZ | 7.55 | 13.39 | 7.82 | - |
| YUV | 77.13 | 123.41 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 69 | 1 | 0 | 0.42 | 0.54 | 155.08 | 1 | 0.23 |
| Hex | 0 | 76 | 45 | 64 | 0 | 2A | 36 | 9B | 64 | 17 |
| Octal | 0 | 166 | 105 | 144 | 0 | 52 | 66 | 233 | 144 | 27 |
| Binary | 0 | 1110110 | 1000101 | 1100100 | 0 | 101010 | 110110 | 10011011 | 1100100 | 10111 |
Color Harmonies of #007645
Complementary color
Monochromatic Colors of #007645
Black with #007645
Text Example
Text Example
White with #007645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007645; }
p { color: rgb(0,118,69); }
H1.HeaderClassName
{
color: #007645;
}
.AnyTagClassName
{
color: #007645;
}
</style>
background-color css
<style>
a { background-color: #007645; }
a { background-color: rgb(0,118,69); }
div.DivClassName
{
background-color: #007645;
}
.BgClassName
{
background-color: #007645;
}
</style>
border-color css
<style>
span { border-color: #007645; }
span { border-color: rgb(0,118,69); }
td.TdClassName
{
border-color: #007645;
}
.TagClassName
{
border-color: #007645;
}
</style>