Shades of Watercourse #006848
Tints of Watercourse #006848
RGB
CMYK
RGB Variations
Color information
#006848 (or 0x006848) is known color: Watercourse. HEX triplet: 00, 68 and 48. RGB value is (0,104,72). Sum of RGB (Red+Green+Blue) = 0+104+72=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 104 (41.02% from 255 or 59.09% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 104 - color contains mainly: green. Hex color #006848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006848 is #FF97B7. Grayscale: #454545. Windows color (decimal): -16750520 or 4745216. OLE color: 4745216.
HSL color Cylindrical-coordinate representation of color #006848: hue angle of 161.54º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006848 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 104 | 72 | - |
| CMYK | 1 | 0 | 0.31 | 0.59 |
| HSL | 161.54º | 1% | 0.2% | - |
| HSV(B) | 161.54º | 1% | 0.41% | - |
| XYZ | 6.12 | 10.37 | 7.81 | - |
| YUV | 69.26 | 129.54 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 72 | 1 | 0 | 0.31 | 0.59 | 161.54 | 1 | 0.2 |
| Hex | 0 | 68 | 48 | 64 | 0 | 1F | 3B | A2 | 64 | 14 |
| Octal | 0 | 150 | 110 | 144 | 0 | 37 | 73 | 242 | 144 | 24 |
| Binary | 0 | 1101000 | 1001000 | 1100100 | 0 | 11111 | 111011 | 10100010 | 1100100 | 10100 |
Color Harmonies of #006848
Complementary color
Monochromatic Colors of #006848
Black with #006848
Text Example
Text Example
White with #006848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006848; }
p { color: rgb(0,104,72); }
H1.HeaderClassName
{
color: #006848;
}
.AnyTagClassName
{
color: #006848;
}
</style>
background-color css
<style>
a { background-color: #006848; }
a { background-color: rgb(0,104,72); }
div.DivClassName
{
background-color: #006848;
}
.BgClassName
{
background-color: #006848;
}
</style>
border-color css
<style>
span { border-color: #006848; }
span { border-color: rgb(0,104,72); }
td.TdClassName
{
border-color: #006848;
}
.TagClassName
{
border-color: #006848;
}
</style>