Shades of Watercourse #007B52
Tints of Watercourse #007B52
RGB
CMYK
RGB Variations
Color information
#007B52 (or 0x007B52) is known color: Watercourse. HEX triplet: 00, 7B and 52. RGB value is (0,123,82). Sum of RGB (Red+Green+Blue) = 0+123+82=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 123 (48.44% from 255 or 60% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 123 - color contains mainly: green. Hex color #007B52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007B52 is #FF84AD. Grayscale: #515151. Windows color (decimal): -16745646 or 5405440. OLE color: 5405440.
HSL color Cylindrical-coordinate representation of color #007B52: hue angle of 160º 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 #007B52 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 123 | 82 | - |
| CMYK | 1 | 0 | 0.33 | 0.52 |
| HSL | 160º | 1% | 0.24% | - |
| HSV(B) | 160º | 1% | 0.48% | - |
| XYZ | 8.61 | 14.78 | 10.38 | - |
| YUV | 81.55 | 128.25 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 82 | 1 | 0 | 0.33 | 0.52 | 160 | 1 | 0.24 |
| Hex | 0 | 7B | 52 | 64 | 0 | 21 | 34 | A0 | 64 | 18 |
| Octal | 0 | 173 | 122 | 144 | 0 | 41 | 64 | 240 | 144 | 30 |
| Binary | 0 | 1111011 | 1010010 | 1100100 | 0 | 100001 | 110100 | 10100000 | 1100100 | 11000 |
Color Harmonies of #007B52
Complementary color
Monochromatic Colors of #007B52
Black with #007B52
Text Example
Text Example
White with #007B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007B52; }
p { color: rgb(0,123,82); }
H1.HeaderClassName
{
color: #007B52;
}
.AnyTagClassName
{
color: #007B52;
}
</style>
background-color css
<style>
a { background-color: #007B52; }
a { background-color: rgb(0,123,82); }
div.DivClassName
{
background-color: #007B52;
}
.BgClassName
{
background-color: #007B52;
}
</style>
border-color css
<style>
span { border-color: #007B52; }
span { border-color: rgb(0,123,82); }
td.TdClassName
{
border-color: #007B52;
}
.TagClassName
{
border-color: #007B52;
}
</style>