Shades of Watercourse #006A55
Tints of Watercourse #006A55
RGB
CMYK
RGB Variations
Color information
#006A55 (or 0x006A55) is known color: Watercourse. HEX triplet: 00, 6A and 55. RGB value is (0,106,85). Sum of RGB (Red+Green+Blue) = 0+106+85=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 106 (41.80% from 255 or 55.50% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 106 - color contains mainly: green. Hex color #006A55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006A55 is #FF95AA. Grayscale: #474747. Windows color (decimal): -16749995 or 5597696. OLE color: 5597696.
HSL color Cylindrical-coordinate representation of color #006A55: hue angle of 168.11º 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 #006A55 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 106 | 85 | - |
| CMYK | 1 | 0 | 0.20 | 0.58 |
| HSL | 168.11º | 1% | 0.21% | - |
| HSV(B) | 168.11º | 1% | 0.42% | - |
| XYZ | 6.79 | 10.96 | 10.35 | - |
| YUV | 71.91 | 135.38 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 85 | 1 | 0 | 0.20 | 0.58 | 168.11 | 1 | 0.21 |
| Hex | 0 | 6A | 55 | 64 | 0 | 14 | 3A | A8 | 64 | 15 |
| Octal | 0 | 152 | 125 | 144 | 0 | 24 | 72 | 250 | 144 | 25 |
| Binary | 0 | 1101010 | 1010101 | 1100100 | 0 | 10100 | 111010 | 10101000 | 1100100 | 10101 |
Color Harmonies of #006A55
Complementary color
Monochromatic Colors of #006A55
Black with #006A55
Text Example
Text Example
White with #006A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006A55; }
p { color: rgb(0,106,85); }
H1.HeaderClassName
{
color: #006A55;
}
.AnyTagClassName
{
color: #006A55;
}
</style>
background-color css
<style>
a { background-color: #006A55; }
a { background-color: rgb(0,106,85); }
div.DivClassName
{
background-color: #006A55;
}
.BgClassName
{
background-color: #006A55;
}
</style>
border-color css
<style>
span { border-color: #006A55; }
span { border-color: rgb(0,106,85); }
td.TdClassName
{
border-color: #006A55;
}
.TagClassName
{
border-color: #006A55;
}
</style>