#066F4E

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

Shades of Watercourse #066F4E

Tints of Watercourse #066F4E

Color information

#066F4E (or 0x066F4E) is unknown color: approx Watercourse. HEX triplet: 06, 6F and 4E. RGB value is (6,111,78). Sum of RGB (Red+Green+Blue) = 6+111+78=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 111 (43.75% from 255 or 56.92% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 111 - color contains mainly: green. Hex color #066F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066F4E is #F990B1. Grayscale: #4B4B4B. Windows color (decimal): -16355506 or 5140230. OLE color: 5140230.

HSL color Cylindrical-coordinate representation of color #066F4E: hue angle of 161.14º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066F4E is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB611178-
CMYK0.9500.300.56
HSL161.14º89.74%22.94%-
HSV(B)161.14º94.59%43.53%-
XYZ7.1311.969.14-
YUV75.84129.2178.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.08%
GREEN value IS 111 (43.75% from 255) = 56.92%
BLUE value IS 78 (30.86% from 255) = 40%
R=3.08%
G=56.92%
B=40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6111780.9500.300.56161.1489.7422.94
Hex66F4E5F01E38a15a17
Octal61571161370367024113227
Binary11011011111001110101111101111011100010100001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066F4E; }

 p { color: rgb(6,111,78); }

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

<style>
 a { background-color: #066F4E; }

 a { background-color: rgb(6,111,78); }

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

<style>
 span { border-color: #066F4E; }

 span { border-color: rgb(6,111,78); }

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