Shades of Watercourse #006F53
Tints of Watercourse #006F53
RGB
CMYK
RGB Variations
Color information
#006F53 (or 0x006F53) is known color: Watercourse. HEX triplet: 00, 6F and 53. RGB value is (0,111,83). Sum of RGB (Red+Green+Blue) = 0+111+83=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 111 (43.75% from 255 or 57.22% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 111 - color contains mainly: green. Hex color #006F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F53 is #FF90AC. Grayscale: #4A4A4A. Windows color (decimal): -16748717 or 5467904. OLE color: 5467904.
HSL color Cylindrical-coordinate representation of color #006F53: hue angle of 164.86º 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 #006F53 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 111 | 83 | - |
| CMYK | 1 | 0 | 0.25 | 0.56 |
| HSL | 164.86º | 1% | 0.22% | - |
| HSV(B) | 164.86º | 1% | 0.44% | - |
| XYZ | 7.25 | 11.99 | 10.12 | - |
| YUV | 74.62 | 132.73 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 83 | 1 | 0 | 0.25 | 0.56 | 164.86 | 1 | 0.22 |
| Hex | 0 | 6F | 53 | 64 | 0 | 19 | 38 | A5 | 64 | 16 |
| Octal | 0 | 157 | 123 | 144 | 0 | 31 | 70 | 245 | 144 | 26 |
| Binary | 0 | 1101111 | 1010011 | 1100100 | 0 | 11001 | 111000 | 10100101 | 1100100 | 10110 |
Color Harmonies of #006F53
Complementary color
Monochromatic Colors of #006F53
Black with #006F53
Text Example
Text Example
White with #006F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F53; }
p { color: rgb(0,111,83); }
H1.HeaderClassName
{
color: #006F53;
}
.AnyTagClassName
{
color: #006F53;
}
</style>
background-color css
<style>
a { background-color: #006F53; }
a { background-color: rgb(0,111,83); }
div.DivClassName
{
background-color: #006F53;
}
.BgClassName
{
background-color: #006F53;
}
</style>
border-color css
<style>
span { border-color: #006F53; }
span { border-color: rgb(0,111,83); }
td.TdClassName
{
border-color: #006F53;
}
.TagClassName
{
border-color: #006F53;
}
</style>