Shades of Watercourse #00694E
Tints of Watercourse #00694E
RGB
CMYK
RGB Variations
Color information
#00694E (or 0x00694E) is known color: Watercourse. HEX triplet: 00, 69 and 4E. RGB value is (0,105,78). Sum of RGB (Red+Green+Blue) = 0+105+78=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 105 (41.41% from 255 or 57.38% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 105 - color contains mainly: green. Hex color #00694E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00694E is #FF96B1. Grayscale: #464646. Windows color (decimal): -16750258 or 5138688. OLE color: 5138688.
HSL color Cylindrical-coordinate representation of color #00694E: hue angle of 164.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00694E is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 105 | 78 | - |
| CMYK | 1 | 0 | 0.26 | 0.59 |
| HSL | 164.57º | 1% | 0.21% | - |
| HSV(B) | 164.57º | 1% | 0.41% | - |
| XYZ | 6.43 | 10.65 | 8.93 | - |
| YUV | 70.53 | 132.21 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 78 | 1 | 0 | 0.26 | 0.59 | 164.57 | 1 | 0.21 |
| Hex | 0 | 69 | 4E | 64 | 0 | 1A | 3B | A5 | 64 | 15 |
| Octal | 0 | 151 | 116 | 144 | 0 | 32 | 73 | 245 | 144 | 25 |
| Binary | 0 | 1101001 | 1001110 | 1100100 | 0 | 11010 | 111011 | 10100101 | 1100100 | 10101 |
Color Harmonies of #00694E
Complementary color
Monochromatic Colors of #00694E
Black with #00694E
Text Example
Text Example
White with #00694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00694E; }
p { color: rgb(0,105,78); }
H1.HeaderClassName
{
color: #00694E;
}
.AnyTagClassName
{
color: #00694E;
}
</style>
background-color css
<style>
a { background-color: #00694E; }
a { background-color: rgb(0,105,78); }
div.DivClassName
{
background-color: #00694E;
}
.BgClassName
{
background-color: #00694E;
}
</style>
border-color css
<style>
span { border-color: #00694E; }
span { border-color: rgb(0,105,78); }
td.TdClassName
{
border-color: #00694E;
}
.TagClassName
{
border-color: #00694E;
}
</style>