#066650

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

Shades of Watercourse #066650

Tints of Watercourse #066650

Color information

#066650 (or 0x066650) is unknown color: approx Watercourse. HEX triplet: 06, 66 and 50. RGB value is (6,102,80). Sum of RGB (Red+Green+Blue) = 6+102+80=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #066650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066650 is #F999AF. Grayscale: #464646. Windows color (decimal): -16357808 or 5268998. OLE color: 5268998.

HSL color Cylindrical-coordinate representation of color #066650: hue angle of 166.25º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066650 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB610280-
CMYK0.9400.220.6
HSL166.25º88.89%21.18%-
HSV(B)166.25º94.12%40%-
XYZ6.2710.129.21-
YUV70.79133.281.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.19%
GREEN value IS 102 (40.23% from 255) = 54.26%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=3.19%
G=54.26%
B=42.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6102800.9400.220.6166.2588.8921.18
Hex666505E0163Ca65915
Octal61461201360267424613125
Binary11011001101010000101111001011011110010100110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066650; }

 p { color: rgb(6,102,80); }

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

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

 a { background-color: rgb(6,102,80); }

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

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

 span { border-color: rgb(6,102,80); }

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