Shades of Watercourse #0A6453
Tints of Watercourse #0A6453
RGB
CMYK
RGB Variations
Color information
#0A6453 (or 0x0A6453) is known color: Watercourse. HEX triplet: 0A, 64 and 53. RGB value is (10,100,83). Sum of RGB (Red+Green+Blue) = 10+100+83=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 100 (39.45% from 255 or 51.81% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 100 - color contains mainly: green. Hex color #0A6453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6453 is #F59BAC. Grayscale: #474747. Windows color (decimal): -16096173 or 5465098. OLE color: 5465098.
HSL color Cylindrical-coordinate representation of color #0A6453: hue angle of 168.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 #0A6453 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 100 | 83 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.61 |
| HSL | 168.67º | 0.82% | 0.22% | - |
| HSV(B) | 168.67º | 0.9% | 0.39% | - |
| XYZ | 6.24 | 9.8 | 9.75 | - |
| YUV | 71.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 100 | 83 | 0.90 | 0 | 0.17 | 0.61 | 168.67 | 0.82 | 0.22 |
| Hex | A | 64 | 53 | 5A | 0 | 11 | 3D | A9 | 52 | 16 |
| Octal | 12 | 144 | 123 | 132 | 0 | 21 | 75 | 251 | 122 | 26 |
| Binary | 1010 | 1100100 | 1010011 | 1011010 | 0 | 10001 | 111101 | 10101001 | 1010010 | 10110 |
Color Harmonies of #0A6453
Complementary color
Monochromatic Colors of #0A6453
Black with #0A6453
Text Example
Text Example
White with #0A6453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6453; }
p { color: rgb(10,100,83); }
H1.HeaderClassName
{
color: #0A6453;
}
.AnyTagClassName
{
color: #0A6453;
}
</style>
background-color css
<style>
a { background-color: #0A6453; }
a { background-color: rgb(10,100,83); }
div.DivClassName
{
background-color: #0A6453;
}
.BgClassName
{
background-color: #0A6453;
}
</style>
border-color css
<style>
span { border-color: #0A6453; }
span { border-color: rgb(10,100,83); }
td.TdClassName
{
border-color: #0A6453;
}
.TagClassName
{
border-color: #0A6453;
}
</style>