Shades of Watercourse #0A7052
Tints of Watercourse #0A7052
RGB
CMYK
RGB Variations
Color information
#0A7052 (or 0x0A7052) is known color: Watercourse. HEX triplet: 0A, 70 and 52. RGB value is (10,112,82). Sum of RGB (Red+Green+Blue) = 10+112+82=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7052 is #F58FAD. Grayscale: #4E4E4E. Windows color (decimal): -16093102 or 5402634. OLE color: 5402634.
HSL color Cylindrical-coordinate representation of color #0A7052: hue angle of 162.35º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7052 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 112 | 82 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.56 |
| HSL | 162.35º | 0.84% | 0.24% | - |
| HSV(B) | 162.35º | 0.91% | 0.44% | - |
| XYZ | 7.44 | 12.26 | 9.96 | - |
| YUV | 78.08 | 130.21 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 82 | 0.91 | 0 | 0.27 | 0.56 | 162.35 | 0.84 | 0.24 |
| Hex | A | 70 | 52 | 5B | 0 | 1B | 38 | A2 | 54 | 18 |
| Octal | 12 | 160 | 122 | 133 | 0 | 33 | 70 | 242 | 124 | 30 |
| Binary | 1010 | 1110000 | 1010010 | 1011011 | 0 | 11011 | 111000 | 10100010 | 1010100 | 11000 |
Color Harmonies of #0A7052
Complementary color
Monochromatic Colors of #0A7052
Black with #0A7052
Text Example
Text Example
White with #0A7052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7052; }
p { color: rgb(10,112,82); }
H1.HeaderClassName
{
color: #0A7052;
}
.AnyTagClassName
{
color: #0A7052;
}
</style>
background-color css
<style>
a { background-color: #0A7052; }
a { background-color: rgb(10,112,82); }
div.DivClassName
{
background-color: #0A7052;
}
.BgClassName
{
background-color: #0A7052;
}
</style>
border-color css
<style>
span { border-color: #0A7052; }
span { border-color: rgb(10,112,82); }
td.TdClassName
{
border-color: #0A7052;
}
.TagClassName
{
border-color: #0A7052;
}
</style>