Shades of Watercourse #076351
Tints of Watercourse #076351
RGB
CMYK
RGB Variations
Color information
#076351 (or 0x076351) is known color: Watercourse. HEX triplet: 07, 63 and 51. RGB value is (7,99,81). Sum of RGB (Red+Green+Blue) = 7+99+81=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #076351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076351 is #F89CAE. Grayscale: #454545. Windows color (decimal): -16293039 or 5333767. OLE color: 5333767.
HSL color Cylindrical-coordinate representation of color #076351: hue angle of 168.26º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076351 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 99 | 81 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.61 |
| HSL | 168.26º | 0.87% | 0.21% | - |
| HSV(B) | 168.26º | 0.93% | 0.39% | - |
| XYZ | 6.03 | 9.56 | 9.31 | - |
| YUV | 69.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 81 | 0.93 | 0 | 0.18 | 0.61 | 168.26 | 0.87 | 0.21 |
| Hex | 7 | 63 | 51 | 5D | 0 | 12 | 3D | A8 | 57 | 15 |
| Octal | 7 | 143 | 121 | 135 | 0 | 22 | 75 | 250 | 127 | 25 |
| Binary | 111 | 1100011 | 1010001 | 1011101 | 0 | 10010 | 111101 | 10101000 | 1010111 | 10101 |
Color Harmonies of #076351
Complementary color
Monochromatic Colors of #076351
Black with #076351
Text Example
Text Example
White with #076351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076351; }
p { color: rgb(7,99,81); }
H1.HeaderClassName
{
color: #076351;
}
.AnyTagClassName
{
color: #076351;
}
</style>
background-color css
<style>
a { background-color: #076351; }
a { background-color: rgb(7,99,81); }
div.DivClassName
{
background-color: #076351;
}
.BgClassName
{
background-color: #076351;
}
</style>
border-color css
<style>
span { border-color: #076351; }
span { border-color: rgb(7,99,81); }
td.TdClassName
{
border-color: #076351;
}
.TagClassName
{
border-color: #076351;
}
</style>