#065B47

Color #065B47 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #065B47

Tints of Watercourse #065B47

Color information

#065B47 (or 0x065B47) is unknown color: approx Watercourse. HEX triplet: 06, 5B and 47. RGB value is (6,91,71). Sum of RGB (Red+Green+Blue) = 6+91+71=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 91 (35.94% from 255 or 54.17% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 91 - color contains mainly: green. Hex color #065B47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B47 is #F9A4B8. Grayscale: #3F3F3F. Windows color (decimal): -16360633 or 4676358. OLE color: 4676358.

HSL color Cylindrical-coordinate representation of color #065B47: hue angle of 165.88º 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 #065B47 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB69171-
CMYK0.9300.220.64
HSL165.88º87.63%19.02%-
HSV(B)165.88º93.41%35.69%-
XYZ4.957.987.24-
YUV63.3132.3487.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 3.57%
GREEN value IS 91 (35.94% from 255) = 54.17%
BLUE value IS 71 (28.12% from 255) = 42.26%
R=3.57%
G=54.17%
B=42.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691710.9300.220.64165.8887.6319.02
Hex65B475D01640a65813
Octal613310713502610024613023
Binary110101101110001111011101010110100000010100110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065B47; }

 p { color: rgb(6,91,71); }

 H1.HeaderClassName
 {
   color: #065B47;
 }
 .AnyTagClassName
 {
   color: #065B47;
 }
</style>
background-color css

<style>
 a { background-color: #065B47; }

 a { background-color: rgb(6,91,71); }

 div.DivClassName
 {
   background-color: #065B47;
 }
 .BgClassName
 {
   background-color: #065B47;
 }
</style>
border-color css

<style>
 span { border-color: #065B47; }

 span { border-color: rgb(6,91,71); }

 td.TdClassName
 {
   border-color: #065B47;
 }
 .TagClassName
 {
   border-color: #065B47;
 }
</style>