Shades of Watercourse #0A6E4D
Tints of Watercourse #0A6E4D
RGB
CMYK
RGB Variations
Color information
#0A6E4D (or 0x0A6E4D) is known color: Watercourse. HEX triplet: 0A, 6E and 4D. RGB value is (10,110,77). Sum of RGB (Red+Green+Blue) = 10+110+77=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 110 (43.36% from 255 or 55.84% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 110 - color contains mainly: green. Hex color #0A6E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6E4D is #F591B2. Grayscale: #4C4C4C. Windows color (decimal): -16093619 or 5074442. OLE color: 5074442.
HSL color Cylindrical-coordinate representation of color #0A6E4D: hue angle of 160.2º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6E4D is Cyan = 0.91, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 110 | 77 | - |
| CMYK | 0.91 | 0 | 0.3 | 0.57 |
| HSL | 160.2º | 0.83% | 0.24% | - |
| HSV(B) | 160.2º | 0.91% | 0.43% | - |
| XYZ | 7.04 | 11.75 | 8.92 | - |
| YUV | 76.34 | 128.37 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 110 | 77 | 0.91 | 0 | 0.3 | 0.57 | 160.2 | 0.83 | 0.24 |
| Hex | A | 6E | 4D | 5B | 0 | 1E | 39 | A0 | 53 | 18 |
| Octal | 12 | 156 | 115 | 133 | 0 | 36 | 71 | 240 | 123 | 30 |
| Binary | 1010 | 1101110 | 1001101 | 1011011 | 0 | 11110 | 111001 | 10100000 | 1010011 | 11000 |
Color Harmonies of #0A6E4D
Complementary color
Monochromatic Colors of #0A6E4D
Black with #0A6E4D
Text Example
Text Example
White with #0A6E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6E4D; }
p { color: rgb(10,110,77); }
H1.HeaderClassName
{
color: #0A6E4D;
}
.AnyTagClassName
{
color: #0A6E4D;
}
</style>
background-color css
<style>
a { background-color: #0A6E4D; }
a { background-color: rgb(10,110,77); }
div.DivClassName
{
background-color: #0A6E4D;
}
.BgClassName
{
background-color: #0A6E4D;
}
</style>
border-color css
<style>
span { border-color: #0A6E4D; }
span { border-color: rgb(10,110,77); }
td.TdClassName
{
border-color: #0A6E4D;
}
.TagClassName
{
border-color: #0A6E4D;
}
</style>