Shades of Watercourse #076E4E
Tints of Watercourse #076E4E
RGB
CMYK
RGB Variations
Color information
#076E4E (or 0x076E4E) is known color: Watercourse. HEX triplet: 07, 6E and 4E. RGB value is (7,110,78). Sum of RGB (Red+Green+Blue) = 7+110+78=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 110 (43.36% from 255 or 56.41% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 110 - color contains mainly: green. Hex color #076E4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076E4E is #F891B1. Grayscale: #4B4B4B. Windows color (decimal): -16290226 or 5139975. OLE color: 5139975.
HSL color Cylindrical-coordinate representation of color #076E4E: hue angle of 161.36º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076E4E is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 110 | 78 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.57 |
| HSL | 161.36º | 0.88% | 0.23% | - |
| HSV(B) | 161.36º | 0.94% | 0.43% | - |
| XYZ | 7.04 | 11.75 | 9.1 | - |
| YUV | 75.56 | 129.38 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 78 | 0.94 | 0 | 0.29 | 0.57 | 161.36 | 0.88 | 0.23 |
| Hex | 7 | 6E | 4E | 5E | 0 | 1D | 39 | A1 | 58 | 17 |
| Octal | 7 | 156 | 116 | 136 | 0 | 35 | 71 | 241 | 130 | 27 |
| Binary | 111 | 1101110 | 1001110 | 1011110 | 0 | 11101 | 111001 | 10100001 | 1011000 | 10111 |
Color Harmonies of #076E4E
Complementary color
Monochromatic Colors of #076E4E
Black with #076E4E
Text Example
Text Example
White with #076E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076E4E; }
p { color: rgb(7,110,78); }
H1.HeaderClassName
{
color: #076E4E;
}
.AnyTagClassName
{
color: #076E4E;
}
</style>
background-color css
<style>
a { background-color: #076E4E; }
a { background-color: rgb(7,110,78); }
div.DivClassName
{
background-color: #076E4E;
}
.BgClassName
{
background-color: #076E4E;
}
</style>
border-color css
<style>
span { border-color: #076E4E; }
span { border-color: rgb(7,110,78); }
td.TdClassName
{
border-color: #076E4E;
}
.TagClassName
{
border-color: #076E4E;
}
</style>