Shades of Watercourse #076B52
Tints of Watercourse #076B52
RGB
CMYK
RGB Variations
Color information
#076B52 (or 0x076B52) is known color: Watercourse. HEX triplet: 07, 6B and 52. RGB value is (7,107,82). Sum of RGB (Red+Green+Blue) = 7+107+82=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 107 (42.19% from 255 or 54.59% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 107 - color contains mainly: green. Hex color #076B52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B52 is #F894AD. Grayscale: #4A4A4A. Windows color (decimal): -16290990 or 5401351. OLE color: 5401351.
HSL color Cylindrical-coordinate representation of color #076B52: hue angle of 165º 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 #076B52 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 107 | 82 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.58 |
| HSL | 165º | 0.88% | 0.22% | - |
| HSV(B) | 165º | 0.93% | 0.42% | - |
| XYZ | 6.87 | 11.17 | 9.78 | - |
| YUV | 74.25 | 132.37 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 82 | 0.93 | 0 | 0.23 | 0.58 | 165 | 0.88 | 0.22 |
| Hex | 7 | 6B | 52 | 5D | 0 | 17 | 3A | A5 | 58 | 16 |
| Octal | 7 | 153 | 122 | 135 | 0 | 27 | 72 | 245 | 130 | 26 |
| Binary | 111 | 1101011 | 1010010 | 1011101 | 0 | 10111 | 111010 | 10100101 | 1011000 | 10110 |
Color Harmonies of #076B52
Complementary color
Monochromatic Colors of #076B52
Black with #076B52
Text Example
Text Example
White with #076B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B52; }
p { color: rgb(7,107,82); }
H1.HeaderClassName
{
color: #076B52;
}
.AnyTagClassName
{
color: #076B52;
}
</style>
background-color css
<style>
a { background-color: #076B52; }
a { background-color: rgb(7,107,82); }
div.DivClassName
{
background-color: #076B52;
}
.BgClassName
{
background-color: #076B52;
}
</style>
border-color css
<style>
span { border-color: #076B52; }
span { border-color: rgb(7,107,82); }
td.TdClassName
{
border-color: #076B52;
}
.TagClassName
{
border-color: #076B52;
}
</style>