Shades of Watercourse #0A7754
Tints of Watercourse #0A7754
RGB
CMYK
RGB Variations
Color information
#0A7754 (or 0x0A7754) is known color: Watercourse. HEX triplet: 0A, 77 and 54. RGB value is (10,119,84). Sum of RGB (Red+Green+Blue) = 10+119+84=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7754 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7754 is #F588AB. Grayscale: #525252. Windows color (decimal): -16091308 or 5535498. OLE color: 5535498.
HSL color Cylindrical-coordinate representation of color #0A7754: hue angle of 160.73º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7754 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 119 | 84 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.53 |
| HSL | 160.73º | 0.84% | 0.25% | - |
| HSV(B) | 160.73º | 0.92% | 0.47% | - |
| XYZ | 8.32 | 13.9 | 10.63 | - |
| YUV | 82.42 | 128.89 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 119 | 84 | 0.92 | 0 | 0.29 | 0.53 | 160.73 | 0.84 | 0.25 |
| Hex | A | 77 | 54 | 5C | 0 | 1D | 35 | A1 | 54 | 19 |
| Octal | 12 | 167 | 124 | 134 | 0 | 35 | 65 | 241 | 124 | 31 |
| Binary | 1010 | 1110111 | 1010100 | 1011100 | 0 | 11101 | 110101 | 10100001 | 1010100 | 11001 |
Color Harmonies of #0A7754
Complementary color
Monochromatic Colors of #0A7754
Black with #0A7754
Text Example
Text Example
White with #0A7754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7754; }
p { color: rgb(10,119,84); }
H1.HeaderClassName
{
color: #0A7754;
}
.AnyTagClassName
{
color: #0A7754;
}
</style>
background-color css
<style>
a { background-color: #0A7754; }
a { background-color: rgb(10,119,84); }
div.DivClassName
{
background-color: #0A7754;
}
.BgClassName
{
background-color: #0A7754;
}
</style>
border-color css
<style>
span { border-color: #0A7754; }
span { border-color: rgb(10,119,84); }
td.TdClassName
{
border-color: #0A7754;
}
.TagClassName
{
border-color: #0A7754;
}
</style>