#066045

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

Shades of Watercourse #066045

Tints of Watercourse #066045

Color information

#066045 (or 0x066045) is unknown color: approx Watercourse. HEX triplet: 06, 60 and 45. RGB value is (6,96,69). Sum of RGB (Red+Green+Blue) = 6+96+69=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #066045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066045 is #F99FBA. Grayscale: #424242. Windows color (decimal): -16359355 or 4546566. OLE color: 4546566.

HSL color Cylindrical-coordinate representation of color #066045: hue angle of 162º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066045 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB69669-
CMYK0.9400.280.62
HSL162º88.24%20%-
HSV(B)162º93.75%37.65%-
XYZ5.338.837.05-
YUV66.01129.6885.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.51%
GREEN value IS 96 (37.89% from 255) = 56.14%
BLUE value IS 69 (27.34% from 255) = 40.35%
R=3.51%
G=56.14%
B=40.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696690.9400.280.6216288.2420
Hex660455E01C3Ea25814
Octal61401051360347624213024
Binary11011000001000101101111001110011111010100010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066045; }

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

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

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

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

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

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

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

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