Shades of Watercourse #007550
Tints of Watercourse #007550
RGB
CMYK
RGB Variations
Color information
#007550 (or 0x007550) is known color: Watercourse. HEX triplet: 00, 75 and 50. RGB value is (0,117,80). Sum of RGB (Red+Green+Blue) = 0+117+80=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #007550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007550 is #FF8AAF. Grayscale: #4D4D4D. Windows color (decimal): -16747184 or 5272832. OLE color: 5272832.
HSL color Cylindrical-coordinate representation of color #007550: hue angle of 161.03º 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 #007550 is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 80 | - |
| CMYK | 1 | 0 | 0.32 | 0.54 |
| HSL | 161.03º | 1% | 0.23% | - |
| HSV(B) | 161.03º | 1% | 0.46% | - |
| XYZ | 7.81 | 13.3 | 9.75 | - |
| YUV | 77.8 | 129.24 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 80 | 1 | 0 | 0.32 | 0.54 | 161.03 | 1 | 0.23 |
| Hex | 0 | 75 | 50 | 64 | 0 | 20 | 36 | A1 | 64 | 17 |
| Octal | 0 | 165 | 120 | 144 | 0 | 40 | 66 | 241 | 144 | 27 |
| Binary | 0 | 1110101 | 1010000 | 1100100 | 0 | 100000 | 110110 | 10100001 | 1100100 | 10111 |
Color Harmonies of #007550
Complementary color
Monochromatic Colors of #007550
Black with #007550
Text Example
Text Example
White with #007550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007550; }
p { color: rgb(0,117,80); }
H1.HeaderClassName
{
color: #007550;
}
.AnyTagClassName
{
color: #007550;
}
</style>
background-color css
<style>
a { background-color: #007550; }
a { background-color: rgb(0,117,80); }
div.DivClassName
{
background-color: #007550;
}
.BgClassName
{
background-color: #007550;
}
</style>
border-color css
<style>
span { border-color: #007550; }
span { border-color: rgb(0,117,80); }
td.TdClassName
{
border-color: #007550;
}
.TagClassName
{
border-color: #007550;
}
</style>