Shades of Watercourse #077B4E
Tints of Watercourse #077B4E
RGB
CMYK
RGB Variations
Color information
#077B4E (or 0x077B4E) is known color: Watercourse. HEX triplet: 07, 7B and 4E. RGB value is (7,123,78). Sum of RGB (Red+Green+Blue) = 7+123+78=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 123 (48.44% from 255 or 59.13% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 123 - color contains mainly: green. Hex color #077B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077B4E is #F884B1. Grayscale: #535353. Windows color (decimal): -16286898 or 5143303. OLE color: 5143303.
HSL color Cylindrical-coordinate representation of color #077B4E: hue angle of 156.72º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077B4E is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 123 | 78 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.52 |
| HSL | 156.72º | 0.89% | 0.25% | - |
| HSV(B) | 156.72º | 0.94% | 0.48% | - |
| XYZ | 8.55 | 14.76 | 9.61 | - |
| YUV | 83.19 | 125.07 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 78 | 0.94 | 0 | 0.37 | 0.52 | 156.72 | 0.89 | 0.25 |
| Hex | 7 | 7B | 4E | 5E | 0 | 25 | 34 | 9D | 59 | 19 |
| Octal | 7 | 173 | 116 | 136 | 0 | 45 | 64 | 235 | 131 | 31 |
| Binary | 111 | 1111011 | 1001110 | 1011110 | 0 | 100101 | 110100 | 10011101 | 1011001 | 11001 |
Color Harmonies of #077B4E
Complementary color
Monochromatic Colors of #077B4E
Black with #077B4E
Text Example
Text Example
White with #077B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077B4E; }
p { color: rgb(7,123,78); }
H1.HeaderClassName
{
color: #077B4E;
}
.AnyTagClassName
{
color: #077B4E;
}
</style>
background-color css
<style>
a { background-color: #077B4E; }
a { background-color: rgb(7,123,78); }
div.DivClassName
{
background-color: #077B4E;
}
.BgClassName
{
background-color: #077B4E;
}
</style>
border-color css
<style>
span { border-color: #077B4E; }
span { border-color: rgb(7,123,78); }
td.TdClassName
{
border-color: #077B4E;
}
.TagClassName
{
border-color: #077B4E;
}
</style>