Shades of Watercourse #007655
Tints of Watercourse #007655
RGB
CMYK
RGB Variations
Color information
#007655 (or 0x007655) is known color: Watercourse. HEX triplet: 00, 76 and 55. RGB value is (0,118,85). Sum of RGB (Red+Green+Blue) = 0+118+85=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #007655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007655 is #FF89AA. Grayscale: #4E4E4E. Windows color (decimal): -16746923 or 5600768. OLE color: 5600768.
HSL color Cylindrical-coordinate representation of color #007655: hue angle of 163.22º 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 #007655 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 85 | - |
| CMYK | 1 | 0 | 0.28 | 0.54 |
| HSL | 163.22º | 1% | 0.23% | - |
| HSV(B) | 163.22º | 1% | 0.46% | - |
| XYZ | 8.12 | 13.61 | 10.79 | - |
| YUV | 78.96 | 131.41 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 85 | 1 | 0 | 0.28 | 0.54 | 163.22 | 1 | 0.23 |
| Hex | 0 | 76 | 55 | 64 | 0 | 1C | 36 | A3 | 64 | 17 |
| Octal | 0 | 166 | 125 | 144 | 0 | 34 | 66 | 243 | 144 | 27 |
| Binary | 0 | 1110110 | 1010101 | 1100100 | 0 | 11100 | 110110 | 10100011 | 1100100 | 10111 |
Color Harmonies of #007655
Complementary color
Monochromatic Colors of #007655
Black with #007655
Text Example
Text Example
White with #007655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007655; }
p { color: rgb(0,118,85); }
H1.HeaderClassName
{
color: #007655;
}
.AnyTagClassName
{
color: #007655;
}
</style>
background-color css
<style>
a { background-color: #007655; }
a { background-color: rgb(0,118,85); }
div.DivClassName
{
background-color: #007655;
}
.BgClassName
{
background-color: #007655;
}
</style>
border-color css
<style>
span { border-color: #007655; }
span { border-color: rgb(0,118,85); }
td.TdClassName
{
border-color: #007655;
}
.TagClassName
{
border-color: #007655;
}
</style>