Shades of Watercourse #0A764D
Tints of Watercourse #0A764D
RGB
CMYK
RGB Variations
Color information
#0A764D (or 0x0A764D) is known color: Watercourse. HEX triplet: 0A, 76 and 4D. RGB value is (10,118,77). Sum of RGB (Red+Green+Blue) = 10+118+77=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #0A764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A764D is #F589B2. Grayscale: #515151. Windows color (decimal): -16091571 or 5076490. OLE color: 5076490.
HSL color Cylindrical-coordinate representation of color #0A764D: hue angle of 157.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A764D is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 118 | 77 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.54 |
| HSL | 157.22º | 0.84% | 0.25% | - |
| HSV(B) | 157.22º | 0.92% | 0.46% | - |
| XYZ | 7.94 | 13.56 | 9.22 | - |
| YUV | 81.03 | 125.72 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 77 | 0.92 | 0 | 0.35 | 0.54 | 157.22 | 0.84 | 0.25 |
| Hex | A | 76 | 4D | 5C | 0 | 23 | 36 | 9D | 54 | 19 |
| Octal | 12 | 166 | 115 | 134 | 0 | 43 | 66 | 235 | 124 | 31 |
| Binary | 1010 | 1110110 | 1001101 | 1011100 | 0 | 100011 | 110110 | 10011101 | 1010100 | 11001 |
Color Harmonies of #0A764D
Complementary color
Monochromatic Colors of #0A764D
Black with #0A764D
Text Example
Text Example
White with #0A764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A764D; }
p { color: rgb(10,118,77); }
H1.HeaderClassName
{
color: #0A764D;
}
.AnyTagClassName
{
color: #0A764D;
}
</style>
background-color css
<style>
a { background-color: #0A764D; }
a { background-color: rgb(10,118,77); }
div.DivClassName
{
background-color: #0A764D;
}
.BgClassName
{
background-color: #0A764D;
}
</style>
border-color css
<style>
span { border-color: #0A764D; }
span { border-color: rgb(10,118,77); }
td.TdClassName
{
border-color: #0A764D;
}
.TagClassName
{
border-color: #0A764D;
}
</style>