Shades of Watercourse #006B44
Tints of Watercourse #006B44
RGB
CMYK
RGB Variations
Color information
#006B44 (or 0x006B44) is known color: Watercourse. HEX triplet: 00, 6B and 44. RGB value is (0,107,68). Sum of RGB (Red+Green+Blue) = 0+107+68=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 107 (42.19% from 255 or 61.14% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 107 - color contains mainly: green. Hex color #006B44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006B44 is #FF94BB. Grayscale: #464646. Windows color (decimal): -16749756 or 4483840. OLE color: 4483840.
HSL color Cylindrical-coordinate representation of color #006B44: hue angle of 158.13º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B44 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 107 | 68 | - |
| CMYK | 1 | 0 | 0.36 | 0.58 |
| HSL | 158.13º | 1% | 0.21% | - |
| HSV(B) | 158.13º | 1% | 0.42% | - |
| XYZ | 6.3 | 10.93 | 7.25 | - |
| YUV | 70.56 | 126.55 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 68 | 1 | 0 | 0.36 | 0.58 | 158.13 | 1 | 0.21 |
| Hex | 0 | 6B | 44 | 64 | 0 | 24 | 3A | 9E | 64 | 15 |
| Octal | 0 | 153 | 104 | 144 | 0 | 44 | 72 | 236 | 144 | 25 |
| Binary | 0 | 1101011 | 1000100 | 1100100 | 0 | 100100 | 111010 | 10011110 | 1100100 | 10101 |
Color Harmonies of #006B44
Complementary color
Monochromatic Colors of #006B44
Black with #006B44
Text Example
Text Example
White with #006B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006B44; }
p { color: rgb(0,107,68); }
H1.HeaderClassName
{
color: #006B44;
}
.AnyTagClassName
{
color: #006B44;
}
</style>
background-color css
<style>
a { background-color: #006B44; }
a { background-color: rgb(0,107,68); }
div.DivClassName
{
background-color: #006B44;
}
.BgClassName
{
background-color: #006B44;
}
</style>
border-color css
<style>
span { border-color: #006B44; }
span { border-color: rgb(0,107,68); }
td.TdClassName
{
border-color: #006B44;
}
.TagClassName
{
border-color: #006B44;
}
</style>