Shades of Watercourse #0A694F
Tints of Watercourse #0A694F
RGB
CMYK
RGB Variations
Color information
#0A694F (or 0x0A694F) is known color: Watercourse. HEX triplet: 0A, 69 and 4F. RGB value is (10,105,79). Sum of RGB (Red+Green+Blue) = 10+105+79=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #0A694F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A694F is #F596B0. Grayscale: #494949. Windows color (decimal): -16094897 or 5204234. OLE color: 5204234.
HSL color Cylindrical-coordinate representation of color #0A694F: hue angle of 163.58º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A694F is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 105 | 79 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.59 |
| HSL | 163.58º | 0.83% | 0.23% | - |
| HSV(B) | 163.58º | 0.9% | 0.41% | - |
| XYZ | 6.59 | 10.73 | 9.12 | - |
| YUV | 73.63 | 131.03 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 105 | 79 | 0.90 | 0 | 0.25 | 0.59 | 163.58 | 0.83 | 0.23 |
| Hex | A | 69 | 4F | 5A | 0 | 19 | 3B | A4 | 53 | 17 |
| Octal | 12 | 151 | 117 | 132 | 0 | 31 | 73 | 244 | 123 | 27 |
| Binary | 1010 | 1101001 | 1001111 | 1011010 | 0 | 11001 | 111011 | 10100100 | 1010011 | 10111 |
Color Harmonies of #0A694F
Complementary color
Monochromatic Colors of #0A694F
Black with #0A694F
Text Example
Text Example
White with #0A694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A694F; }
p { color: rgb(10,105,79); }
H1.HeaderClassName
{
color: #0A694F;
}
.AnyTagClassName
{
color: #0A694F;
}
</style>
background-color css
<style>
a { background-color: #0A694F; }
a { background-color: rgb(10,105,79); }
div.DivClassName
{
background-color: #0A694F;
}
.BgClassName
{
background-color: #0A694F;
}
</style>
border-color css
<style>
span { border-color: #0A694F; }
span { border-color: rgb(10,105,79); }
td.TdClassName
{
border-color: #0A694F;
}
.TagClassName
{
border-color: #0A694F;
}
</style>