Shades of Watercourse #0A624F
Tints of Watercourse #0A624F
RGB
CMYK
RGB Variations
Color information
#0A624F (or 0x0A624F) is known color: Watercourse. HEX triplet: 0A, 62 and 4F. RGB value is (10,98,79). Sum of RGB (Red+Green+Blue) = 10+98+79=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #0A624F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A624F is #F59DB0. Grayscale: #454545. Windows color (decimal): -16096689 or 5202442. OLE color: 5202442.
HSL color Cylindrical-coordinate representation of color #0A624F: hue angle of 167.05º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A624F is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 10 | 98 | 79 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.62 |
| HSL | 167.05º | 0.81% | 0.21% | - |
| HSV(B) | 167.05º | 0.9% | 0.38% | - |
| XYZ | 5.9 | 9.36 | 8.89 | - |
| YUV | 69.52 | 133.35 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 98 | 79 | 0.90 | 0 | 0.19 | 0.62 | 167.05 | 0.81 | 0.21 |
| Hex | A | 62 | 4F | 5A | 0 | 13 | 3E | A7 | 51 | 15 |
| Octal | 12 | 142 | 117 | 132 | 0 | 23 | 76 | 247 | 121 | 25 |
| Binary | 1010 | 1100010 | 1001111 | 1011010 | 0 | 10011 | 111110 | 10100111 | 1010001 | 10101 |
Color Harmonies of #0A624F
Complementary color
Monochromatic Colors of #0A624F
Black with #0A624F
Text Example
Text Example
White with #0A624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A624F; }
p { color: rgb(10,98,79); }
H1.HeaderClassName
{
color: #0A624F;
}
.AnyTagClassName
{
color: #0A624F;
}
</style>
background-color css
<style>
a { background-color: #0A624F; }
a { background-color: rgb(10,98,79); }
div.DivClassName
{
background-color: #0A624F;
}
.BgClassName
{
background-color: #0A624F;
}
</style>
border-color css
<style>
span { border-color: #0A624F; }
span { border-color: rgb(10,98,79); }
td.TdClassName
{
border-color: #0A624F;
}
.TagClassName
{
border-color: #0A624F;
}
</style>