Shades of Watercourse #006750
Tints of Watercourse #006750
RGB
CMYK
RGB Variations
Color information
#006750 (or 0x006750) is known color: Watercourse. HEX triplet: 00, 67 and 50. RGB value is (0,103,80). Sum of RGB (Red+Green+Blue) = 0+103+80=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 103 (40.62% from 255 or 56.28% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 103 - color contains mainly: green. Hex color #006750 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006750 is #FF98AF. Grayscale: #454545. Windows color (decimal): -16750768 or 5269248. OLE color: 5269248.
HSL color Cylindrical-coordinate representation of color #006750: hue angle of 166.6º 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 #006750 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 103 | 80 | - |
| CMYK | 1 | 0 | 0.22 | 0.60 |
| HSL | 166.6º | 1% | 0.2% | - |
| HSV(B) | 166.6º | 1% | 0.4% | - |
| XYZ | 6.3 | 10.28 | 9.24 | - |
| YUV | 69.58 | 133.88 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 80 | 1 | 0 | 0.22 | 0.60 | 166.6 | 1 | 0.2 |
| Hex | 0 | 67 | 50 | 64 | 0 | 16 | 3C | A7 | 64 | 14 |
| Octal | 0 | 147 | 120 | 144 | 0 | 26 | 74 | 247 | 144 | 24 |
| Binary | 0 | 1100111 | 1010000 | 1100100 | 0 | 10110 | 111100 | 10100111 | 1100100 | 10100 |
Color Harmonies of #006750
Complementary color
Monochromatic Colors of #006750
Black with #006750
Text Example
Text Example
White with #006750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006750; }
p { color: rgb(0,103,80); }
H1.HeaderClassName
{
color: #006750;
}
.AnyTagClassName
{
color: #006750;
}
</style>
background-color css
<style>
a { background-color: #006750; }
a { background-color: rgb(0,103,80); }
div.DivClassName
{
background-color: #006750;
}
.BgClassName
{
background-color: #006750;
}
</style>
border-color css
<style>
span { border-color: #006750; }
span { border-color: rgb(0,103,80); }
td.TdClassName
{
border-color: #006750;
}
.TagClassName
{
border-color: #006750;
}
</style>