Shades of Watercourse #067D52
Tints of Watercourse #067D52
RGB
CMYK
RGB Variations
Color information
#067D52 (or 0x067D52) is known color: Watercourse. HEX triplet: 06, 7D and 52. RGB value is (6,125,82). Sum of RGB (Red+Green+Blue) = 6+125+82=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 125 (49.22% from 255 or 58.69% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 125 - color contains mainly: green. Hex color #067D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067D52 is #F982AD. Grayscale: #545454. Windows color (decimal): -16351918 or 5405958. OLE color: 5405958.
HSL color Cylindrical-coordinate representation of color #067D52: hue angle of 158.32º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067D52 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 125 | 82 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.51 |
| HSL | 158.32º | 0.91% | 0.26% | - |
| HSV(B) | 158.32º | 0.95% | 0.49% | - |
| XYZ | 8.93 | 15.32 | 10.47 | - |
| YUV | 84.52 | 126.58 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 125 | 82 | 0.95 | 0 | 0.34 | 0.51 | 158.32 | 0.91 | 0.26 |
| Hex | 6 | 7D | 52 | 5F | 0 | 22 | 33 | 9E | 5B | 1A |
| Octal | 6 | 175 | 122 | 137 | 0 | 42 | 63 | 236 | 133 | 32 |
| Binary | 110 | 1111101 | 1010010 | 1011111 | 0 | 100010 | 110011 | 10011110 | 1011011 | 11010 |
Color Harmonies of #067D52
Complementary color
Monochromatic Colors of #067D52
Black with #067D52
Text Example
Text Example
White with #067D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067D52; }
p { color: rgb(6,125,82); }
H1.HeaderClassName
{
color: #067D52;
}
.AnyTagClassName
{
color: #067D52;
}
</style>
background-color css
<style>
a { background-color: #067D52; }
a { background-color: rgb(6,125,82); }
div.DivClassName
{
background-color: #067D52;
}
.BgClassName
{
background-color: #067D52;
}
</style>
border-color css
<style>
span { border-color: #067D52; }
span { border-color: rgb(6,125,82); }
td.TdClassName
{
border-color: #067D52;
}
.TagClassName
{
border-color: #067D52;
}
</style>