Shades of Watercourse #007B54
Tints of Watercourse #007B54
RGB
CMYK
RGB Variations
Color information
#007B54 (or 0x007B54) is known color: Watercourse. HEX triplet: 00, 7B and 54. RGB value is (0,123,84). Sum of RGB (Red+Green+Blue) = 0+123+84=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 123 (48.44% from 255 or 59.42% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 123 - color contains mainly: green. Hex color #007B54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007B54 is #FF84AB. Grayscale: #515151. Windows color (decimal): -16745644 or 5536512. OLE color: 5536512.
HSL color Cylindrical-coordinate representation of color #007B54: hue angle of 160.98º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007B54 is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 123 | 84 | - |
| CMYK | 1 | 0 | 0.32 | 0.52 |
| HSL | 160.98º | 1% | 0.24% | - |
| HSV(B) | 160.98º | 1% | 0.48% | - |
| XYZ | 8.68 | 14.81 | 10.79 | - |
| YUV | 81.78 | 129.25 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 84 | 1 | 0 | 0.32 | 0.52 | 160.98 | 1 | 0.24 |
| Hex | 0 | 7B | 54 | 64 | 0 | 20 | 34 | A1 | 64 | 18 |
| Octal | 0 | 173 | 124 | 144 | 0 | 40 | 64 | 241 | 144 | 30 |
| Binary | 0 | 1111011 | 1010100 | 1100100 | 0 | 100000 | 110100 | 10100001 | 1100100 | 11000 |
Color Harmonies of #007B54
Complementary color
Monochromatic Colors of #007B54
Black with #007B54
Text Example
Text Example
White with #007B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007B54; }
p { color: rgb(0,123,84); }
H1.HeaderClassName
{
color: #007B54;
}
.AnyTagClassName
{
color: #007B54;
}
</style>
background-color css
<style>
a { background-color: #007B54; }
a { background-color: rgb(0,123,84); }
div.DivClassName
{
background-color: #007B54;
}
.BgClassName
{
background-color: #007B54;
}
</style>
border-color css
<style>
span { border-color: #007B54; }
span { border-color: rgb(0,123,84); }
td.TdClassName
{
border-color: #007B54;
}
.TagClassName
{
border-color: #007B54;
}
</style>