#066D4F

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

Shades of Watercourse #066D4F

Tints of Watercourse #066D4F

Color information

#066D4F (or 0x066D4F) is unknown color: approx Watercourse. HEX triplet: 06, 6D and 4F. RGB value is (6,109,79). Sum of RGB (Red+Green+Blue) = 6+109+79=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #066D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D4F is #F992B0. Grayscale: #4A4A4A. Windows color (decimal): -16356017 or 5205254. OLE color: 5205254.

HSL color Cylindrical-coordinate representation of color #066D4F: hue angle of 162.52º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066D4F is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB610979-
CMYK0.9400.280.57
HSL162.52º89.57%22.55%-
HSV(B)162.52º94.5%42.75%-
XYZ6.9611.549.26-
YUV74.78130.3878.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.09%
GREEN value IS 109 (42.97% from 255) = 56.19%
BLUE value IS 79 (31.25% from 255) = 40.72%
R=3.09%
G=56.19%
B=40.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6109790.9400.280.57162.5289.5722.55
Hex66D4F5E01C39a35a17
Octal61551171360347124313227
Binary11011011011001111101111001110011100110100011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,109,79); }

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

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

 a { background-color: rgb(6,109,79); }

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

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

 span { border-color: rgb(6,109,79); }

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