Shades of Watercourse #076B4E
Tints of Watercourse #076B4E
RGB
CMYK
RGB Variations
Color information
#076B4E (or 0x076B4E) is known color: Watercourse. HEX triplet: 07, 6B and 4E. RGB value is (7,107,78). Sum of RGB (Red+Green+Blue) = 7+107+78=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 107 (42.19% from 255 or 55.73% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 107 - color contains mainly: green. Hex color #076B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B4E is #F894B1. Grayscale: #494949. Windows color (decimal): -16290994 or 5139207. OLE color: 5139207.
HSL color Cylindrical-coordinate representation of color #076B4E: hue angle of 162.6º 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 #076B4E is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 107 | 78 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.58 |
| HSL | 162.6º | 0.88% | 0.22% | - |
| HSV(B) | 162.6º | 0.93% | 0.42% | - |
| XYZ | 6.72 | 11.11 | 9 | - |
| YUV | 73.79 | 130.37 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 78 | 0.93 | 0 | 0.27 | 0.58 | 162.6 | 0.88 | 0.22 |
| Hex | 7 | 6B | 4E | 5D | 0 | 1B | 3A | A3 | 58 | 16 |
| Octal | 7 | 153 | 116 | 135 | 0 | 33 | 72 | 243 | 130 | 26 |
| Binary | 111 | 1101011 | 1001110 | 1011101 | 0 | 11011 | 111010 | 10100011 | 1011000 | 10110 |
Color Harmonies of #076B4E
Complementary color
Monochromatic Colors of #076B4E
Black with #076B4E
Text Example
Text Example
White with #076B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B4E; }
p { color: rgb(7,107,78); }
H1.HeaderClassName
{
color: #076B4E;
}
.AnyTagClassName
{
color: #076B4E;
}
</style>
background-color css
<style>
a { background-color: #076B4E; }
a { background-color: rgb(7,107,78); }
div.DivClassName
{
background-color: #076B4E;
}
.BgClassName
{
background-color: #076B4E;
}
</style>
border-color css
<style>
span { border-color: #076B4E; }
span { border-color: rgb(7,107,78); }
td.TdClassName
{
border-color: #076B4E;
}
.TagClassName
{
border-color: #076B4E;
}
</style>