#066245

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

Shades of Watercourse #066245

Tints of Watercourse #066245

Color information

#066245 (or 0x066245) is unknown color: approx Watercourse. HEX triplet: 06, 62 and 45. RGB value is (6,98,69). Sum of RGB (Red+Green+Blue) = 6+98+69=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #066245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066245 is #F99DBA. Grayscale: #434343. Windows color (decimal): -16358843 or 4547078. OLE color: 4547078.

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

Color convert

RGB69869-
CMYK0.9400.300.62
HSL161.09º88.46%20.39%-
HSV(B)161.09º93.88%38.43%-
XYZ5.529.27.12-
YUV67.19129.0284.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.47%
GREEN value IS 98 (38.67% from 255) = 56.65%
BLUE value IS 69 (27.34% from 255) = 39.88%
R=3.47%
G=56.65%
B=39.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal698690.9400.300.62161.0988.4620.39
Hex662455E01E3Ea15814
Octal61421051360367624113024
Binary11011000101000101101111001111011111010100001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066245; }

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

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

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

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

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

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

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

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