Shades of Watercourse #0A644D
Tints of Watercourse #0A644D
RGB
CMYK
RGB Variations
Color information
#0A644D (or 0x0A644D) is known color: Watercourse. HEX triplet: 0A, 64 and 4D. RGB value is (10,100,77). Sum of RGB (Red+Green+Blue) = 10+100+77=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 100 (39.45% from 255 or 53.48% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 100 - color contains mainly: green. Hex color #0A644D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A644D is #F59BB2. Grayscale: #464646. Windows color (decimal): -16096179 or 5071882. OLE color: 5071882.
HSL color Cylindrical-coordinate representation of color #0A644D: hue angle of 164.67º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A644D is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 100 | 77 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.61 |
| HSL | 164.67º | 0.82% | 0.22% | - |
| HSV(B) | 164.67º | 0.9% | 0.39% | - |
| XYZ | 6.02 | 9.71 | 8.58 | - |
| YUV | 70.47 | 131.68 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 100 | 77 | 0.90 | 0 | 0.23 | 0.61 | 164.67 | 0.82 | 0.22 |
| Hex | A | 64 | 4D | 5A | 0 | 17 | 3D | A5 | 52 | 16 |
| Octal | 12 | 144 | 115 | 132 | 0 | 27 | 75 | 245 | 122 | 26 |
| Binary | 1010 | 1100100 | 1001101 | 1011010 | 0 | 10111 | 111101 | 10100101 | 1010010 | 10110 |
Color Harmonies of #0A644D
Complementary color
Monochromatic Colors of #0A644D
Black with #0A644D
Text Example
Text Example
White with #0A644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A644D; }
p { color: rgb(10,100,77); }
H1.HeaderClassName
{
color: #0A644D;
}
.AnyTagClassName
{
color: #0A644D;
}
</style>
background-color css
<style>
a { background-color: #0A644D; }
a { background-color: rgb(10,100,77); }
div.DivClassName
{
background-color: #0A644D;
}
.BgClassName
{
background-color: #0A644D;
}
</style>
border-color css
<style>
span { border-color: #0A644D; }
span { border-color: rgb(10,100,77); }
td.TdClassName
{
border-color: #0A644D;
}
.TagClassName
{
border-color: #0A644D;
}
</style>