Shades of Watercourse #007155
Tints of Watercourse #007155
RGB
CMYK
RGB Variations
Color information
#007155 (or 0x007155) is known color: Watercourse. HEX triplet: 00, 71 and 55. RGB value is (0,113,85). Sum of RGB (Red+Green+Blue) = 0+113+85=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #007155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007155 is #FF8EAA. Grayscale: #4C4C4C. Windows color (decimal): -16748203 or 5599488. OLE color: 5599488.
HSL color Cylindrical-coordinate representation of color #007155: hue angle of 165.13º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007155 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 85 | - |
| CMYK | 1 | 0 | 0.25 | 0.56 |
| HSL | 165.13º | 1% | 0.22% | - |
| HSV(B) | 165.13º | 1% | 0.44% | - |
| XYZ | 7.54 | 12.47 | 10.6 | - |
| YUV | 76.02 | 133.06 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 85 | 1 | 0 | 0.25 | 0.56 | 165.13 | 1 | 0.22 |
| Hex | 0 | 71 | 55 | 64 | 0 | 19 | 38 | A5 | 64 | 16 |
| Octal | 0 | 161 | 125 | 144 | 0 | 31 | 70 | 245 | 144 | 26 |
| Binary | 0 | 1110001 | 1010101 | 1100100 | 0 | 11001 | 111000 | 10100101 | 1100100 | 10110 |
Color Harmonies of #007155
Complementary color
Monochromatic Colors of #007155
Black with #007155
Text Example
Text Example
White with #007155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007155; }
p { color: rgb(0,113,85); }
H1.HeaderClassName
{
color: #007155;
}
.AnyTagClassName
{
color: #007155;
}
</style>
background-color css
<style>
a { background-color: #007155; }
a { background-color: rgb(0,113,85); }
div.DivClassName
{
background-color: #007155;
}
.BgClassName
{
background-color: #007155;
}
</style>
border-color css
<style>
span { border-color: #007155; }
span { border-color: rgb(0,113,85); }
td.TdClassName
{
border-color: #007155;
}
.TagClassName
{
border-color: #007155;
}
</style>