Shades of Watercourse #0A7852
Tints of Watercourse #0A7852
RGB
CMYK
RGB Variations
Color information
#0A7852 (or 0x0A7852) is known color: Watercourse. HEX triplet: 0A, 78 and 52. RGB value is (10,120,82). Sum of RGB (Red+Green+Blue) = 10+120+82=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7852 is #F587AD. Grayscale: #525252. Windows color (decimal): -16091054 or 5404682. OLE color: 5404682.
HSL color Cylindrical-coordinate representation of color #0A7852: hue angle of 159.27º degrees, saturation: 0.85, 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 #0A7852 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 120 | 82 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.53 |
| HSL | 159.27º | 0.85% | 0.25% | - |
| HSV(B) | 159.27º | 0.92% | 0.47% | - |
| XYZ | 8.36 | 14.11 | 10.26 | - |
| YUV | 82.78 | 127.56 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 120 | 82 | 0.92 | 0 | 0.32 | 0.53 | 159.27 | 0.85 | 0.25 |
| Hex | A | 78 | 52 | 5C | 0 | 20 | 35 | 9F | 55 | 19 |
| Octal | 12 | 170 | 122 | 134 | 0 | 40 | 65 | 237 | 125 | 31 |
| Binary | 1010 | 1111000 | 1010010 | 1011100 | 0 | 100000 | 110101 | 10011111 | 1010101 | 11001 |
Color Harmonies of #0A7852
Complementary color
Monochromatic Colors of #0A7852
Black with #0A7852
Text Example
Text Example
White with #0A7852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7852; }
p { color: rgb(10,120,82); }
H1.HeaderClassName
{
color: #0A7852;
}
.AnyTagClassName
{
color: #0A7852;
}
</style>
background-color css
<style>
a { background-color: #0A7852; }
a { background-color: rgb(10,120,82); }
div.DivClassName
{
background-color: #0A7852;
}
.BgClassName
{
background-color: #0A7852;
}
</style>
border-color css
<style>
span { border-color: #0A7852; }
span { border-color: rgb(10,120,82); }
td.TdClassName
{
border-color: #0A7852;
}
.TagClassName
{
border-color: #0A7852;
}
</style>