Shades of Watercourse #065F4B
Tints of Watercourse #065F4B
RGB
CMYK
RGB Variations
Color information
#065F4B (or 0x065F4B) is known color: Watercourse. HEX triplet: 06, 5F and 4B. RGB value is (6,95,75). Sum of RGB (Red+Green+Blue) = 6+95+75=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 95 (37.5% from 255 or 53.98% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 95 - color contains mainly: green. Hex color #065F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065F4B is #F9A0B4. Grayscale: #424242. Windows color (decimal): -16359605 or 4939526. OLE color: 4939526.
HSL color Cylindrical-coordinate representation of color #065F4B: hue angle of 166.52º 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 #065F4B is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 95 | 75 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.63 |
| HSL | 166.52º | 0.88% | 0.2% | - |
| HSV(B) | 166.52º | 0.94% | 0.37% | - |
| XYZ | 5.44 | 8.73 | 8.06 | - |
| YUV | 66.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 75 | 0.94 | 0 | 0.21 | 0.63 | 166.52 | 0.88 | 0.2 |
| Hex | 6 | 5F | 4B | 5E | 0 | 15 | 3F | A7 | 58 | 14 |
| Octal | 6 | 137 | 113 | 136 | 0 | 25 | 77 | 247 | 130 | 24 |
| Binary | 110 | 1011111 | 1001011 | 1011110 | 0 | 10101 | 111111 | 10100111 | 1011000 | 10100 |
Color Harmonies of #065F4B
Complementary color
Monochromatic Colors of #065F4B
Black with #065F4B
Text Example
Text Example
White with #065F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065F4B; }
p { color: rgb(6,95,75); }
H1.HeaderClassName
{
color: #065F4B;
}
.AnyTagClassName
{
color: #065F4B;
}
</style>
background-color css
<style>
a { background-color: #065F4B; }
a { background-color: rgb(6,95,75); }
div.DivClassName
{
background-color: #065F4B;
}
.BgClassName
{
background-color: #065F4B;
}
</style>
border-color css
<style>
span { border-color: #065F4B; }
span { border-color: rgb(6,95,75); }
td.TdClassName
{
border-color: #065F4B;
}
.TagClassName
{
border-color: #065F4B;
}
</style>