Shades of Watercourse #076F52
Tints of Watercourse #076F52
RGB
CMYK
RGB Variations
Color information
#076F52 (or 0x076F52) is known color: Watercourse. HEX triplet: 07, 6F and 52. RGB value is (7,111,82). Sum of RGB (Red+Green+Blue) = 7+111+82=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 111 (43.75% from 255 or 55.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 111 - color contains mainly: green. Hex color #076F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F52 is #F890AD. Grayscale: #4C4C4C. Windows color (decimal): -16289966 or 5402375. OLE color: 5402375.
HSL color Cylindrical-coordinate representation of color #076F52: hue angle of 163.27º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076F52 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 111 | 82 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.56 |
| HSL | 163.27º | 0.88% | 0.23% | - |
| HSV(B) | 163.27º | 0.94% | 0.44% | - |
| XYZ | 7.3 | 12.02 | 9.92 | - |
| YUV | 76.6 | 131.04 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 82 | 0.94 | 0 | 0.26 | 0.56 | 163.27 | 0.88 | 0.23 |
| Hex | 7 | 6F | 52 | 5E | 0 | 1A | 38 | A3 | 58 | 17 |
| Octal | 7 | 157 | 122 | 136 | 0 | 32 | 70 | 243 | 130 | 27 |
| Binary | 111 | 1101111 | 1010010 | 1011110 | 0 | 11010 | 111000 | 10100011 | 1011000 | 10111 |
Color Harmonies of #076F52
Complementary color
Monochromatic Colors of #076F52
Black with #076F52
Text Example
Text Example
White with #076F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F52; }
p { color: rgb(7,111,82); }
H1.HeaderClassName
{
color: #076F52;
}
.AnyTagClassName
{
color: #076F52;
}
</style>
background-color css
<style>
a { background-color: #076F52; }
a { background-color: rgb(7,111,82); }
div.DivClassName
{
background-color: #076F52;
}
.BgClassName
{
background-color: #076F52;
}
</style>
border-color css
<style>
span { border-color: #076F52; }
span { border-color: rgb(7,111,82); }
td.TdClassName
{
border-color: #076F52;
}
.TagClassName
{
border-color: #076F52;
}
</style>