Shades of Watercourse #067B4F
Tints of Watercourse #067B4F
RGB
CMYK
RGB Variations
Color information
#067B4F (or 0x067B4F) is known color: Watercourse. HEX triplet: 06, 7B and 4F. RGB value is (6,123,79). Sum of RGB (Red+Green+Blue) = 6+123+79=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 123 (48.44% from 255 or 59.13% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 123 - color contains mainly: green. Hex color #067B4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067B4F is #F984B0. Grayscale: #535353. Windows color (decimal): -16352433 or 5208838. OLE color: 5208838.
HSL color Cylindrical-coordinate representation of color #067B4F: hue angle of 157.44º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067B4F is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 123 | 79 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.52 |
| HSL | 157.44º | 0.91% | 0.25% | - |
| HSV(B) | 157.44º | 0.95% | 0.48% | - |
| XYZ | 8.57 | 14.77 | 9.8 | - |
| YUV | 83 | 125.74 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 79 | 0.95 | 0 | 0.36 | 0.52 | 157.44 | 0.91 | 0.25 |
| Hex | 6 | 7B | 4F | 5F | 0 | 24 | 34 | 9D | 5B | 19 |
| Octal | 6 | 173 | 117 | 137 | 0 | 44 | 64 | 235 | 133 | 31 |
| Binary | 110 | 1111011 | 1001111 | 1011111 | 0 | 100100 | 110100 | 10011101 | 1011011 | 11001 |
Color Harmonies of #067B4F
Complementary color
Monochromatic Colors of #067B4F
Black with #067B4F
Text Example
Text Example
White with #067B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067B4F; }
p { color: rgb(6,123,79); }
H1.HeaderClassName
{
color: #067B4F;
}
.AnyTagClassName
{
color: #067B4F;
}
</style>
background-color css
<style>
a { background-color: #067B4F; }
a { background-color: rgb(6,123,79); }
div.DivClassName
{
background-color: #067B4F;
}
.BgClassName
{
background-color: #067B4F;
}
</style>
border-color css
<style>
span { border-color: #067B4F; }
span { border-color: rgb(6,123,79); }
td.TdClassName
{
border-color: #067B4F;
}
.TagClassName
{
border-color: #067B4F;
}
</style>