#066946

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

Shades of Watercourse #066946

Tints of Watercourse #066946

Color information

#066946 (or 0x066946) is unknown color: approx Watercourse. HEX triplet: 06, 69 and 46. RGB value is (6,105,70). Sum of RGB (Red+Green+Blue) = 6+105+70=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #066946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066946 is #F996B9. Grayscale: #474747. Windows color (decimal): -16357050 or 4614406. OLE color: 4614406.

HSL color Cylindrical-coordinate representation of color #066946: hue angle of 158.79º 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 #066946 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB610570-
CMYK0.9400.330.59
HSL158.79º89.19%21.76%-
HSV(B)158.79º94.29%41.18%-
XYZ6.2310.587.51-
YUV71.41127.281.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.31%
GREEN value IS 105 (41.41% from 255) = 58.01%
BLUE value IS 70 (27.73% from 255) = 38.67%
R=3.31%
G=58.01%
B=38.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6105700.9400.330.59158.7989.1921.76
Hex669465E0213B9f5916
Octal61511061360417323713126
Binary110110100110001101011110010000111101110011111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066946; }

 p { color: rgb(6,105,70); }

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

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

 a { background-color: rgb(6,105,70); }

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

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

 span { border-color: rgb(6,105,70); }

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