#065B4A

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

Shades of Watercourse #065B4A

Tints of Watercourse #065B4A

Color information

#065B4A (or 0x065B4A) is unknown color: approx Watercourse. HEX triplet: 06, 5B and 4A. RGB value is (6,91,74). Sum of RGB (Red+Green+Blue) = 6+91+74=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 91 (35.94% from 255 or 53.22% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 91 - color contains mainly: green. Hex color #065B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B4A is #F9A4B5. Grayscale: #3F3F3F. Windows color (decimal): -16360630 or 4872966. OLE color: 4872966.

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

Color convert

RGB69174-
CMYK0.9300.190.64
HSL168º87.63%19.02%-
HSV(B)168º93.41%35.69%-
XYZ5.058.027.76-
YUV63.65133.8486.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.51%
GREEN value IS 91 (35.94% from 255) = 53.22%
BLUE value IS 74 (29.30% from 255) = 43.27%
R=3.51%
G=53.22%
B=43.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691740.9300.190.6416887.6319.02
Hex65B4A5D01340a85813
Octal613311213502310025013023
Binary110101101110010101011101010011100000010101000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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