Shades of Watercourse #076A57
Tints of Watercourse #076A57
RGB
CMYK
RGB Variations
Color information
#076A57 (or 0x076A57) is known color: Watercourse. HEX triplet: 07, 6A and 57. RGB value is (7,106,87). Sum of RGB (Red+Green+Blue) = 7+106+87=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 106 (41.80% from 255 or 53% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 106 - color contains mainly: green. Hex color #076A57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076A57 is #F895A8. Grayscale: #4A4A4A. Windows color (decimal): -16291241 or 5728775. OLE color: 5728775.
HSL color Cylindrical-coordinate representation of color #076A57: hue angle of 168.48º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076A57 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 106 | 87 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.58 |
| HSL | 168.48º | 0.88% | 0.22% | - |
| HSV(B) | 168.48º | 0.93% | 0.42% | - |
| XYZ | 6.96 | 11.04 | 10.78 | - |
| YUV | 74.23 | 135.2 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 87 | 0.93 | 0 | 0.18 | 0.58 | 168.48 | 0.88 | 0.22 |
| Hex | 7 | 6A | 57 | 5D | 0 | 12 | 3A | A8 | 58 | 16 |
| Octal | 7 | 152 | 127 | 135 | 0 | 22 | 72 | 250 | 130 | 26 |
| Binary | 111 | 1101010 | 1010111 | 1011101 | 0 | 10010 | 111010 | 10101000 | 1011000 | 10110 |
Color Harmonies of #076A57
Complementary color
Monochromatic Colors of #076A57
Black with #076A57
Text Example
Text Example
White with #076A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076A57; }
p { color: rgb(7,106,87); }
H1.HeaderClassName
{
color: #076A57;
}
.AnyTagClassName
{
color: #076A57;
}
</style>
background-color css
<style>
a { background-color: #076A57; }
a { background-color: rgb(7,106,87); }
div.DivClassName
{
background-color: #076A57;
}
.BgClassName
{
background-color: #076A57;
}
</style>
border-color css
<style>
span { border-color: #076A57; }
span { border-color: rgb(7,106,87); }
td.TdClassName
{
border-color: #076A57;
}
.TagClassName
{
border-color: #076A57;
}
</style>