Shades of Watercourse #067F53
Tints of Watercourse #067F53
RGB
CMYK
RGB Variations
Color information
#067F53 (or 0x067F53) is known color: Watercourse. HEX triplet: 06, 7F and 53. RGB value is (6,127,83). Sum of RGB (Red+Green+Blue) = 6+127+83=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 127 (50% from 255 or 58.80% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 127 - color contains mainly: green. Hex color #067F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067F53 is #F980AC. Grayscale: #555555. Windows color (decimal): -16351405 or 5472006. OLE color: 5472006.
HSL color Cylindrical-coordinate representation of color #067F53: hue angle of 158.18º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067F53 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 127 | 83 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.50 |
| HSL | 158.18º | 0.91% | 0.26% | - |
| HSV(B) | 158.18º | 0.95% | 0.5% | - |
| XYZ | 9.23 | 15.84 | 10.76 | - |
| YUV | 85.81 | 126.41 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 127 | 83 | 0.95 | 0 | 0.35 | 0.50 | 158.18 | 0.91 | 0.26 |
| Hex | 6 | 7F | 53 | 5F | 0 | 23 | 32 | 9E | 5B | 1A |
| Octal | 6 | 177 | 123 | 137 | 0 | 43 | 62 | 236 | 133 | 32 |
| Binary | 110 | 1111111 | 1010011 | 1011111 | 0 | 100011 | 110010 | 10011110 | 1011011 | 11010 |
Color Harmonies of #067F53
Complementary color
Monochromatic Colors of #067F53
Black with #067F53
Text Example
Text Example
White with #067F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067F53; }
p { color: rgb(6,127,83); }
H1.HeaderClassName
{
color: #067F53;
}
.AnyTagClassName
{
color: #067F53;
}
</style>
background-color css
<style>
a { background-color: #067F53; }
a { background-color: rgb(6,127,83); }
div.DivClassName
{
background-color: #067F53;
}
.BgClassName
{
background-color: #067F53;
}
</style>
border-color css
<style>
span { border-color: #067F53; }
span { border-color: rgb(6,127,83); }
td.TdClassName
{
border-color: #067F53;
}
.TagClassName
{
border-color: #067F53;
}
</style>