Shades of Watercourse #076F47
Tints of Watercourse #076F47
RGB
CMYK
RGB Variations
Color information
#076F47 (or 0x076F47) is known color: Watercourse. HEX triplet: 07, 6F and 47. RGB value is (7,111,71). Sum of RGB (Red+Green+Blue) = 7+111+71=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 111 (43.75% from 255 or 58.73% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 111 - color contains mainly: green. Hex color #076F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076F47 is #F890B8. Grayscale: #4B4B4B. Windows color (decimal): -16289977 or 4681479. OLE color: 4681479.
HSL color Cylindrical-coordinate representation of color #076F47: hue angle of 156.92º 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 #076F47 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 111 | 71 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.56 |
| HSL | 156.92º | 0.88% | 0.23% | - |
| HSV(B) | 156.92º | 0.94% | 0.44% | - |
| XYZ | 6.91 | 11.87 | 7.89 | - |
| YUV | 75.34 | 125.54 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 71 | 0.94 | 0 | 0.36 | 0.56 | 156.92 | 0.88 | 0.23 |
| Hex | 7 | 6F | 47 | 5E | 0 | 24 | 38 | 9D | 58 | 17 |
| Octal | 7 | 157 | 107 | 136 | 0 | 44 | 70 | 235 | 130 | 27 |
| Binary | 111 | 1101111 | 1000111 | 1011110 | 0 | 100100 | 111000 | 10011101 | 1011000 | 10111 |
Color Harmonies of #076F47
Complementary color
Monochromatic Colors of #076F47
Black with #076F47
Text Example
Text Example
White with #076F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F47; }
p { color: rgb(7,111,71); }
H1.HeaderClassName
{
color: #076F47;
}
.AnyTagClassName
{
color: #076F47;
}
</style>
background-color css
<style>
a { background-color: #076F47; }
a { background-color: rgb(7,111,71); }
div.DivClassName
{
background-color: #076F47;
}
.BgClassName
{
background-color: #076F47;
}
</style>
border-color css
<style>
span { border-color: #076F47; }
span { border-color: rgb(7,111,71); }
td.TdClassName
{
border-color: #076F47;
}
.TagClassName
{
border-color: #076F47;
}
</style>