Shades of Watercourse #0A644C
Tints of Watercourse #0A644C
RGB
CMYK
RGB Variations
Color information
#0A644C (or 0x0A644C) is known color: Watercourse. HEX triplet: 0A, 64 and 4C. RGB value is (10,100,76). Sum of RGB (Red+Green+Blue) = 10+100+76=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 100 (39.45% from 255 or 53.76% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 100 - color contains mainly: green. Hex color #0A644C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A644C is #F59BB3. Grayscale: #464646. Windows color (decimal): -16096180 or 5006346. OLE color: 5006346.
HSL color Cylindrical-coordinate representation of color #0A644C: hue angle of 164º 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 #0A644C is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 100 | 76 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.61 |
| HSL | 164º | 0.82% | 0.22% | - |
| HSV(B) | 164º | 0.9% | 0.39% | - |
| XYZ | 5.99 | 9.7 | 8.39 | - |
| YUV | 70.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 100 | 76 | 0.90 | 0 | 0.24 | 0.61 | 164 | 0.82 | 0.22 |
| Hex | A | 64 | 4C | 5A | 0 | 18 | 3D | A4 | 52 | 16 |
| Octal | 12 | 144 | 114 | 132 | 0 | 30 | 75 | 244 | 122 | 26 |
| Binary | 1010 | 1100100 | 1001100 | 1011010 | 0 | 11000 | 111101 | 10100100 | 1010010 | 10110 |
Color Harmonies of #0A644C
Complementary color
Monochromatic Colors of #0A644C
Black with #0A644C
Text Example
Text Example
White with #0A644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A644C; }
p { color: rgb(10,100,76); }
H1.HeaderClassName
{
color: #0A644C;
}
.AnyTagClassName
{
color: #0A644C;
}
</style>
background-color css
<style>
a { background-color: #0A644C; }
a { background-color: rgb(10,100,76); }
div.DivClassName
{
background-color: #0A644C;
}
.BgClassName
{
background-color: #0A644C;
}
</style>
border-color css
<style>
span { border-color: #0A644C; }
span { border-color: rgb(10,100,76); }
td.TdClassName
{
border-color: #0A644C;
}
.TagClassName
{
border-color: #0A644C;
}
</style>