Shades of Watercourse #006F49
Tints of Watercourse #006F49
RGB
CMYK
RGB Variations
Color information
#006F49 (or 0x006F49) is known color: Watercourse. HEX triplet: 00, 6F and 49. RGB value is (0,111,73). Sum of RGB (Red+Green+Blue) = 0+111+73=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #006F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F49 is #FF90B6. Grayscale: #494949. Windows color (decimal): -16748727 or 4812544. OLE color: 4812544.
HSL color Cylindrical-coordinate representation of color #006F49: hue angle of 159.46º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F49 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 111 | 73 | - |
| CMYK | 1 | 0 | 0.34 | 0.56 |
| HSL | 159.46º | 1% | 0.22% | - |
| HSV(B) | 159.46º | 1% | 0.44% | - |
| XYZ | 6.89 | 11.85 | 8.23 | - |
| YUV | 73.48 | 127.73 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 73 | 1 | 0 | 0.34 | 0.56 | 159.46 | 1 | 0.22 |
| Hex | 0 | 6F | 49 | 64 | 0 | 22 | 38 | 9F | 64 | 16 |
| Octal | 0 | 157 | 111 | 144 | 0 | 42 | 70 | 237 | 144 | 26 |
| Binary | 0 | 1101111 | 1001001 | 1100100 | 0 | 100010 | 111000 | 10011111 | 1100100 | 10110 |
Color Harmonies of #006F49
Complementary color
Monochromatic Colors of #006F49
Black with #006F49
Text Example
Text Example
White with #006F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F49; }
p { color: rgb(0,111,73); }
H1.HeaderClassName
{
color: #006F49;
}
.AnyTagClassName
{
color: #006F49;
}
</style>
background-color css
<style>
a { background-color: #006F49; }
a { background-color: rgb(0,111,73); }
div.DivClassName
{
background-color: #006F49;
}
.BgClassName
{
background-color: #006F49;
}
</style>
border-color css
<style>
span { border-color: #006F49; }
span { border-color: rgb(0,111,73); }
td.TdClassName
{
border-color: #006F49;
}
.TagClassName
{
border-color: #006F49;
}
</style>