Shades of Watercourse #0A694C
Tints of Watercourse #0A694C
RGB
CMYK
RGB Variations
Color information
#0A694C (or 0x0A694C) is known color: Watercourse. HEX triplet: 0A, 69 and 4C. RGB value is (10,105,76). Sum of RGB (Red+Green+Blue) = 10+105+76=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #0A694C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A694C is #F596B3. Grayscale: #494949. Windows color (decimal): -16094900 or 5007626. OLE color: 5007626.
HSL color Cylindrical-coordinate representation of color #0A694C: hue angle of 161.68º 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 #0A694C is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 105 | 76 | - |
| CMYK | 0.90 | 0 | 0.28 | 0.59 |
| HSL | 161.68º | 0.83% | 0.23% | - |
| HSV(B) | 161.68º | 0.9% | 0.41% | - |
| XYZ | 6.48 | 10.69 | 8.56 | - |
| YUV | 73.29 | 129.53 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 105 | 76 | 0.90 | 0 | 0.28 | 0.59 | 161.68 | 0.83 | 0.23 |
| Hex | A | 69 | 4C | 5A | 0 | 1C | 3B | A2 | 53 | 17 |
| Octal | 12 | 151 | 114 | 132 | 0 | 34 | 73 | 242 | 123 | 27 |
| Binary | 1010 | 1101001 | 1001100 | 1011010 | 0 | 11100 | 111011 | 10100010 | 1010011 | 10111 |
Color Harmonies of #0A694C
Complementary color
Monochromatic Colors of #0A694C
Black with #0A694C
Text Example
Text Example
White with #0A694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A694C; }
p { color: rgb(10,105,76); }
H1.HeaderClassName
{
color: #0A694C;
}
.AnyTagClassName
{
color: #0A694C;
}
</style>
background-color css
<style>
a { background-color: #0A694C; }
a { background-color: rgb(10,105,76); }
div.DivClassName
{
background-color: #0A694C;
}
.BgClassName
{
background-color: #0A694C;
}
</style>
border-color css
<style>
span { border-color: #0A694C; }
span { border-color: rgb(10,105,76); }
td.TdClassName
{
border-color: #0A694C;
}
.TagClassName
{
border-color: #0A694C;
}
</style>