#065E4A

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

Shades of Watercourse #065E4A

Tints of Watercourse #065E4A

Color information

#065E4A (or 0x065E4A) is unknown color: approx Watercourse. HEX triplet: 06, 5E and 4A. RGB value is (6,94,74). Sum of RGB (Red+Green+Blue) = 6+94+74=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 94 (37.11% from 255 or 54.02% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 94 - color contains mainly: green. Hex color #065E4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065E4A is #F9A1B5. Grayscale: #414141. Windows color (decimal): -16359862 or 4873734. OLE color: 4873734.

HSL color Cylindrical-coordinate representation of color #065E4A: hue angle of 166.36º 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 #065E4A is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB69474-
CMYK0.9400.210.63
HSL166.36º88%19.61%-
HSV(B)166.36º93.62%36.86%-
XYZ5.318.547.85-
YUV65.41132.8585.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.45%
GREEN value IS 94 (37.11% from 255) = 54.02%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=3.45%
G=54.02%
B=42.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal694740.9400.210.63166.368819.61
Hex65E4A5E0153Fa65814
Octal61361121360257724613024
Binary11010111101001010101111001010111111110100110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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