#066845

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

Shades of Watercourse #066845

Tints of Watercourse #066845

Color information

#066845 (or 0x066845) is unknown color: approx Watercourse. HEX triplet: 06, 68 and 45. RGB value is (6,104,69). Sum of RGB (Red+Green+Blue) = 6+104+69=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 104 (41.02% from 255 or 58.10% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 104 - color contains mainly: green. Hex color #066845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066845 is #F997BA. Grayscale: #464646. Windows color (decimal): -16357307 or 4548614. OLE color: 4548614.

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

Color convert

RGB610469-
CMYK0.9400.340.59
HSL158.57º89.09%21.57%-
HSV(B)158.57º94.23%40.78%-
XYZ6.110.377.31-
YUV70.71127.0381.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.35%
GREEN value IS 104 (41.02% from 255) = 58.10%
BLUE value IS 69 (27.34% from 255) = 38.55%
R=3.35%
G=58.10%
B=38.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6104690.9400.340.59158.5789.0921.57
Hex668455E0223B9f5916
Octal61501051360427323713126
Binary110110100010001011011110010001011101110011111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066845; }

 p { color: rgb(6,104,69); }

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

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

 a { background-color: rgb(6,104,69); }

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

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

 span { border-color: rgb(6,104,69); }

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