Shades of Watercourse #0A684C
Tints of Watercourse #0A684C
RGB
CMYK
RGB Variations
Color information
#0A684C (or 0x0A684C) is known color: Watercourse. HEX triplet: 0A, 68 and 4C. RGB value is (10,104,76). Sum of RGB (Red+Green+Blue) = 10+104+76=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #0A684C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A684C is #F597B3. Grayscale: #484848. Windows color (decimal): -16095156 or 5007370. OLE color: 5007370.
HSL color Cylindrical-coordinate representation of color #0A684C: hue angle of 162.13º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A684C is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 104 | 76 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.59 |
| HSL | 162.13º | 0.82% | 0.22% | - |
| HSV(B) | 162.13º | 0.9% | 0.41% | - |
| XYZ | 6.38 | 10.49 | 8.53 | - |
| YUV | 72.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 76 | 0.90 | 0 | 0.27 | 0.59 | 162.13 | 0.82 | 0.22 |
| Hex | A | 68 | 4C | 5A | 0 | 1B | 3B | A2 | 52 | 16 |
| Octal | 12 | 150 | 114 | 132 | 0 | 33 | 73 | 242 | 122 | 26 |
| Binary | 1010 | 1101000 | 1001100 | 1011010 | 0 | 11011 | 111011 | 10100010 | 1010010 | 10110 |
Color Harmonies of #0A684C
Complementary color
Monochromatic Colors of #0A684C
Black with #0A684C
Text Example
Text Example
White with #0A684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A684C; }
p { color: rgb(10,104,76); }
H1.HeaderClassName
{
color: #0A684C;
}
.AnyTagClassName
{
color: #0A684C;
}
</style>
background-color css
<style>
a { background-color: #0A684C; }
a { background-color: rgb(10,104,76); }
div.DivClassName
{
background-color: #0A684C;
}
.BgClassName
{
background-color: #0A684C;
}
</style>
border-color css
<style>
span { border-color: #0A684C; }
span { border-color: rgb(10,104,76); }
td.TdClassName
{
border-color: #0A684C;
}
.TagClassName
{
border-color: #0A684C;
}
</style>