Shades of Watercourse #006148
Tints of Watercourse #006148
RGB
CMYK
RGB Variations
Color information
#006148 (or 0x006148) is known color: Watercourse. HEX triplet: 00, 61 and 48. RGB value is (0,97,72). Sum of RGB (Red+Green+Blue) = 0+97+72=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #006148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006148 is #FF9EB7. Grayscale: #414141. Windows color (decimal): -16752312 or 4743424. OLE color: 4743424.
HSL color Cylindrical-coordinate representation of color #006148: hue angle of 164.54º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006148 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 97 | 72 | - |
| CMYK | 1 | 0 | 0.26 | 0.62 |
| HSL | 164.54º | 1% | 0.19% | - |
| HSV(B) | 164.54º | 1% | 0.38% | - |
| XYZ | 5.44 | 9.02 | 7.58 | - |
| YUV | 65.15 | 131.86 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 72 | 1 | 0 | 0.26 | 0.62 | 164.54 | 1 | 0.19 |
| Hex | 0 | 61 | 48 | 64 | 0 | 1A | 3E | A5 | 64 | 13 |
| Octal | 0 | 141 | 110 | 144 | 0 | 32 | 76 | 245 | 144 | 23 |
| Binary | 0 | 1100001 | 1001000 | 1100100 | 0 | 11010 | 111110 | 10100101 | 1100100 | 10011 |
Color Harmonies of #006148
Complementary color
Monochromatic Colors of #006148
Black with #006148
Text Example
Text Example
White with #006148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006148; }
p { color: rgb(0,97,72); }
H1.HeaderClassName
{
color: #006148;
}
.AnyTagClassName
{
color: #006148;
}
</style>
background-color css
<style>
a { background-color: #006148; }
a { background-color: rgb(0,97,72); }
div.DivClassName
{
background-color: #006148;
}
.BgClassName
{
background-color: #006148;
}
</style>
border-color css
<style>
span { border-color: #006148; }
span { border-color: rgb(0,97,72); }
td.TdClassName
{
border-color: #006148;
}
.TagClassName
{
border-color: #006148;
}
</style>