Shades of Watercourse #007544
Tints of Watercourse #007544
RGB
CMYK
RGB Variations
Color information
#007544 (or 0x007544) is known color: Watercourse. HEX triplet: 00, 75 and 44. RGB value is (0,117,68). Sum of RGB (Red+Green+Blue) = 0+117+68=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 117 (46.09% from 255 or 63.24% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 117 - color contains mainly: green. Hex color #007544 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007544 is #FF8ABB. Grayscale: #4C4C4C. Windows color (decimal): -16747196 or 4486400. OLE color: 4486400.
HSL color Cylindrical-coordinate representation of color #007544: hue angle of 154.87º 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 #007544 is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 68 | - |
| CMYK | 1 | 0 | 0.42 | 0.54 |
| HSL | 154.87º | 1% | 0.23% | - |
| HSV(B) | 154.87º | 1% | 0.46% | - |
| XYZ | 7.4 | 13.14 | 7.61 | - |
| YUV | 76.43 | 123.24 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 68 | 1 | 0 | 0.42 | 0.54 | 154.87 | 1 | 0.23 |
| Hex | 0 | 75 | 44 | 64 | 0 | 2A | 36 | 9B | 64 | 17 |
| Octal | 0 | 165 | 104 | 144 | 0 | 52 | 66 | 233 | 144 | 27 |
| Binary | 0 | 1110101 | 1000100 | 1100100 | 0 | 101010 | 110110 | 10011011 | 1100100 | 10111 |
Color Harmonies of #007544
Complementary color
Monochromatic Colors of #007544
Black with #007544
Text Example
Text Example
White with #007544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007544; }
p { color: rgb(0,117,68); }
H1.HeaderClassName
{
color: #007544;
}
.AnyTagClassName
{
color: #007544;
}
</style>
background-color css
<style>
a { background-color: #007544; }
a { background-color: rgb(0,117,68); }
div.DivClassName
{
background-color: #007544;
}
.BgClassName
{
background-color: #007544;
}
</style>
border-color css
<style>
span { border-color: #007544; }
span { border-color: rgb(0,117,68); }
td.TdClassName
{
border-color: #007544;
}
.TagClassName
{
border-color: #007544;
}
</style>