Shades of Watercourse #076A4E
Tints of Watercourse #076A4E
RGB
CMYK
RGB Variations
Color information
#076A4E (or 0x076A4E) is known color: Watercourse. HEX triplet: 07, 6A and 4E. RGB value is (7,106,78). Sum of RGB (Red+Green+Blue) = 7+106+78=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 106 (41.80% from 255 or 55.50% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 106 - color contains mainly: green. Hex color #076A4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076A4E is #F895B1. Grayscale: #494949. Windows color (decimal): -16291250 or 5138951. OLE color: 5138951.
HSL color Cylindrical-coordinate representation of color #076A4E: hue angle of 163.03º 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 #076A4E is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 106 | 78 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.58 |
| HSL | 163.03º | 0.88% | 0.22% | - |
| HSV(B) | 163.03º | 0.93% | 0.42% | - |
| XYZ | 6.62 | 10.9 | 8.96 | - |
| YUV | 73.21 | 130.7 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 78 | 0.93 | 0 | 0.26 | 0.58 | 163.03 | 0.88 | 0.22 |
| Hex | 7 | 6A | 4E | 5D | 0 | 1A | 3A | A3 | 58 | 16 |
| Octal | 7 | 152 | 116 | 135 | 0 | 32 | 72 | 243 | 130 | 26 |
| Binary | 111 | 1101010 | 1001110 | 1011101 | 0 | 11010 | 111010 | 10100011 | 1011000 | 10110 |
Color Harmonies of #076A4E
Complementary color
Monochromatic Colors of #076A4E
Black with #076A4E
Text Example
Text Example
White with #076A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076A4E; }
p { color: rgb(7,106,78); }
H1.HeaderClassName
{
color: #076A4E;
}
.AnyTagClassName
{
color: #076A4E;
}
</style>
background-color css
<style>
a { background-color: #076A4E; }
a { background-color: rgb(7,106,78); }
div.DivClassName
{
background-color: #076A4E;
}
.BgClassName
{
background-color: #076A4E;
}
</style>
border-color css
<style>
span { border-color: #076A4E; }
span { border-color: rgb(7,106,78); }
td.TdClassName
{
border-color: #076A4E;
}
.TagClassName
{
border-color: #076A4E;
}
</style>