Shades of Watercourse #006753
Tints of Watercourse #006753
RGB
CMYK
RGB Variations
Color information
#006753 (or 0x006753) is known color: Watercourse. HEX triplet: 00, 67 and 53. RGB value is (0,103,83). Sum of RGB (Red+Green+Blue) = 0+103+83=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 103 (40.62% from 255 or 55.38% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 103 - color contains mainly: green. Hex color #006753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006753 is #FF98AC. Grayscale: #454545. Windows color (decimal): -16750765 or 5465856. OLE color: 5465856.
HSL color Cylindrical-coordinate representation of color #006753: hue angle of 168.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006753 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 103 | 83 | - |
| CMYK | 1 | 0 | 0.19 | 0.60 |
| HSL | 168.35º | 1% | 0.2% | - |
| HSV(B) | 168.35º | 1% | 0.4% | - |
| XYZ | 6.41 | 10.33 | 9.84 | - |
| YUV | 69.92 | 135.38 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 83 | 1 | 0 | 0.19 | 0.60 | 168.35 | 1 | 0.2 |
| Hex | 0 | 67 | 53 | 64 | 0 | 13 | 3C | A8 | 64 | 14 |
| Octal | 0 | 147 | 123 | 144 | 0 | 23 | 74 | 250 | 144 | 24 |
| Binary | 0 | 1100111 | 1010011 | 1100100 | 0 | 10011 | 111100 | 10101000 | 1100100 | 10100 |
Color Harmonies of #006753
Complementary color
Monochromatic Colors of #006753
Black with #006753
Text Example
Text Example
White with #006753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006753; }
p { color: rgb(0,103,83); }
H1.HeaderClassName
{
color: #006753;
}
.AnyTagClassName
{
color: #006753;
}
</style>
background-color css
<style>
a { background-color: #006753; }
a { background-color: rgb(0,103,83); }
div.DivClassName
{
background-color: #006753;
}
.BgClassName
{
background-color: #006753;
}
</style>
border-color css
<style>
span { border-color: #006753; }
span { border-color: rgb(0,103,83); }
td.TdClassName
{
border-color: #006753;
}
.TagClassName
{
border-color: #006753;
}
</style>