Shades of Watercourse #007554
Tints of Watercourse #007554
RGB
CMYK
RGB Variations
Color information
#007554 (or 0x007554) is known color: Watercourse. HEX triplet: 00, 75 and 54. RGB value is (0,117,84). Sum of RGB (Red+Green+Blue) = 0+117+84=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 117 (46.09% from 255 or 58.21% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 117 - color contains mainly: green. Hex color #007554 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007554 is #FF8AAB. Grayscale: #4E4E4E. Windows color (decimal): -16747180 or 5534976. OLE color: 5534976.
HSL color Cylindrical-coordinate representation of color #007554: hue angle of 163.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 #007554 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 84 | - |
| CMYK | 1 | 0 | 0.28 | 0.54 |
| HSL | 163.08º | 1% | 0.23% | - |
| HSV(B) | 163.08º | 1% | 0.46% | - |
| XYZ | 7.96 | 13.36 | 10.55 | - |
| YUV | 78.26 | 131.24 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 84 | 1 | 0 | 0.28 | 0.54 | 163.08 | 1 | 0.23 |
| Hex | 0 | 75 | 54 | 64 | 0 | 1C | 36 | A3 | 64 | 17 |
| Octal | 0 | 165 | 124 | 144 | 0 | 34 | 66 | 243 | 144 | 27 |
| Binary | 0 | 1110101 | 1010100 | 1100100 | 0 | 11100 | 110110 | 10100011 | 1100100 | 10111 |
Color Harmonies of #007554
Complementary color
Monochromatic Colors of #007554
Black with #007554
Text Example
Text Example
White with #007554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007554; }
p { color: rgb(0,117,84); }
H1.HeaderClassName
{
color: #007554;
}
.AnyTagClassName
{
color: #007554;
}
</style>
background-color css
<style>
a { background-color: #007554; }
a { background-color: rgb(0,117,84); }
div.DivClassName
{
background-color: #007554;
}
.BgClassName
{
background-color: #007554;
}
</style>
border-color css
<style>
span { border-color: #007554; }
span { border-color: rgb(0,117,84); }
td.TdClassName
{
border-color: #007554;
}
.TagClassName
{
border-color: #007554;
}
</style>