Shades of Watercourse #0A6C56
Tints of Watercourse #0A6C56
RGB
CMYK
RGB Variations
Color information
#0A6C56 (or 0x0A6C56) is known color: Watercourse. HEX triplet: 0A, 6C and 56. RGB value is (10,108,86). Sum of RGB (Red+Green+Blue) = 10+108+86=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 108 (42.58% from 255 or 52.94% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 108 - color contains mainly: green. Hex color #0A6C56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6C56 is #F593A9. Grayscale: #4C4C4C. Windows color (decimal): -16094122 or 5663754. OLE color: 5663754.
HSL color Cylindrical-coordinate representation of color #0A6C56: hue angle of 166.53º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6C56 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 108 | 86 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.58 |
| HSL | 166.53º | 0.83% | 0.23% | - |
| HSV(B) | 166.53º | 0.91% | 0.42% | - |
| XYZ | 7.17 | 11.46 | 10.64 | - |
| YUV | 76.19 | 133.53 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 108 | 86 | 0.91 | 0 | 0.20 | 0.58 | 166.53 | 0.83 | 0.23 |
| Hex | A | 6C | 56 | 5B | 0 | 14 | 3A | A7 | 53 | 17 |
| Octal | 12 | 154 | 126 | 133 | 0 | 24 | 72 | 247 | 123 | 27 |
| Binary | 1010 | 1101100 | 1010110 | 1011011 | 0 | 10100 | 111010 | 10100111 | 1010011 | 10111 |
Color Harmonies of #0A6C56
Complementary color
Monochromatic Colors of #0A6C56
Black with #0A6C56
Text Example
Text Example
White with #0A6C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6C56; }
p { color: rgb(10,108,86); }
H1.HeaderClassName
{
color: #0A6C56;
}
.AnyTagClassName
{
color: #0A6C56;
}
</style>
background-color css
<style>
a { background-color: #0A6C56; }
a { background-color: rgb(10,108,86); }
div.DivClassName
{
background-color: #0A6C56;
}
.BgClassName
{
background-color: #0A6C56;
}
</style>
border-color css
<style>
span { border-color: #0A6C56; }
span { border-color: rgb(10,108,86); }
td.TdClassName
{
border-color: #0A6C56;
}
.TagClassName
{
border-color: #0A6C56;
}
</style>