Shades of Watercourse #0A6452
Tints of Watercourse #0A6452
RGB
CMYK
RGB Variations
Color information
#0A6452 (or 0x0A6452) is known color: Watercourse. HEX triplet: 0A, 64 and 52. RGB value is (10,100,82). Sum of RGB (Red+Green+Blue) = 10+100+82=192 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.21% from 192); Green value is 100 (39.45% from 255 or 52.08% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 100 - color contains mainly: green. Hex color #0A6452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6452 is #F59BAD. Grayscale: #474747. Windows color (decimal): -16096174 or 5399562. OLE color: 5399562.
HSL color Cylindrical-coordinate representation of color #0A6452: hue angle of 168º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6452 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 100 | 82 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.61 |
| HSL | 168º | 0.82% | 0.22% | - |
| HSV(B) | 168º | 0.9% | 0.39% | - |
| XYZ | 6.21 | 9.79 | 9.54 | - |
| YUV | 71.04 | 134.18 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 100 | 82 | 0.90 | 0 | 0.18 | 0.61 | 168 | 0.82 | 0.22 |
| Hex | A | 64 | 52 | 5A | 0 | 12 | 3D | A8 | 52 | 16 |
| Octal | 12 | 144 | 122 | 132 | 0 | 22 | 75 | 250 | 122 | 26 |
| Binary | 1010 | 1100100 | 1010010 | 1011010 | 0 | 10010 | 111101 | 10101000 | 1010010 | 10110 |
Color Harmonies of #0A6452
Complementary color
Monochromatic Colors of #0A6452
Black with #0A6452
Text Example
Text Example
White with #0A6452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6452; }
p { color: rgb(10,100,82); }
H1.HeaderClassName
{
color: #0A6452;
}
.AnyTagClassName
{
color: #0A6452;
}
</style>
background-color css
<style>
a { background-color: #0A6452; }
a { background-color: rgb(10,100,82); }
div.DivClassName
{
background-color: #0A6452;
}
.BgClassName
{
background-color: #0A6452;
}
</style>
border-color css
<style>
span { border-color: #0A6452; }
span { border-color: rgb(10,100,82); }
td.TdClassName
{
border-color: #0A6452;
}
.TagClassName
{
border-color: #0A6452;
}
</style>