Shades of Watercourse #065F4E
Tints of Watercourse #065F4E
RGB
CMYK
RGB Variations
Color information
#065F4E (or 0x065F4E) is known color: Watercourse. HEX triplet: 06, 5F and 4E. RGB value is (6,95,78). Sum of RGB (Red+Green+Blue) = 6+95+78=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 95 (37.5% from 255 or 53.07% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 95 - color contains mainly: green. Hex color #065F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065F4E is #F9A0B1. Grayscale: #424242. Windows color (decimal): -16359602 or 5136134. OLE color: 5136134.
HSL color Cylindrical-coordinate representation of color #065F4E: hue angle of 168.54º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065F4E is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 95 | 78 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.63 |
| HSL | 168.54º | 0.88% | 0.2% | - |
| HSV(B) | 168.54º | 0.94% | 0.37% | - |
| XYZ | 5.54 | 8.77 | 8.61 | - |
| YUV | 66.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 78 | 0.94 | 0 | 0.18 | 0.63 | 168.54 | 0.88 | 0.2 |
| Hex | 6 | 5F | 4E | 5E | 0 | 12 | 3F | A9 | 58 | 14 |
| Octal | 6 | 137 | 116 | 136 | 0 | 22 | 77 | 251 | 130 | 24 |
| Binary | 110 | 1011111 | 1001110 | 1011110 | 0 | 10010 | 111111 | 10101001 | 1011000 | 10100 |
Color Harmonies of #065F4E
Complementary color
Monochromatic Colors of #065F4E
Black with #065F4E
Text Example
Text Example
White with #065F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065F4E; }
p { color: rgb(6,95,78); }
H1.HeaderClassName
{
color: #065F4E;
}
.AnyTagClassName
{
color: #065F4E;
}
</style>
background-color css
<style>
a { background-color: #065F4E; }
a { background-color: rgb(6,95,78); }
div.DivClassName
{
background-color: #065F4E;
}
.BgClassName
{
background-color: #065F4E;
}
</style>
border-color css
<style>
span { border-color: #065F4E; }
span { border-color: rgb(6,95,78); }
td.TdClassName
{
border-color: #065F4E;
}
.TagClassName
{
border-color: #065F4E;
}
</style>