Shades of Watercourse #0A684A
Tints of Watercourse #0A684A
RGB
CMYK
RGB Variations
Color information
#0A684A (or 0x0A684A) is known color: Watercourse. HEX triplet: 0A, 68 and 4A. RGB value is (10,104,74). Sum of RGB (Red+Green+Blue) = 10+104+74=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 104 (41.02% from 255 or 55.32% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 104 - color contains mainly: green. Hex color #0A684A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A684A is #F597B5. Grayscale: #484848. Windows color (decimal): -16095158 or 4876298. OLE color: 4876298.
HSL color Cylindrical-coordinate representation of color #0A684A: hue angle of 160.85º 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 #0A684A is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 104 | 74 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.59 |
| HSL | 160.85º | 0.82% | 0.22% | - |
| HSV(B) | 160.85º | 0.9% | 0.41% | - |
| XYZ | 6.31 | 10.46 | 8.16 | - |
| YUV | 72.47 | 128.86 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 74 | 0.90 | 0 | 0.29 | 0.59 | 160.85 | 0.82 | 0.22 |
| Hex | A | 68 | 4A | 5A | 0 | 1D | 3B | A1 | 52 | 16 |
| Octal | 12 | 150 | 112 | 132 | 0 | 35 | 73 | 241 | 122 | 26 |
| Binary | 1010 | 1101000 | 1001010 | 1011010 | 0 | 11101 | 111011 | 10100001 | 1010010 | 10110 |
Color Harmonies of #0A684A
Complementary color
Monochromatic Colors of #0A684A
Black with #0A684A
Text Example
Text Example
White with #0A684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A684A; }
p { color: rgb(10,104,74); }
H1.HeaderClassName
{
color: #0A684A;
}
.AnyTagClassName
{
color: #0A684A;
}
</style>
background-color css
<style>
a { background-color: #0A684A; }
a { background-color: rgb(10,104,74); }
div.DivClassName
{
background-color: #0A684A;
}
.BgClassName
{
background-color: #0A684A;
}
</style>
border-color css
<style>
span { border-color: #0A684A; }
span { border-color: rgb(10,104,74); }
td.TdClassName
{
border-color: #0A684A;
}
.TagClassName
{
border-color: #0A684A;
}
</style>