Shades of Watercourse #067153
Tints of Watercourse #067153
RGB
CMYK
RGB Variations
Color information
#067153 (or 0x067153) is known color: Watercourse. HEX triplet: 06, 71 and 53. RGB value is (6,113,83). Sum of RGB (Red+Green+Blue) = 6+113+83=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #067153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067153 is #F98EAC. Grayscale: #4D4D4D. Windows color (decimal): -16354989 or 5468422. OLE color: 5468422.
HSL color Cylindrical-coordinate representation of color #067153: hue angle of 163.18º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067153 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 113 | 83 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.56 |
| HSL | 163.18º | 0.9% | 0.23% | - |
| HSV(B) | 163.18º | 0.95% | 0.44% | - |
| XYZ | 7.54 | 12.47 | 10.19 | - |
| YUV | 77.59 | 131.05 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 113 | 83 | 0.95 | 0 | 0.27 | 0.56 | 163.18 | 0.9 | 0.23 |
| Hex | 6 | 71 | 53 | 5F | 0 | 1B | 38 | A3 | 5A | 17 |
| Octal | 6 | 161 | 123 | 137 | 0 | 33 | 70 | 243 | 132 | 27 |
| Binary | 110 | 1110001 | 1010011 | 1011111 | 0 | 11011 | 111000 | 10100011 | 1011010 | 10111 |
Color Harmonies of #067153
Complementary color
Monochromatic Colors of #067153
Black with #067153
Text Example
Text Example
White with #067153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067153; }
p { color: rgb(6,113,83); }
H1.HeaderClassName
{
color: #067153;
}
.AnyTagClassName
{
color: #067153;
}
</style>
background-color css
<style>
a { background-color: #067153; }
a { background-color: rgb(6,113,83); }
div.DivClassName
{
background-color: #067153;
}
.BgClassName
{
background-color: #067153;
}
</style>
border-color css
<style>
span { border-color: #067153; }
span { border-color: rgb(6,113,83); }
td.TdClassName
{
border-color: #067153;
}
.TagClassName
{
border-color: #067153;
}
</style>