Shades of Watercourse #065B46
Tints of Watercourse #065B46
RGB
CMYK
RGB Variations
Color information
#065B46 (or 0x065B46) is known color: Watercourse. HEX triplet: 06, 5B and 46. RGB value is (6,91,70). Sum of RGB (Red+Green+Blue) = 6+91+70=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 91 (35.94% from 255 or 54.49% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 91 - color contains mainly: green. Hex color #065B46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B46 is #F9A4B9. Grayscale: #3F3F3F. Windows color (decimal): -16360634 or 4610822. OLE color: 4610822.
HSL color Cylindrical-coordinate representation of color #065B46: hue angle of 165.18º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065B46 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 91 | 70 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.64 |
| HSL | 165.18º | 0.88% | 0.19% | - |
| HSV(B) | 165.18º | 0.93% | 0.36% | - |
| XYZ | 4.92 | 7.96 | 7.07 | - |
| YUV | 63.19 | 131.84 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 70 | 0.93 | 0 | 0.23 | 0.64 | 165.18 | 0.88 | 0.19 |
| Hex | 6 | 5B | 46 | 5D | 0 | 17 | 40 | A5 | 58 | 13 |
| Octal | 6 | 133 | 106 | 135 | 0 | 27 | 100 | 245 | 130 | 23 |
| Binary | 110 | 1011011 | 1000110 | 1011101 | 0 | 10111 | 1000000 | 10100101 | 1011000 | 10011 |
Color Harmonies of #065B46
Complementary color
Monochromatic Colors of #065B46
Black with #065B46
Text Example
Text Example
White with #065B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B46; }
p { color: rgb(6,91,70); }
H1.HeaderClassName
{
color: #065B46;
}
.AnyTagClassName
{
color: #065B46;
}
</style>
background-color css
<style>
a { background-color: #065B46; }
a { background-color: rgb(6,91,70); }
div.DivClassName
{
background-color: #065B46;
}
.BgClassName
{
background-color: #065B46;
}
</style>
border-color css
<style>
span { border-color: #065B46; }
span { border-color: rgb(6,91,70); }
td.TdClassName
{
border-color: #065B46;
}
.TagClassName
{
border-color: #065B46;
}
</style>