Shades of Watercourse #007A52
Tints of Watercourse #007A52
RGB
CMYK
RGB Variations
Color information
#007A52 (or 0x007A52) is known color: Watercourse. HEX triplet: 00, 7A and 52. RGB value is (0,122,82). Sum of RGB (Red+Green+Blue) = 0+122+82=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 122 (48.05% from 255 or 59.80% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 122 - color contains mainly: green. Hex color #007A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007A52 is #FF85AD. Grayscale: #505050. Windows color (decimal): -16745902 or 5405184. OLE color: 5405184.
HSL color Cylindrical-coordinate representation of color #007A52: hue angle of 160.33º 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 #007A52 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 122 | 82 | - |
| CMYK | 1 | 0 | 0.33 | 0.52 |
| HSL | 160.33º | 1% | 0.24% | - |
| HSV(B) | 160.33º | 1% | 0.48% | - |
| XYZ | 8.48 | 14.53 | 10.34 | - |
| YUV | 80.96 | 128.58 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 82 | 1 | 0 | 0.33 | 0.52 | 160.33 | 1 | 0.24 |
| Hex | 0 | 7A | 52 | 64 | 0 | 21 | 34 | A0 | 64 | 18 |
| Octal | 0 | 172 | 122 | 144 | 0 | 41 | 64 | 240 | 144 | 30 |
| Binary | 0 | 1111010 | 1010010 | 1100100 | 0 | 100001 | 110100 | 10100000 | 1100100 | 11000 |
Color Harmonies of #007A52
Complementary color
Monochromatic Colors of #007A52
Black with #007A52
Text Example
Text Example
White with #007A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007A52; }
p { color: rgb(0,122,82); }
H1.HeaderClassName
{
color: #007A52;
}
.AnyTagClassName
{
color: #007A52;
}
</style>
background-color css
<style>
a { background-color: #007A52; }
a { background-color: rgb(0,122,82); }
div.DivClassName
{
background-color: #007A52;
}
.BgClassName
{
background-color: #007A52;
}
</style>
border-color css
<style>
span { border-color: #007A52; }
span { border-color: rgb(0,122,82); }
td.TdClassName
{
border-color: #007A52;
}
.TagClassName
{
border-color: #007A52;
}
</style>