Shades of Watercourse #07694E
Tints of Watercourse #07694E
RGB
CMYK
RGB Variations
Color information
#07694E (or 0x07694E) is known color: Watercourse. HEX triplet: 07, 69 and 4E. RGB value is (7,105,78). Sum of RGB (Red+Green+Blue) = 7+105+78=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #07694E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07694E is #F896B1. Grayscale: #484848. Windows color (decimal): -16291506 or 5138695. OLE color: 5138695.
HSL color Cylindrical-coordinate representation of color #07694E: hue angle of 163.47º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07694E is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 105 | 78 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.59 |
| HSL | 163.47º | 0.88% | 0.22% | - |
| HSV(B) | 163.47º | 0.93% | 0.41% | - |
| XYZ | 6.51 | 10.7 | 8.93 | - |
| YUV | 72.62 | 131.03 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 78 | 0.93 | 0 | 0.26 | 0.59 | 163.47 | 0.88 | 0.22 |
| Hex | 7 | 69 | 4E | 5D | 0 | 1A | 3B | A3 | 58 | 16 |
| Octal | 7 | 151 | 116 | 135 | 0 | 32 | 73 | 243 | 130 | 26 |
| Binary | 111 | 1101001 | 1001110 | 1011101 | 0 | 11010 | 111011 | 10100011 | 1011000 | 10110 |
Color Harmonies of #07694E
Complementary color
Monochromatic Colors of #07694E
Black with #07694E
Text Example
Text Example
White with #07694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07694E; }
p { color: rgb(7,105,78); }
H1.HeaderClassName
{
color: #07694E;
}
.AnyTagClassName
{
color: #07694E;
}
</style>
background-color css
<style>
a { background-color: #07694E; }
a { background-color: rgb(7,105,78); }
div.DivClassName
{
background-color: #07694E;
}
.BgClassName
{
background-color: #07694E;
}
</style>
border-color css
<style>
span { border-color: #07694E; }
span { border-color: rgb(7,105,78); }
td.TdClassName
{
border-color: #07694E;
}
.TagClassName
{
border-color: #07694E;
}
</style>